From 129ff18a7424a8cbd400cdd88e8c0f16b6f5c76d Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 2 Oct 2015 10:13:32 -0700 Subject: [PATCH] Fix broken ipython doc links. The ipython docs seem to no longer be available as scipy.org, so switch the the equivalent link at ipython.org. Things are further confused by the unification of the various ipython backends under project jupyter. I moved the general documentation link there, but the name change will be confusing. Probably the whole section should be updated for the name change. --- _sources/core/ipython.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sources/core/ipython.txt b/_sources/core/ipython.txt index e4deb31..6cea81d 100644 --- a/_sources/core/ipython.txt +++ b/_sources/core/ipython.txt @@ -127,11 +127,11 @@ Try:: Further resources ^^^^^^^^^^^^^^^^^^ -- `IPython docs page `_ +- `IPython docs page `_ - `IPython customization - `_ : + `_ : E.g. to always import certain modules read `The ipythonrc approach - `_ + `_ which explains editing ``~/.ipython/ipythonrc`` and setting the ``import_mod`` configuration.