diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-03 16:00:58 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-03 16:06:09 +0800 |
commit | fbf89b04f8ec8eed8ea905757dad4566c34786d8 (patch) | |
tree | c710299a499f199dc4650eef0d8080b79cdee6f0 /docs/testing/developer/design/apidocs | |
parent | 473deae9a10162f000c49ca49b4e31b28c4bf0d8 (diff) |
Restructure docs
- Following the changes as in functest[1] since the guide[2] in wiki is a bit
out of date
- Some folders are empty for now as a placeholder
Now:
- release
- release notes
- testing
- developer
- design
- overview
- requirement
- user
- config guide
- user guide
- installation
- scenarios
[1]: https://gerrit.opnfv.org/gerrit/#/c/29151/
[2]: https://wiki.opnfv.org/display/DOC/Documentation+Guide
Change-Id: I81b4597536c8bf02a925641d71d0969f6f5537f4
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs/testing/developer/design/apidocs')
-rw-r--r-- | docs/testing/developer/design/apidocs/index.rst | 13 | ||||
-rw-r--r-- | docs/testing/developer/design/apidocs/qtip_restful_api.rst | 10 |
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/testing/developer/design/apidocs/index.rst b/docs/testing/developer/design/apidocs/index.rst new file mode 100644 index 00000000..241a2680 --- /dev/null +++ b/docs/testing/developer/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/testing/developer/design/apidocs/qtip_restful_api.rst b/docs/testing/developer/design/apidocs/qtip_restful_api.rst new file mode 100644 index 00000000..06c01292 --- /dev/null +++ b/docs/testing/developer/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. |