Blender Git Loki
Git Commits -> Revision 996efeb
Revision 996efeb by Luca Bonavita (master) October 13, 2010, 10:42 (GMT) |
== python api doc == First commit to make some structure in doc/ directory. - moved source/blender/python/doc -> doc/python_api - moved source/gameengine/PyDoc/*.rst -> doc/python_api/rst - modified accordingly sphinx_doc_gen.py and sphinx_doc_gen.sh (later on I'll try alternative/ scripts by neXyon as promised :) - source/gameengine/PyDoc/ is still there because contains epydoc stuff for the bge, will ask more and look into it later |
Commit Details:
Full Hash: 996efebbe36a06ba45b9a79328a0dadc87ea2ff9
SVN Revision: 32445
Parent Commit: d058a9c
Lines Changed: +10976, -9988
28 Added Paths:
/doc/python_api/blender-org/layout.html (+201, -0) (View)
/doc/python_api/blender-org/page.html (+4, -0) (View)
/doc/python_api/blender-org/static/bg.png (+0, -0) (View)
/doc/python_api/blender-org/static/default.css_t (+654, -0) (View)
/doc/python_api/blender-org/static/favicon.ico (+0, -0) (View)
/doc/python_api/blender-org/static/jquery.sidebar.js (+26, -0) (View)
/doc/python_api/blender-org/static/pygments.css (+61, -0) (View)
/doc/python_api/blender-org/static/rnd.png (+0, -0) (View)
/doc/python_api/blender-org/static/rndbl.png (+0, -0) (View)
/doc/python_api/blender-org/static/rndbr.png (+0, -0) (View)
/doc/python_api/blender-org/theme.conf (+30, -0) (View)
/doc/python_api/epy/BGL.py (+1807, -0) (View)
/doc/python_api/epy/Geometry.py (+189, -0) (View)
/doc/python_api/epy/IDProp.py (+132, -0) (View)
/doc/python_api/epy/Mathutils.py (+156, -0) (View)
/doc/python_api/epy/testbgl.py (+45, -0) (View)
/doc/python_api/examples/bpy.data.py (+29, -0) (View)
/doc/python_api/examples/mathutils.Euler.py (+3, -0) (View)
/doc/python_api/examples/mathutils.Matrix.py (+3, -0) (View)
/doc/python_api/examples/mathutils.py (+18, -0) (View)
/doc/python_api/examples/mathutils.Quaternion.py (+3, -0) (View)
/doc/python_api/examples/mathutils.Vector.py (+55, -0) (View)
/doc/python_api/rst/bge.events.rst (+250, -0) (View)
/doc/python_api/rst/bge.logic.rst (+932, -0) (View)
/doc/python_api/rst/bge.render.rst (+242, -0) (View)
/doc/python_api/rst/bge.types.rst (+5227, -0) (View)
/doc/python_api/sphinx_doc_gen.py (+872, -0) (View)
/doc/python_api/sphinx_doc_gen.sh (+37, -0) (View)
/doc/python_api/blender-org/page.html (+4, -0) (View)
/doc/python_api/blender-org/static/bg.png (+0, -0) (View)
/doc/python_api/blender-org/static/default.css_t (+654, -0) (View)
/doc/python_api/blender-org/static/favicon.ico (+0, -0) (View)
/doc/python_api/blender-org/static/jquery.sidebar.js (+26, -0) (View)
/doc/python_api/blender-org/static/pygments.css (+61, -0) (View)
/doc/python_api/blender-org/static/rnd.png (+0, -0) (View)
/doc/python_api/blender-org/static/rndbl.png (+0, -0) (View)
/doc/python_api/blender-org/static/rndbr.png (+0, -0) (View)
/doc/python_api/blender-org/theme.conf (+30, -0) (View)
/doc/python_api/epy/BGL.py (+1807, -0) (View)
/doc/python_api/epy/Geometry.py (+189, -0) (View)
/doc/python_api/epy/IDProp.py (+132, -0) (View)
/doc/python_api/epy/Mathutils.py (+156, -0) (View)
/doc/python_api/epy/testbgl.py (+45, -0) (View)
/doc/python_api/examples/bpy.data.py (+29, -0) (View)
/doc/python_api/examples/mathutils.Euler.py (+3, -0) (View)
/doc/python_api/examples/mathutils.Matrix.py (+3, -0) (View)
/doc/python_api/examples/mathutils.py (+18, -0) (View)
/doc/python_api/examples/mathutils.Quaternion.py (+3, -0) (View)
/doc/python_api/examples/mathutils.Vector.py (+55, -0) (View)
/doc/python_api/rst/bge.events.rst (+250, -0) (View)
/doc/python_api/rst/bge.logic.rst (+932, -0) (View)
/doc/python_api/rst/bge.render.rst (+242, -0) (View)
/doc/python_api/rst/bge.types.rst (+5227, -0) (View)
/doc/python_api/sphinx_doc_gen.py (+872, -0) (View)
/doc/python_api/sphinx_doc_gen.sh (+37, -0) (View)
17 Deleted Paths:
/source/blender/python/doc/epy/BGL.py (+0, -1807)
/source/blender/python/doc/epy/Geometry.py (+0, -189)
/source/blender/python/doc/epy/IDProp.py (+0, -132)
/source/blender/python/doc/epy/Mathutils.py (+0, -156)
/source/blender/python/doc/epy/testbgl.py (+0, -45)
/source/blender/python/doc/examples/bpy.data.py (+0, -29)
/source/blender/python/doc/examples/Mathutils.Euler.py (+0, -3)
/source/blender/python/doc/examples/Mathutils.Matrix.py (+0, -3)
/source/blender/python/doc/examples/mathutils.py (+0, -18)
/source/blender/python/doc/examples/Mathutils.Quaternion.py (+0, -3)
/source/blender/python/doc/examples/mathutils.Vector.py (+0, -55)
/source/blender/python/doc/sphinx_doc_gen.py (+0, -862)
/source/blender/python/doc/sphinx_doc_gen.sh (+0, -35)
/source/gameengine/PyDoc/bge.events.rst (+0, -250)
/source/gameengine/PyDoc/bge.logic.rst (+0, -932)
/source/gameengine/PyDoc/bge.render.rst (+0, -242)
/source/gameengine/PyDoc/bge.types.rst (+0, -5227)
/source/blender/python/doc/epy/Geometry.py (+0, -189)
/source/blender/python/doc/epy/IDProp.py (+0, -132)
/source/blender/python/doc/epy/Mathutils.py (+0, -156)
/source/blender/python/doc/epy/testbgl.py (+0, -45)
/source/blender/python/doc/examples/bpy.data.py (+0, -29)
/source/blender/python/doc/examples/Mathutils.Euler.py (+0, -3)
/source/blender/python/doc/examples/Mathutils.Matrix.py (+0, -3)
/source/blender/python/doc/examples/mathutils.py (+0, -18)
/source/blender/python/doc/examples/Mathutils.Quaternion.py (+0, -3)
/source/blender/python/doc/examples/mathutils.Vector.py (+0, -55)
/source/blender/python/doc/sphinx_doc_gen.py (+0, -862)
/source/blender/python/doc/sphinx_doc_gen.sh (+0, -35)
/source/gameengine/PyDoc/bge.events.rst (+0, -250)
/source/gameengine/PyDoc/bge.logic.rst (+0, -932)
/source/gameengine/PyDoc/bge.render.rst (+0, -242)
/source/gameengine/PyDoc/bge.types.rst (+0, -5227)