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.
17 lines
174 B
Plaintext
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
|