This adds several pieces for doc creation: * a script to automate fetching the GAE SDK, * updates `doc-build` to fetch the SDK and use sphinx, * a dummy `django_settings` module where needed, * a `tox` target to build, and * use of `ghp-import` to push the changes into the gh-pages branch.
18 lines
195 B
Plaintext
18 lines
195 B
Plaintext
# Build artifacts
|
|
*.py[cod]
|
|
oauth2client.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Documentation-related
|
|
docs/_build
|
|
/google_appengine/
|
|
|
|
# Test files
|
|
.tox/
|
|
|
|
# Coverage files
|
|
.coverage
|
|
coverage.xml
|
|
nosetests.xml
|