diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-19 07:19:16 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-19 07:19:16 -0600 |
| commit | e66fc2efa81f9a05e52c6886b9606c4039259a5c (patch) | |
| tree | 553533781d292c3ea13fb67aae4ab9080f3e7f0f /docs/source/index.rst | |
| parent | 4e294af81c14a627fa6a4771617a00a8a1abd293 (diff) | |
| download | flake8-e66fc2efa81f9a05e52c6886b9606c4039259a5c.tar.gz | |
Start creating documentation
Diffstat (limited to 'docs/source/index.rst')
| -rw-r--r-- | docs/source/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 0000000..904ca87 --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,22 @@ +.. flake8 documentation master file, created by + sphinx-quickstart on Tue Jan 19 07:14:10 2016. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to flake8's documentation! +================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |
