Move to python 3.6 intersphinx.

This commit is contained in:
Dave Halter
2017-09-03 23:32:43 +02:00
parent 5993765e0a
commit 7a277c7302
6 changed files with 20 additions and 24 deletions

View File

@@ -3,13 +3,7 @@
Parser Tree
===========
Usage
-----
.. automodule:: parso.python
:members:
:undoc-members:
The parser tree is returned by calling :py:meth:`parso.Grammar.parse`.
Parser Tree Base Class
----------------------