fdb24bd697
The pbr section in setup.cfg is not defined, so the module docs are not being generated. This causes the 404 when clicking on the ‘Module Index’ link under the 'Indices and Tables’ section in [0]. [0] http://docs.openstack.org/developer/mistral/ Change-Id: I337e9f6e78257a3e8e9222779dfcd600ba6cebd8 Closes-bug: #1558574
58 lines
605 B
Plaintext
58 lines
605 B
Plaintext
*.py[cod]
|
|
*.sqlite
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.venv
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
cover/*
|
|
.testrepository/
|
|
subunit.log
|
|
.mistral.conf
|
|
ChangeLog
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.DS_Store
|
|
etc/*.conf
|
|
etc/mistral.conf.sample
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
|
|
#Linux swap file
|
|
*.swp
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Files created by doc build
|
|
doc/source/api
|