PyAPI: Add toctree link on parent page of submodule

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

View File

@@ -22,7 +22,7 @@
# 'bmesh_opdefines.c' in order to avoid having to add a lot of introspection
# data access into the api.
#
# The script is stupid becase it makes assumptions about formatting...
# The script is stupid because it makes assumptions about formatting...
# that each arg has its own line, that comments above or directly after will be __doc__ etc...
#
# We may want to replace this script with something else one day but for now its good enough.