PYAPI: fix documention structure of bpy.app
This commit is contained in:
@@ -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
|
||||
|
@@ -8,7 +8,7 @@
|
||||
Submodules:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth:
|
||||
:maxdepth: 1
|
||||
|
||||
bmesh.ops.rst
|
||||
bmesh.types.rst
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user