Doc: PyAPI docs, quiet warnings, fix URL's
This commit is contained in:
@@ -133,10 +133,11 @@ base class --- :class:`PyObjectPlus`
|
|||||||
Returns the contraint type (read only)
|
Returns the contraint type (read only)
|
||||||
|
|
||||||
:type: integer
|
:type: integer
|
||||||
- 1 = :class:`~bge.constraints.POINTTOPOINT_CONSTRAINT`
|
|
||||||
- 2 = :class:`~bge.constraints.LINEHINGE_CONSTRAINT`
|
- :class:`~bge.constraints.POINTTOPOINT_CONSTRAINT`
|
||||||
- 3 = :class:`~bge.constraints.ANGULAR_CONSTRAINT`
|
- :class:`~bge.constraints.LINEHINGE_CONSTRAINT`
|
||||||
- 4 = :class:`~bge.constraints.CONETWIST_CONSTRAINT`
|
- :class:`~bge.constraints.ANGULAR_CONSTRAINT`
|
||||||
- 11 = :class:`~bge.constraints.VEHICLE_CONSTRAINT`
|
- :class:`~bge.constraints.CONETWIST_CONSTRAINT`
|
||||||
- 12 = :class:`~bge.constraints.GENERIC_6DOF_CONSTRAINT`
|
- :class:`~bge.constraints.VEHICLE_CONSTRAINT`
|
||||||
|
- :class:`~bge.constraints.GENERIC_6DOF_CONSTRAINT`
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1600,7 +1600,7 @@ def write_rst_contents(basepath):
|
|||||||
fw("\n")
|
fw("\n")
|
||||||
|
|
||||||
# fw("`A PDF version of this document is also available <%s>`_\n" % BLENDER_PDF_FILENAME)
|
# fw("`A PDF version of this document is also available <%s>`_\n" % BLENDER_PDF_FILENAME)
|
||||||
fw("This site can be downloaded for offline use `Download the full Documentation (zipped HTML files)<%s>`_\n" % BLENDER_ZIP_FILENAME)
|
fw("This site can be downloaded for offline use `Download the full Documentation (zipped HTML files) <%s>`_\n" % BLENDER_ZIP_FILENAME)
|
||||||
|
|
||||||
fw("\n")
|
fw("\n")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user