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: