mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
Begin adding user-facing documentation
Especially around invocation and configuration
This commit is contained in:
parent
f353a5db90
commit
a7898e0389
6 changed files with 196 additions and 7 deletions
|
|
@ -12,6 +12,17 @@ Flake8 can be used in many ways:
|
|||
|
||||
This guide will cover all of these and the nuances for using Flake8.
|
||||
|
||||
.. note::
|
||||
|
||||
This portion of Flake8's documentation does not cover installation. See
|
||||
the :ref:`installation-guide` section for how to install Flake8.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
invocation
|
||||
configuration
|
||||
|
||||
.. config files
|
||||
.. command-line tutorial
|
||||
.. VCS usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue