diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-02-18 23:50:47 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-02-18 23:50:47 +0800 |
commit | b9de54adc5963e54303dccf5930f6b20cc445dae (patch) | |
tree | 557ba58f02b53f26dd1b03ab3cb02186fda6a2c0 /docs/development/design/apidocs | |
parent | 93421c6375a450baa7bedb323e36b5efd238a58d (diff) |
Migrate to Danube document guide
https://wiki.opnfv.org/display/DOC
Change-Id: I85535f158022fe0aeb7c888273dc81fbbf4ddeda
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs/development/design/apidocs')
-rw-r--r-- | docs/development/design/apidocs/index.rst | 13 | ||||
-rw-r--r-- | docs/development/design/apidocs/qtip_restful_api.rst | 10 |
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/development/design/apidocs/index.rst b/docs/development/design/apidocs/index.rst new file mode 100644 index 00000000..241a2680 --- /dev/null +++ b/docs/development/design/apidocs/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2015 Dell Inc. +.. (c) 2016 ZTE Corp. + +################ +QTIP Configguide +################ + +.. toctree:: + :maxdepth: 2 + + ./qtip_restful_api.rst diff --git a/docs/development/design/apidocs/qtip_restful_api.rst b/docs/development/design/apidocs/qtip_restful_api.rst new file mode 100644 index 00000000..06c01292 --- /dev/null +++ b/docs/development/design/apidocs/qtip_restful_api.rst @@ -0,0 +1,10 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2015 Dell Inc. +.. (c) 2016 ZTE Corp. + +**************** +Qtip restful api +**************** + +You can get all the Qtip restful api by http://restful_api.qtip.openzero.net/api/spec.html. |