[Bf-blender-cvs] [dd9b8c7] mathutils_bvhtree: Added mathutils.bvhtree submodule to the excluded modules list in the sphinx doc build files.

Lukas Tönne noreply at git.blender.org
Wed Dec 31 10:01:33 CET 2014


Commit: dd9b8c759298e74d30c73d084e4778f5f2461f8e
Author: Lukas Tönne
Date:   Tue Dec 30 12:54:13 2014 +0100
Branches: mathutils_bvhtree
https://developer.blender.org/rBdd9b8c759298e74d30c73d084e4778f5f2461f8e

Added mathutils.bvhtree submodule to the excluded modules list in
the sphinx doc build files.

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

M	doc/python_api/sphinx_doc_gen.py

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

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 7ffb448..5479dce 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -271,6 +271,7 @@ else:
         "gpu",
         "mathutils",
         "mathutils.geometry",
+        "mathutils.bvhtree",
         "mathutils.kdtree",
         "mathutils.noise",
         "freestyle",
@@ -1646,7 +1647,7 @@ def write_rst_contents(basepath):
 
     standalone_modules = (
         # mathutils
-        "mathutils", "mathutils.geometry", "mathutils.kdtree", "mathutils.noise",
+        "mathutils", "mathutils.geometry", "mathutils.bvhtree", "mathutils.kdtree", "mathutils.noise",
         # misc
         "freestyle", "bgl", "blf", "gpu", "aud", "bpy_extras",
         # bmesh, submodules are in own page
@@ -1797,6 +1798,7 @@ def write_rst_importable_modules(basepath):
         "bpy.props"            : "Property Definitions",
         "mathutils"            : "Math Types & Utilities",
         "mathutils.geometry"   : "Geometry Utilities",
+        "mathutils.bvhtree"    : "BVHTree Utilities",
         "mathutils.kdtree"     : "KDTree Utilities",
         "mathutils.noise"      : "Noise Utilities",
         "freestyle"            : "Freestyle Module",




More information about the Bf-blender-cvs mailing list