[Bf-blender-cvs] [5e485e34e83] master: PYAPI: fix documention structure of bpy.app

Aaron Carlisle noreply at git.blender.org
Wed Jun 14 22:19:19 CEST 2017


Commit: 5e485e34e832b196d5682f9d05cdd12505531e44
Author: Aaron Carlisle
Date:   Wed Jun 14 16:19:05 2017 -0400
Branches: master
https://developer.blender.org/rB5e485e34e832b196d5682f9d05cdd12505531e44

PYAPI: fix documention structure of bpy.app

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

M	doc/python_api/rst/bge.app.rst
M	doc/python_api/rst/include__bmesh.rst
M	doc/python_api/sphinx_doc_gen.py

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

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",




More information about the Bf-blender-cvs mailing list