diff --git a/docs/index.rst b/docs/index.rst index 47e8964..50fb0a8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ .. include global.rst -parso - A Python Parser Written in Python -========================================= +parso - A Python Parser +======================= Release v\ |release|. (:doc:`Installation `) diff --git a/parso/__init__.py b/parso/__init__.py index 4e0f2d0..00cd06d 100644 --- a/parso/__init__.py +++ b/parso/__init__.py @@ -8,6 +8,8 @@ for other projects as well. Parso consists of a small API to parse Python and analyse the syntax tree. +.. _jedi: https://github.com/davidhalter/jedi + A simple example: >>> import parso