PyAPI: Add toctree link on parent page of submodule

This commit is contained in:
2017-06-15 01:41:28 -04:00
parent 44fd84bcc3
commit a96030b3da
3 changed files with 11 additions and 11 deletions

View File

@@ -1729,15 +1729,9 @@ def write_rst_contents(basepath):
fw(" :maxdepth: 1\n\n")
standalone_modules = (
# mathutils, submodules are in own page
"mathutils",
# misc
"freestyle", "bgl", "blf",
"gpu", "gpu.offscreen",
"aud", "bpy_extras",
"idprop.types",
# bmesh, submodules are in own page
"bmesh",
# submodules are added in parent page
"mathutils", "freestyle", "bgl", "blf", "gpu",
"aud", "bpy_extras", "idprop.types", "bmesh",
)
for mod in standalone_modules: