Files
deb-python-oauth2client/.gitignore
Craig Citro b15809270d Switch doc building from epydoc to Sphinx.
This adds sphinx-based configs for doc generation, along with some templates
and a new `docs/index.rst`.

Still to come: updating the doc build script and merging Danny's autodoc
changes.
2014-12-18 11:38:42 -08:00

17 lines
174 B
Plaintext

# Build artifacts
*.py[cod]
oauth2client.egg-info/
build/
dist/
# Built documentation
docs/_build
# Test files
.tox/
# Coverage files
.coverage
coverage.xml
nosetests.xml