##// END OF EJS Templates
Merge pull request #3208 from benjaminfjones/patch-1...
Min RK -
r10259:4d090de0 merge
parent child Browse files
Show More
@@ -14,7 +14,7 b' Getting extensions'
14
14
15 A few important extensions are :ref:`bundled with IPython <bundled_extensions>`.
15 A few important extensions are :ref:`bundled with IPython <bundled_extensions>`.
16 Others can be found on the `extensions index
16 Others can be found on the `extensions index
17 <http://wiki.ipython.org/Extensions_Index>`_ on the wiki, and installed with
17 <https://github.com/ipython/ipython/wiki/Extensions-Index>`_ on the wiki, and installed with
18 the ``%install_ext`` magic function.
18 the ``%install_ext`` magic function.
19
19
20 Using extensions
20 Using extensions
@@ -68,7 +68,7 b' write extensions, you can also put your extensions in'
68 ``sys.path`` automatically.
68 ``sys.path`` automatically.
69
69
70 When your extension is ready for general use, please add it to the `extensions
70 When your extension is ready for general use, please add it to the `extensions
71 index <http://wiki.ipython.org/Extensions_Index>`_.
71 index <https://github.com/ipython/ipython/wiki/Extensions-Index>`_.
72
72
73 .. _bundled_extensions:
73 .. _bundled_extensions:
74
74
General Comments 0
You need to be logged in to leave comments. Login now