mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Start structuring documentation
This commit is contained in:
parent
17a7826dc7
commit
f2ca91372a
4 changed files with 18 additions and 5 deletions
0
dev/.keep
Normal file
0
dev/.keep
Normal file
|
|
@ -3,14 +3,28 @@
|
||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
Welcome to flake8's documentation!
|
Flake8: Your Tool For Style Guide Enforcement
|
||||||
==================================
|
=============================================
|
||||||
|
|
||||||
Contents:
|
User Guide
|
||||||
|
----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
Plugin Developer Guide
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
internal/option_handling.rst
|
||||||
|
|
||||||
|
Developer Guide
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|
@ -19,4 +33,3 @@ Indices and tables
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
||||||
|
|
|
||||||
0
internal/.keep
Normal file
0
internal/.keep
Normal file
0
user/.keep
Normal file
0
user/.keep
Normal file
Loading…
Add table
Add a link
Reference in a new issue