diff options
| author | Nguyen Hai <nguyentrihai93@gmail.com> | 2017-12-29 13:53:24 +0800 |
|---|---|---|
| committer | Nguyen Hai <nguyentrihai93@gmail.com> | 2018-04-12 03:34:35 +0000 |
| commit | a8003eced789d225a47f1cfdbd03e92fd39546f8 (patch) | |
| tree | 8f21596d39e479bbad053f6dfb8c71ddc1681cdc /doc/source/reference | |
| parent | 314a29f6a6e64f69fd07fd5a0fdcf7aeb5574c1b (diff) | |
| download | python-glanceclient-a8003eced789d225a47f1cfdbd03e92fd39546f8.tar.gz | |
Follow the new PTI for document build
- Follow new PTI for docs build
- Add sphinxcontrib.apidoc to replace pbr autodoc
REF:
https://governance.openstack.org/tc/reference/project-testing-interface.html
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html
Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com>
Change-Id: Id16a5eaa57bc0d96332849abfb62898e6766ef86
Diffstat (limited to 'doc/source/reference')
| -rw-r--r-- | doc/source/reference/api/index.rst | 8 | ||||
| -rw-r--r-- | doc/source/reference/index.rst | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/doc/source/reference/api/index.rst b/doc/source/reference/api/index.rst deleted file mode 100644 index df916b6..0000000 --- a/doc/source/reference/api/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -====================== - Python API Reference -====================== - -.. toctree:: - :maxdepth: 2 - - autoindex diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index 33ce8b2..7710a1f 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -23,5 +23,5 @@ done so, you can use the API like so:: .. toctree:: :maxdepth: 2 - api/index + Python API Reference <api/modules> apiv2 |
