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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-06-14 23:19:05 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-06-14 23:19:05 +0300
commit5e485e34e832b196d5682f9d05cdd12505531e44 (patch)
tree4ba086763648a793270fec20d35b61cb191f967f /doc
parent9a0673a5d4887aafae5a4d29c10c02a5926476f9 (diff)
PYAPI: fix documention structure of bpy.app
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",