You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.