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:
Andreas Jaeger 2014-10-14 21:11:53 +02:00
parent 30f105a1f0
commit 98161fabb9
2 changed files with 10 additions and 17 deletions

View File

@ -11,25 +11,10 @@
License for the specific language governing permissions and limitations
under the License.
Other Resources
Admin Reference
---------------
.. toctree::
:maxdepth: 3
launchpad
gerrit
jenkins
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Module reference
----------------
.. toctree::
:maxdepth: 3
intro

View File

@ -45,6 +45,14 @@ Developer Docs
man/index
api/autoindex
Admin Docs
==========
.. toctree::
:maxdepth: 1
adminref/index
API Extensions
==============