Fix doc build
Fix the following that shows up when running "python setup.py build_sphinx": manila/doc/source/adminref/index.rst:16: WARNING: toctree contains reference to nonexisting document u'adminref/launchpad' manila/doc/source/adminref/index.rst:16: WARNING: toctree contains reference to nonexisting document u'adminref/gerrit' manila/doc/source/adminref/index.rst:16: WARNING: toctree contains reference to nonexisting document u'adminref/jenkins' checking consistency... manila/doc/source/adminref/index.rst:: WARNING: document isn't included in any toctree Cleanup adminref/index.rst file and remove content that is duplicated from the devref/index.rst and not relevant here. Change-Id: I57accea0f041ac59e507e4cf6461d2239f60b3b7
This commit is contained in:
parent
30f105a1f0
commit
98161fabb9
@ -11,25 +11,10 @@
|
|||||||
License for the specific language governing permissions and limitations
|
License for the specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
|
|
||||||
Other Resources
|
|
||||||
|
Admin Reference
|
||||||
---------------
|
---------------
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
|
|
||||||
launchpad
|
|
||||||
gerrit
|
|
||||||
jenkins
|
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
------------------
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|
||||||
Module reference
|
|
||||||
----------------
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 3
|
|
||||||
|
|
||||||
intro
|
intro
|
||||||
|
@ -45,6 +45,14 @@ Developer Docs
|
|||||||
man/index
|
man/index
|
||||||
api/autoindex
|
api/autoindex
|
||||||
|
|
||||||
|
Admin Docs
|
||||||
|
==========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
adminref/index
|
||||||
|
|
||||||
API Extensions
|
API Extensions
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user