mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-17 09:39:51 +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
|
.. autoclass:: flake8.formatting.base.BaseFormatter
|
||||||
|
:members:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
==================
|
==================
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue