Docs: include 'bl_math' module

This commit is contained in:
Campbell Barton 2020-07-22 14:36:30 +10:00
parent b5194520e3
commit a197b81090

@ -225,6 +225,7 @@ else:
"aud", "aud",
"bgl", "bgl",
"blf", "blf",
"bl_math",
"imbuf", "imbuf",
"bmesh", "bmesh",
"bmesh.ops", "bmesh.ops",
@ -1798,8 +1799,18 @@ def write_rst_contents(basepath):
standalone_modules = ( standalone_modules = (
# submodules are added in parent page # submodules are added in parent page
"mathutils", "freestyle", "bgl", "blf", "imbuf", "gpu", "gpu_extras", "aud",
"aud", "bpy_extras", "idprop.types", "bmesh", "bgl",
"bl_math",
"blf",
"bmesh",
"bpy_extras",
"freestyle",
"gpu",
"gpu_extras",
"idprop.types",
"imbuf",
"mathutils",
) )
for mod in standalone_modules: for mod in standalone_modules:
@ -1951,6 +1962,7 @@ def write_rst_importable_modules(basepath):
"mathutils.kdtree": "KDTree Utilities", "mathutils.kdtree": "KDTree Utilities",
"mathutils.interpolate": "Interpolation Utilities", "mathutils.interpolate": "Interpolation Utilities",
"mathutils.noise": "Noise Utilities", "mathutils.noise": "Noise Utilities",
"bl_math": "Additional Math Functions",
"freestyle": "Freestyle Module", "freestyle": "Freestyle Module",
"freestyle.types": "Freestyle Types", "freestyle.types": "Freestyle Types",
"freestyle.predicates": "Freestyle Predicates", "freestyle.predicates": "Freestyle Predicates",