.editorconfig
.gitignore
.travis.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/Bug Report.md
.github/ISSUE_TEMPLATE/Feature Request.md
.idea/.gitignore
.idea/doc_switch.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
doc_switch/__init__.py
doc_switch/cli.py
doc_switch/doc_switch.py
doc_switch.egg-info/PKG-INFO
doc_switch.egg-info/SOURCES.txt
doc_switch.egg-info/dependency_links.txt
doc_switch.egg-info/entry_points.txt
doc_switch.egg-info/not-zip-safe
doc_switch.egg-info/requires.txt
doc_switch.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/build/html/_static/file.png
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/source/conf.py
docs/source/index.rst
docs/source/api/doc_switch.rst
docs/source/api/modules.rst
docs/source/getting_started/installing.rst
docs/source/getting_started/usage.rst
tests/__init__.py
tests/conftest.py