.travis.yml
AUTHORS.rst
CONTRIBUTING.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/intersphinx.py
doc2dash/parsers/pydoctor.py
doc2dash/parsers/sphinx.py
doc2dash/parsers/types.py
doc2dash/parsers/utils.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/formats.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/usage.rst
tests/__init__.py
tests/test_main.py
tests/parsers/test_detectors.py
tests/parsers/test_utils.py
tests/parsers/intersphinx/function_example.html
tests/parsers/intersphinx/objects.inv
tests/parsers/intersphinx/test_intersphinx.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/sphinx_example.html
tests/parsers/sphinx/test_sphinx.py