Blender Git Commit Log
Git Commits -> Revision 4aadffa
Revision 4aadffa by Luca Bonavita (master) March 7, 2012, 17:36 (GMT) |
== Python API docs == (sphinx_doc_gen.py) - file reorganization to use more functions (easier to read) - adapting to work after a recent commit that made some of the members of bpy.app.* output bytes instead of strings (see [#30154]) - a couple of new command line optionsto avoid editing the script: -T: let you choose the sphinx theme: the theme dir get copied in the destination dir -b: choose if we want the bpy module page or not Current command line arguments optional arguments: -h, --help show this help message and exit -o OUTPUT_DIR, --output OUTPUT_DIR Path of the API docs (default=<script dir>) -T SPHINX_THEME, --sphinxtheme SPHINX_THEME Sphinx theme (default='default') -f, --fullrebuild Rewrite all rst files in sphinx-in/ (default=False) -t, --testdump Dumps a small part of the API (default=False) -b, --bpy Write the rst file of the bpy module (default=False) (rst/info_best_practice.rst) - fixed a typo |
Commit Details:
Full Hash: 4aadffa80ecdc52bbf105e920e5d33acd9682e44
SVN Revision: 44710
Parent Commit: 8a06ee3
Lines Changed: +342, -296