From 4d090de07b42dba17d2cc7ff042fc84c188e6ee4 2013-04-22 22:29:27 From: Min RK Date: 2013-04-22 22:29:27 Subject: [PATCH] Merge pull request #3208 from benjaminfjones/patch-1 Update link to extensions index --- diff --git a/docs/source/config/extensions/index.txt b/docs/source/config/extensions/index.txt index 808ad43..361fbee 100644 --- a/docs/source/config/extensions/index.txt +++ b/docs/source/config/extensions/index.txt @@ -14,7 +14,7 @@ Getting extensions A few important extensions are :ref:`bundled with IPython `. Others can be found on the `extensions index -`_ on the wiki, and installed with +`_ on the wiki, and installed with the ``%install_ext`` magic function. Using extensions @@ -68,7 +68,7 @@ write extensions, you can also put your extensions in ``sys.path`` automatically. When your extension is ready for general use, please add it to the `extensions -index `_. +index `_. .. _bundled_extensions: