summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2014-10-08 10:25:33 +1100
committerIan Wienand <iwienand@redhat.com>2015-02-16 11:09:00 +1100
commitf272ab3ae42fd6ca2d948bea6cb37ef7b6840e35 (patch)
treed5b0db40f35c8142c6cda08fb48e3a5d0fb89f71 /tox.ini
parenta3eaafefbdcec0231db33c44cca718526f9c96cc (diff)
downloadpython-glanceclient-f272ab3ae42fd6ca2d948bea6cb37ef7b6840e35.tar.gz
Generate API documentation
As a new user I found navigating the documentation difficult. The flow was a bit unclear and searches bring up old versions of API references that aren't included in the current documentation. This - provides an introduction to the tools similar to other projects - generates API references for the v1 and v2 client - fixes some minor docstring issues - adds doc/* to pep8 tests to check the conf.py The API generation code is cribbed from python-novaclient Change-Id: I65772127679d7afd5e7e48ca7872366b01382f21
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f2877e3..7331edd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,4 +38,4 @@ downloadcache = ~/cache/pip
# H404 multi line docstring should start with a summary
ignore = F403,F812,F821,H233,H302,H303,H404
show-source = True
-exclude = .venv,.tox,dist,doc,*egg,build
+exclude = .venv,.tox,dist,*egg,build