Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-05-18 00:38:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-18 00:38:54 +0400
commit45444ceee308bdbc40078975b48e4ce743253d24 (patch)
treed95a9b68148c2d7faee671598da3be8e599ce3b8 /source/gameengine/PyDoc
parent3a12668e922bfd8deecde5578b776e87b6d5cc24 (diff)
include game engine docs in sphinx doc generation:
bge.events, logic, render & types (others still need work) Updated http://www.blender.org/documentation/250PythonDoc
Diffstat (limited to 'source/gameengine/PyDoc')
-rw-r--r--source/gameengine/PyDoc/bge.events.rst4
-rw-r--r--source/gameengine/PyDoc/bge.logic.rst4
-rw-r--r--source/gameengine/PyDoc/bge.render.rst4
-rw-r--r--source/gameengine/PyDoc/bge.types.rst4
4 files changed, 8 insertions, 8 deletions
diff --git a/source/gameengine/PyDoc/bge.events.rst b/source/gameengine/PyDoc/bge.events.rst
index 60f9c81f169..afdcf39f178 100644
--- a/source/gameengine/PyDoc/bge.events.rst
+++ b/source/gameengine/PyDoc/bge.events.rst
@@ -1,6 +1,6 @@
-Documentation for the bge.events module.
-========================================
+Game Engine bge.events module.
+==============================
This module holds key constants for the SCA_KeyboardSensor.
diff --git a/source/gameengine/PyDoc/bge.logic.rst b/source/gameengine/PyDoc/bge.logic.rst
index 2d08ae15d6d..7fb2c3df67a 100644
--- a/source/gameengine/PyDoc/bge.logic.rst
+++ b/source/gameengine/PyDoc/bge.logic.rst
@@ -1,6 +1,6 @@
-Documentation for the bge.logic Module.
-=======================================
+Game Engine bge.logic Module.
+=============================
Module to access logic functions, imported automatically into the python controllers namespace.
diff --git a/source/gameengine/PyDoc/bge.render.rst b/source/gameengine/PyDoc/bge.render.rst
index be89aa8e8f7..d1a35019165 100644
--- a/source/gameengine/PyDoc/bge.render.rst
+++ b/source/gameengine/PyDoc/bge.render.rst
@@ -1,6 +1,6 @@
-Documentation for the bge.render Module.
-========================================
+Game Engine bge.render Module.
+==============================
.. module:: bge.render
diff --git a/source/gameengine/PyDoc/bge.types.rst b/source/gameengine/PyDoc/bge.types.rst
index f71a9818e02..6cfb3377cac 100644
--- a/source/gameengine/PyDoc/bge.types.rst
+++ b/source/gameengine/PyDoc/bge.types.rst
@@ -1,6 +1,6 @@
-Documentation for the bge.types Module.
-=======================================
+Game Engine bge.types Module.
+==============================
.. module:: bge.types