From f824cbae9321527214b9fb9c3e7688c1d05f4b47 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sun, 7 Feb 2016 19:54:12 -0600 Subject: [PATCH] Update docs index and tox env --- docs/source/dev/formatters.rst | 1 + docs/source/index.rst | 7 +++++-- tox.ini | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/source/dev/formatters.rst b/docs/source/dev/formatters.rst index 8f90892..0b37abd 100644 --- a/docs/source/dev/formatters.rst +++ b/docs/source/dev/formatters.rst @@ -48,3 +48,4 @@ API Documentation ================= .. autoclass:: flake8.formatting.base.BaseFormatter + :members: diff --git a/docs/source/index.rst b/docs/source/index.rst index 4a50a5d..a2bd76a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 ================== diff --git a/tox.ini b/tox.ini index 67c9478..8b952f3 100644 --- a/tox.ini +++ b/tox.ini @@ -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}