mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Update docs index and tox env
This commit is contained in:
parent
b8a38c2573
commit
f824cbae93
3 changed files with 7 additions and 3 deletions
|
|
@ -48,3 +48,4 @@ API Documentation
|
|||
=================
|
||||
|
||||
.. autoclass:: flake8.formatting.base.BaseFormatter
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
==================
|
||||
|
|
|
|||
2
tox.ini
2
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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue