Use the autodoc tools in the setup.py build_sphinx toolchain.

This commit is contained in:
Todd Willey
2010年11月07日 17:53:39 -05:00
parent 75841f22d3
commit a3b6e0f358

9
doc/ext/nova_autodoc.py Normal file
View File

@@ -0,0 +1,9 @@
import os
from nova import utils
def setup(app):
rootdir = os.path.abspath(app.srcdir + '/..')
print "**Autodocumenting from %s" % rootdir
rv = utils.execute('cd %s && ./generate_autodoc_index.sh' % rootdir)
print rv[0]
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.