Update docs index and tox env

This commit is contained in:
Ian Cordasco 2016-02-07 19:54:12 -06:00
parent b8a38c2573
commit f824cbae93
3 changed files with 7 additions and 3 deletions

View file

@ -48,3 +48,4 @@ API Documentation
================= =================
.. autoclass:: flake8.formatting.base.BaseFormatter .. autoclass:: flake8.formatting.base.BaseFormatter
:members:

View file

@ -18,8 +18,8 @@ Plugin Developer Guide
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
internal/option_handling dev/formatters
internal/plugin_handling dev/registering_plugins
Developer Guide Developer Guide
--------------- ---------------
@ -27,6 +27,9 @@ Developer Guide
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
internal/option_handling
internal/plugin_handling
internal/utils
Indices and tables Indices and tables
================== ==================

View file

@ -35,7 +35,7 @@ basepython = python3.4
skipsdist = true skipsdist = true
skip_install = true skip_install = true
use_develop = false use_develop = false
changedir = docs/_build/html changedir = docs/build/html
deps = deps =
commands = commands =
python -m http.server {posargs} python -m http.server {posargs}