Start structuring documentation

This commit is contained in:
Ian Cordasco 2016-01-25 20:40:33 -06:00
parent 17a7826dc7
commit f2ca91372a
4 changed files with 18 additions and 5 deletions

0
dev/.keep Normal file
View file

View 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
View file

0
user/.keep Normal file
View file