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

View File

@@ -7,7 +7,7 @@ Usage
``load_grammar``. Grammars (with a custom tokenizer and custom parser trees)
can also be created by directly instantiating ``Grammar``. More information
about the resulting objects can be found in the :ref:`parser tree documentation
<plugin-api-classes>`.
<parser-tree>`.
The simplest way of using parso is without even loading a grammar: