[Bf-blender-cvs] [11db80e] 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
Sat Jan 3 11:09:27 CET 2015


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

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