Put the module docstrings on the module index pages

Plus some other changes to start using using the "wx." prefix on names in the docs. (More are still needed but this is a start.
This commit is contained in:
Robin Dunn
2016-05-19 21:04:14 -07:00
parent 760ebc0878
commit e2f853d0e0
7 changed files with 69 additions and 31 deletions

View File

@@ -693,6 +693,11 @@ def PickleClassInfo(class_name, element, short_description):
# ----------------------------------------------------------------------- #
# TODO: It would be nice to handle tracking the modules in a better way that
# doesn't need to import and use the ITEMS list in etg files. There are too
# many items added on the fly to try and keep track of them separately. We
# can add the module name to the saved data while in the etg/generator stage.
global ALL_ITEMS
ALL_ITEMS = {}