Docs: include all useful module docs

The list of modules to exclude from autodoc was set some time back, and
is pretty arbitrary looking. Lots of modules that would be useful to a
Heat developer to see documented (e.g. all of heat.common, heat.db) were
not documented, while some other fairly useless ones were.

Change-Id: Ie3aa5bbe8deb8d07eef5fcc352e349a1fa7c68bc
This commit is contained in:
Zane Bitter 2018-04-03 12:19:43 -04:00
parent 96e97013f1
commit 0118a1fbcc
1 changed files with 6 additions and 6 deletions

View File

@ -161,16 +161,16 @@ nitpicky = False
apidoc_module_dir = '../../heat'
apidoc_separate_modules = True
apidoc_excluded_paths = [
'testing',
'cmd',
'common',
'cloudinit',
'cfn_client',
'doc',
'db',
'engine/resources',
'db/sqlalchemy/migrate_repo/versions',
'engine/resources/aws',
'engine/resources/openstack',
'hacking',
'httpd',
'locale',
'tests',
'version.py',
]