From 2c2f25dc1c526b50a9da1dfd7ad6551433066dd7 Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 3 Aug 2013 19:36:50 -0700 Subject: [PATCH] Don't use direct links if it can be helped. --- docs/dev/env.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 7d43991..81da462 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -286,12 +286,11 @@ Other Tools IDLE ---- -`IDLE `_ is an integrated -development environment that is part of Python standard library. It is -completely written in Python and uses the Tkinter GUI toolkit. Though IDLE -is not suited for full-blown development using Python, it is quite -helpful to try out small Python snippets and experiment with different -features in Python. +:ref:`IDLE ` is an integrated development environment that is +part of Python standard library. It is completely written in Python and uses +the Tkinter GUI toolkit. Though IDLE is not suited for full-blown development +using Python, it is quite helpful to try out small Python snippets and +experiment with different features in Python. It provides the following features: