Skip to content

Releases: http-samc/GenDoc

PyPI Release 1.0.1

22 Jun 07:51
Compare
Choose a tag to compare

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

22 Jun 03:33
Compare
Choose a tag to compare

Available at PyPI.

  • Changed classmethod location from class.method to class.method to emphasize the parent of the documentation

PyPI Release 0.1.5

22 Jun 03:20
Compare
Choose a tag to compare

Available at PyPI.

  • reimplemented Pythonic function/class location syntax (converted folder/file.{function or class} to folder.file.{function or class}

PyPI Release 0.1.4

22 Jun 03:17
Compare
Choose a tag to compare

Available at PyPI.

  • fixed #4

PyPI Release 0.1.3

22 Jun 02:55
Compare
Choose a tag to compare

Available at PyPI.

  • added --codeFence flag to enable more aesthetic docs for repositories that don't use markdown DocStrings

PyPI Release 0.1.2

22 Jun 02:30
Compare
Choose a tag to compare

Available at PyPI.

  • fixed unwanted inherits w/o superclass

PyPI Release 0.1.1

22 Jun 01:14
Compare
Choose a tag to compare

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

21 Jun 08:16
Compare
Choose a tag to compare

The first stable release of GenDoc with LTS, available at PyPI.