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
:members:

View file

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

View file

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