improve internal module links for sphinx documentation

This commit is contained in:
Dave Halter
2014-03-11 15:45:54 +01:00
parent cffdcd2571
commit 5764e760d2
5 changed files with 11 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ The core of Jedi consists of three parts:
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
<parser>` first, because :mod:`evaluate` uses it extensively.
<parser>` first, because :mod:`jedi.evaluate` uses it extensively.
.. _parser: