summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-02-07 19:54:12 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-02-07 19:54:12 -0600
commitf824cbae9321527214b9fb9c3e7688c1d05f4b47 (patch)
treef1282539b0fee4d71d794c9baa83f3752dd70741 /docs/source
parentb8a38c2573eb00f30a563ee233050ae0b5db1842 (diff)
downloadflake8-f824cbae9321527214b9fb9c3e7688c1d05f4b47.tar.gz
Update docs index and tox env
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/dev/formatters.rst1
-rw-r--r--docs/source/index.rst7
2 files changed, 6 insertions, 2 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
==================