PYAPI: fix documention structure of bpy.app

This commit is contained in:
Aaron Carlisle
2017-06-14 16:19:05 -04:00
parent 9a0673a5d4
commit 5e485e34e8
3 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -8,7 +8,7 @@
Submodules:
.. toctree::
:maxdepth:
:maxdepth: 1
bmesh.ops.rst
bmesh.types.rst

View File

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