Now also add an index.rst.

This commit is contained in:
Dave Halter
2017-05-24 14:09:50 -04:00
parent d5c27b59be
commit e1ef9c086f
3 changed files with 33 additions and 2 deletions

31
docs/index.rst Normal file
View File

@@ -0,0 +1,31 @@
.. include global.rst
parso - A Python Parser Written in Python
=========================================
Release v\ |release|. (:doc:`Installation <docs/installation>`)
.. automodule:: parso
.. _toc:
Docs
----
.. toctree::
:maxdepth: 2
docs/installation
docs/usage
docs/parser-tree
docs/development
.. _resources:
Resources
---------
- `Source Code on Github <https://github.com/davidhalter/parso>`_
- `Travis Testing <https://travis-ci.org/davidhalter/parso>`_
- `Python Package Index <http://pypi.python.org/pypi/parso/>`_