From 614311f4e2f0f4543e482bf52fc03bf96be2e0b4 2011-05-08 13:19:17 From: Darren Dale Date: 2011-05-08 13:19:17 Subject: [PATCH] Add a cross reference to discussion of ipython directory location. --- diff --git a/docs/source/config/ipython.txt b/docs/source/config/ipython.txt index 66fc54a..87674a8 100644 --- a/docs/source/config/ipython.txt +++ b/docs/source/config/ipython.txt @@ -13,7 +13,7 @@ The default configuration file for the :command:`ipython` command line applicati is :file:`ipython_config.py`. By setting the attributes in this file, you can configure the application. A sample is provided in :mod:`IPython.config.default.ipython_config`. Simply copy this file to your -IPython directory to start using it. +:ref:`IPython directory ` to start using it. Most configuration attributes that this file accepts are associated with classes that are subclasses of :class:`~IPython.core.component.Component`.