]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Sphinx extension to generate resource documentation.
authorSteve Baker <sbaker@redhat.com>
Thu, 25 Jul 2013 20:52:13 +0000 (08:52 +1200)
committerSteve Baker <sbaker@redhat.com>
Thu, 25 Jul 2013 20:59:16 +0000 (08:59 +1200)
commitad945070a257cde669e5542ecbb48d9fbd0ff32a
tree96a8e372df4fd58e997690c048c61b2134bd5590
parente6e0dc5b61162531d8e4f8bcb21fc2dfa3d7e24e
Sphinx extension to generate resource documentation.

Implements a resourcepages directive which generates resource type
documentation for any type that matches the specified type prefix.

For example:
.. resourcepages:: OS::

Implements blueprint generate-resource-docs

Change-Id: I3b2c94a766686e17e2bdbe8be27657decd65bb3e
doc/source/conf.py
heat/doc/__init__.py [new file with mode: 0644]
heat/doc/resources.py [new file with mode: 0644]