Skip to content

2.0.0

Compare
Choose a tag to compare
@hynek hynek released this 14 Aug 16:00
· 441 commits to main since this release

2.0.0 (2014-08-14)

  • Added a new parser for Sphinx documentation that uses intersphinx files that are machine readable.
    That should lead to more reliable parsing and a better deduction of symbol types.
    (#28)
  • Added Sphinx-based documentation.
  • Added colors, styles, and a progress bar to make output more comprehensible.
  • setup.py test works now.
  • Internally quite a few changes happened.
    Most prominently tuples and namedtuples have been replaced by real classes and parsers don't inherit from anything anymore.
    The fundamental working principal stayed the same though so porting your parsers is trivial.