be5c4b7d63
Adds a pretty straightforward Sphinx plugin that reads the JSON profile file and renders it nicely in a document that is then included from the Redfish page. Change-Id: Ic2da61cb510897eac8a2e162816cfd05cc22994c
50 lines
523 B
Plaintext
50 lines
523 B
Plaintext
# Compiled files
|
|
*.py[co]
|
|
*.a
|
|
*.o
|
|
*.so
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/source/contributor/api/
|
|
_static
|
|
doc/source/admin/drivers/redfish/OpenStackIronicProfile.*.rst
|
|
|
|
# release notes build
|
|
releasenotes/build
|
|
|
|
# sample config files
|
|
etc/ironic/ironic.conf.sample
|
|
etc/ironic/policy.yaml.sample
|
|
|
|
# Packages/installer info
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
.eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.idea
|
|
.testrepository
|
|
.stestr
|
|
.tox
|
|
.venv
|
|
.*.swp
|
|
.coverage
|
|
cover
|
|
AUTHORS
|
|
ChangeLog
|
|
*.sqlite
|
|
*~
|
|
|
|
# Vagrant
|
|
.vagrant
|