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:46:49 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-06-14 23:47:43 +0300
commitdf7c609fda97b0f9bd345c1d226271d75fbbc646 (patch)
tree76eb16c2c462dfa5728d5491fb2864787dc66e70 /doc
parenteeb9e5316a615f0e5052b28eee4966c4e2ed1152 (diff)
PYAPI: Fix mathutils doc structure
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index ef9802aae91..d2c6ade1e25 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1729,12 +1729,8 @@ def write_rst_contents(basepath):
fw(" :maxdepth: 1\n\n")
standalone_modules = (
- # mathutils
+ # mathutils, submodules are in own page
"mathutils",
- "mathutils.geometry",
- "mathutils.bvhtree", "mathutils.kdtree",
- "mathutils.interpolate",
- "mathutils.noise",
# misc
"freestyle", "bgl", "blf",
"gpu", "gpu.offscreen",