9f44f79a2d
Since we weren't autodoc'ing the modules during the docs build, the module index link was broken. This generates the module docs (but hides them from the main top-level table of contents) so they can be accessed via the 'Module Index' link. Also cleans up some docs issues so that warnerrors=True works during sphinx-build. Closes-Bug: #1472642 Change-Id: I5a3a16d1e81b12237452d5a3a3f7f0cc42618e88
51 lines
466 B
Plaintext
51 lines
466 B
Plaintext
elasticRecheck.conf
|
|
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
doc/source/api/*
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|