Skip to content

0.1.5 - Nested doctest

Pre-release
Pre-release
Compare
Choose a tag to compare
@vemel vemel released this 18 Oct 01:28

Features

  • Support doctest strings: >>> print('finally')
  • Support code blocks starting after a section title, e. g. Examples::
  • Add properties documentation
  • Support output folder outside of root path
  • Add support for GitHub Pages

Changes

  • Use nested docs structure
  • Add --cleanup CLI argument
  • Add --gh-pages CLI argument

Bugfixes

  • Fix local modules discovery for installed packages
  • Fix parsing of Google-style optional arguments
  • Fix module objects listing before docstring lines
  • Fix lowercase section names for PEP 257
  • Fix wrong indentation in sections with code blocks
  • Fix wrong indentation for tilde code blocks
  • Fix Sphinx-style titles breaking output
  • Fix links discovery in attached README.md