006415f41b
This commit adds a sphinx extension which can be loaded in a sphinx config.py to generate a sample config file using oslo-config-generator during each sphinx build. This can then be incorporated into documentation as necessary. Co-Authored-By: Doug Hellmann <doug@doughellmann.com> Change-Id: I2561155749fc8c6a8e31df1614ca6cdb50b4c001
19 lines
189 B
Plaintext
19 lines
189 B
Plaintext
AUTHORS
|
|
ChangeLog
|
|
*~
|
|
*.egg*
|
|
*.swp
|
|
*.pyc
|
|
*.log
|
|
.tox
|
|
.coverage
|
|
oslo.config.egg-info/
|
|
build/
|
|
doc/build/
|
|
doc/source/api/
|
|
dist/
|
|
.testrepository/
|
|
.project
|
|
.pydevproject
|
|
/doc/source/sample.config
|