[Bf-blender-cvs] [57065a6] master: Minor tweaks to bge.constraints docs

Campbell Barton noreply at git.blender.org
Tue Jun 23 14:02:54 CEST 2015


Commit: 57065a6df5c33efbdc09c5697812a7efb7b1bb6c
Author: Campbell Barton
Date:   Tue Jun 23 21:58:08 2015 +1000
Branches: master
https://developer.blender.org/rB57065a6df5c33efbdc09c5697812a7efb7b1bb6c

Minor tweaks to bge.constraints docs

===================================================================

M	doc/python_api/rst/bge.constraints.rst

===================================================================

diff --git a/doc/python_api/rst/bge.constraints.rst b/doc/python_api/rst/bge.constraints.rst
index e47625d..05038d5 100644
--- a/doc/python_api/rst/bge.constraints.rst
+++ b/doc/python_api/rst/bge.constraints.rst
@@ -4,6 +4,10 @@ Physics Constraints (bge.constraints)
 
 .. module:: bge.constraints
 
+
+Examples
+--------
+
 .. include:: ../examples/bge.constraints.py
    :start-line: 1
    :end-line: 4
@@ -11,6 +15,10 @@ Physics Constraints (bge.constraints)
 .. literalinclude:: ../examples/bge.constraints.py
    :lines: 6-
 
+
+Functions
+---------
+
 .. function:: createConstraint( \
       physicsid_1, physicsid_2, constraint_type, \
       pivot_x=0.0, pivot_y=0.0, pivot_z=0.0, \
@@ -65,7 +73,7 @@ Physics Constraints (bge.constraints)
 
    See `Bullet binary serialization <http://bulletphysics.org/mediawiki-1.5.8/index.php/Bullet_binary_serialization>`__.
 
-   :arg filename: Absolute filepath.
+   :arg filename: File path.
    :type filename: str
 
 .. function:: getAppliedImpulse(constraintId)




More information about the Bf-blender-cvs mailing list