Don't list entire module autoindex on docs index

Don't list entire api/autoindex under Developer Docs,  we already have a
model index link at the  bottom of the page, showing the entire
autoindex on the home page is makes the page overwhelming.

Change-Id: I25c5b50412881b55aa745ce3da2c22466e879fcf
This commit is contained in:
Joe Gordon 2014-09-15 20:11:44 -07:00
parent 805b6623b3
commit 0c9a0eb2c7
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,6 @@ Developer Docs
devref/index
man/index
api/autoindex
API Extensions
==============

View File

@ -176,5 +176,5 @@ output_file = nova/locale/nova.pot
universal = 1
[pbr]
autodoc_index_modules = 1
autodoc_index_modules = 0
warnerrors = true