Releases: http-samc/GenDoc
Releases · http-samc/GenDoc
PyPI Release 1.0.1
Available at PyPI.
- Changed void DocString message from No documentation provided to No description provided to avoid confusion with void top-level class descriptors while using the
--classSections
flag (users might not recognize that the "methods" dropdown exists due to the class being listed as having "No documentation provided") - Stylistic improvements and best practices (removed module-level globals and replaced as params)
PyPI Release 1.0.0
Available at PyPI.
- Changed classmethod location from
class
.method to class.method
to emphasize the parent of the documentation
PyPI Release 0.1.5
Available at PyPI.
- reimplemented Pythonic function/class location syntax (converted
folder/file.{function or class}
tofolder.file.{function or class}
PyPI Release 0.1.4
PyPI Release 0.1.3
Available at PyPI.
- added
--codeFence
flag to enable more aesthetic docs for repositories that don't use markdown DocStrings
PyPI Release 0.1.2
Available at PyPI.
- fixed unwanted inherits w/o superclass
PyPI Release 0.1.1
Available at PyPI.
- added optional file headers with links
- added optional collapsible sections
- added class/function denotation
- added PATHs to classes/functions in their headers
PyPI Release 0.1.0
The first stable release of GenDoc with LTS, available at PyPI.