fixed some sphinx references

This commit is contained in:
David Halter
2013-02-05 00:40:23 +01:00
parent ee9676a5d7
commit 6942cca302

View File

@@ -45,9 +45,9 @@ The core of Jedi consists of three parts:
- :ref:`Python code evaluation <evaluate>`
- :ref:`API <dev-api>`
Most people are probably interested in `code evaluation <evaluate>`, because
that's where all the magic happens. I need to introduce the ref:`parser
<parsing>` first, because evaluate uses it extensively.
Most people are probably interested in :ref:`code evaluation <evaluate>`,
because that's where all the magic happens. I need to introduce the
:ref:`parser <parsing>` first, because evaluate uses it extensively.
.. _parsing: