提交 6e92ca53 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Document --nopdf option for docgen.

上级 a7b1f4ff
...@@ -68,6 +68,7 @@ if __name__ == '__main__': ...@@ -68,6 +68,7 @@ if __name__ == '__main__':
print 'Usage: %s [OPTIONS]' % sys.argv[0] print 'Usage: %s [OPTIONS]' % sys.argv[0]
print ' -o <dir>: output the html files in the specified dir' print ' -o <dir>: output the html files in the specified dir'
print ' --rst: only compile the doc (requires sphinx)' print ' --rst: only compile the doc (requires sphinx)'
print ' --nopdf: do not produce a PDF file from the doc, only HTML'
print ' --epydoc: only compile the api documentation (requires epydoc)' print ' --epydoc: only compile the api documentation (requires epydoc)'
print ' --help: this help' print ' --help: this help'
sys.exit(0) sys.exit(0)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论