From 6942cca302a87bdb48234270ca42a3e41f94a367 Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 5 Feb 2013 00:40:23 +0100 Subject: [PATCH] fixed some sphinx references --- docs/docs/development.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/development.rst b/docs/docs/development.rst index ba524449..8d473d65 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -45,9 +45,9 @@ The core of Jedi consists of three parts: - :ref:`Python code evaluation ` - :ref:`API ` -Most people are probably interested in `code evaluation `, because -that's where all the magic happens. I need to introduce the ref:`parser -` first, because evaluate uses it extensively. +Most people are probably interested in :ref:`code evaluation `, +because that's where all the magic happens. I need to introduce the +:ref:`parser ` first, because evaluate uses it extensively. .. _parsing: