customdocs

Custom parsers for sphinx


License
MIT
Install
pip install customdocs==0.3.0

Documentation

CustomDocs

This package simply defines a few classes for parsing source code of different comment styles.

This currently supports a style for shell scripts through the customdocs.ShellScriptAnalyzer class and for Perl's POD through customdocs.PODAnalyzer.