PyDoc: hide overly long titles from the side-bar
The side-bar included both title and description for documentation pages including quickstart, tips & tricks .. etc. Titles often wrapped and took up a lot of vertical space in the side-bar. Now these pages are linked on the main page, with the side-bar used for top-level Python modules.
This commit is contained in:
@@ -349,8 +349,10 @@ def api_changelog(args):
|
||||
fw(""
|
||||
":tocdepth: 2\n"
|
||||
"\n"
|
||||
"Blender API Change Log\n"
|
||||
"**********************\n"
|
||||
"Change Log\n"
|
||||
"**********\n"
|
||||
"\n"
|
||||
"Changes in Blender's Python API between releases.\n"
|
||||
"\n"
|
||||
".. note, this document is auto generated by sphinx_changelog_gen.py\n"
|
||||
"\n"
|
||||
|
Reference in New Issue
Block a user