blender/doc/python_api/rst
Luca Bonavita 4aadffa80e == 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
2012-03-07 17:36:38 +00:00
..
bge.constraints.rst rst bge touch ups: making the title of the examples slightly more noticeable 2012-01-23 19:53:23 +00:00
bge.events.rst py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00
bge.logic.rst pydoc cleanup + remove unused bge.logic constants 2012-01-30 06:47:01 +00:00
bge.render.rst Committing patch "[#27676] Change window size/resolution in realtime" by me. 2012-01-22 20:25:25 +00:00
bge.texture.rst rst bge touch ups: making the title of the examples slightly more noticeable 2012-01-23 19:53:23 +00:00
bge.types.rst option for the Armature Actuator to change the influence of a bone constraint. 2012-03-03 02:47:01 +00:00
bgl.rst fix bad URL in bgl doc 2011-10-16 15:01:13 +00:00
change_log.rst autogenerated rna api changelog (no rebuilds needed) 2012-02-15 17:41:48 +00:00
gpu.rst Style cleanup of gpu rst file. 2012-02-09 06:38:54 +00:00
info_best_practice.rst == Python API docs == 2012-03-07 17:36:38 +00:00
info_gotcha.rst remove section in gotcha's doc about matrix col/row order since this has been changed. 2012-02-17 20:41:41 +00:00
info_overview.rst remove blender 2.5 references in docs 2012-01-12 15:16:08 +00:00
info_quickstart.rst added note in docs about not beaing able to create new data by calling the class direct. 2012-01-31 22:37:36 +00:00
info_tips_and_tricks.rst give a more useful error when attempting to opengl render in background mode. 2012-01-13 06:59:16 +00:00