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
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.app.rst9
-rw-r--r--doc/python_api/rst/include__bmesh.rst2
-rw-r--r--doc/python_api/sphinx_doc_gen.py2
3 files changed, 10 insertions, 3 deletions
diff --git a/doc/python_api/rst/bge.app.rst b/doc/python_api/rst/bge.app.rst
index 34b9263db0c..326d9651a54 100644
--- a/doc/python_api/rst/bge.app.rst
+++ b/doc/python_api/rst/bge.app.rst
@@ -4,6 +4,15 @@ Application Data (bge.app)
Module to access application values that remain unchanged during runtime.
+Submodules:
+
+.. toctree::
+ :maxdepth: 1
+
+ bpy.app.handlers.rst
+ bpy.app.translations.rst
+
+
.. module:: bge.app
.. data:: version
diff --git a/doc/python_api/rst/include__bmesh.rst b/doc/python_api/rst/include__bmesh.rst
index d9d65169a80..bed374bf7b6 100644
--- a/doc/python_api/rst/include__bmesh.rst
+++ b/doc/python_api/rst/include__bmesh.rst
@@ -8,7 +8,7 @@
Submodules:
.. toctree::
- :maxdepth:
+ :maxdepth: 1
bmesh.ops.rst
bmesh.types.rst
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 47bb323e574..ef9802aae91 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1715,8 +1715,6 @@ def write_rst_contents(basepath):
"bpy.utils.previews",
"bpy.path",
"bpy.app",
- "bpy.app.handlers",
- "bpy.app.translations",
# C modules
"bpy.props",