From a55a9af853e6c52c0224d71c456d54acea520f12 2011-07-19 12:39:34 From: Julian Taylor Date: 2011-07-19 12:39:34 Subject: [PATCH] irunner: doc update add a sentence on purpose of irunner to manpage and update link to origin --- diff --git a/IPython/lib/irunner.py b/IPython/lib/irunner.py index 9302768..8175168 100755 --- a/IPython/lib/irunner.py +++ b/IPython/lib/irunner.py @@ -16,7 +16,7 @@ simply run the module as a script: This is an extension of Ken Schutte 's script contributed on the ipython-user list: -http://scipy.net/pipermail/ipython-user/2006-May/001705.html +http://mail.scipy.org/pipermail/ipython-user/2006-May/003539.html NOTES: diff --git a/docs/man/irunner.1 b/docs/man/irunner.1 index 56353a1..2623d7c 100644 --- a/docs/man/irunner.1 +++ b/docs/man/irunner.1 @@ -10,6 +10,8 @@ .SH DESCRIPTION irunner is an interface to the various interactive runners available in IPython's \fBirunner\fP module. +It can used to run scripts as if they where typed up +interactively. .PP The already implemented runners are listed below; adding one for a new program is a trivial task, see the source @@ -42,7 +44,7 @@ irunner.py \-\-ipython \-\- \-\-interact script.ipy .SH AUTHOR \fBirunner\fP is an extension of Ken Schutte 's script contributed on the ipython-user list: -http://scipy.net/pipermail/ipython-user/2006-May/001705.html +http://mail.scipy.org/pipermail/ipython-user/2006-May/003539.html .PP This manual page was written by Bernd Zeimetz , for the Debian project (but may be used by others). Modified by Fernando Perez