.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
setup.cfg
setup.py
tox.ini
doc2dash/__init__.py
doc2dash/__main__.py
doc2dash.egg-info/PKG-INFO
doc2dash.egg-info/SOURCES.txt
doc2dash.egg-info/dependency_links.txt
doc2dash.egg-info/entry_points.txt
doc2dash.egg-info/requires.txt
doc2dash.egg-info/top_level.txt
doc2dash/parsers/__init__.py
doc2dash/parsers/base.py
doc2dash/parsers/pydoctor.py
doc2dash/parsers/sphinx.py
doc2dash/parsers/types.py
tests/__init__.py
tests/test_main.py
tests/parsers/test_base.py
tests/parsers/test_detectors.py
tests/parsers/pydoctor/function_example.html
tests/parsers/pydoctor/pydoctor_example.html
tests/parsers/pydoctor/test_pydoctor.py
tests/parsers/sphinx/dd_example.html
tests/parsers/sphinx/function_example.html
tests/parsers/sphinx/sphinx_example.html
tests/parsers/sphinx/test_sphinx.py