[Python-modules-commits] r19295 - in packages/ipython/trunk/debian (7 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Nov 12 18:08:50 UTC 2011


    Date: Saturday, November 12, 2011 @ 18:08:46
  Author: jtaylor-guest
Revision: 19295

install upstream manpages

Added:
  packages/ipython/trunk/debian/ipython.manpages
Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/ipython-parallel.manpages
Deleted:
  packages/ipython/trunk/debian/ipcluster.1
  packages/ipython/trunk/debian/ipcontroller.1
  packages/ipython/trunk/debian/ipengine.1
  packages/ipython/trunk/debian/irunner.1

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2011-11-12 18:08:27 UTC (rev 19294)
+++ packages/ipython/trunk/debian/changelog	2011-11-12 18:08:46 UTC (rev 19295)
@@ -1,6 +1,7 @@
 ipython (0.11-1) experimental; urgency=low
 
   * New upstream release
+  * install all upstream manpages
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 31 Jul 2011 19:10:10 +0200
 

Deleted: packages/ipython/trunk/debian/ipcluster.1
===================================================================
--- packages/ipython/trunk/debian/ipcluster.1	2011-11-12 18:08:27 UTC (rev 19294)
+++ packages/ipython/trunk/debian/ipcluster.1	2011-11-12 18:08:46 UTC (rev 19295)
@@ -1,57 +0,0 @@
-.TH IPCLUSTER 1 "October 28, 2008" "" ""
-.SH NAME
-\fBipcluster \- IPython parallel computing cluster control tool
-.SH SYNOPSIS
-.nf
-.fam C
-\fBipcluster\fP [\fIoptions\fP]
-.fam T
-.fi
-.SH DESCRIPTION
-ipcluster is a control tool for IPython's parallel computing functions.
-.SH OPTIONS
-.TP
-.B
-\-h, \-\-help
-show this help message and exit
-.TP
-.B
-\-\-controller\-port=CONTROLLERPORT
-the TCP port the controller is listening on
-.TP
-.B
-\-\-controller\-ip=CONTROLLERIP
-the TCP IP address of the controller
-.TP
-.B
-\-n, \-\-num=N
-the number of engines to start
-.TP
-.B
-\-\-engine\-port=ENGINEPORT
-the TCP port the controller will listen on for engine connections
-.TP
-.B
-\-\-mpi=MPI
-use mpi with package: for instance --mpi=mpi4py
-.TP
-.B
-\-l LOGFILE, \-\-logfile=LOGFILE
-log file name
-.TP
-.B
-\-f CLUSTERFILE, \-\-cluster\-file=CLUSTERFILE
-file describing a remote cluster
-.SH EXAMPLE
-ipcluster -n 4
-
-This command will start 4 IPython engines.
-.SH SEE ALSO
-.BR ipython(1), ipcontroller(1), ipengine(1)
-.br
-.SH AUTHOR
-\fBipcluster\fP is a tool that ships with IPython, created by
-the IPython Development Team.
-.PP
-This manual page was written by Stephan Peijnik <debian at sp.or.at>,
-for the Debian project (but may be used by others).

Deleted: packages/ipython/trunk/debian/ipcontroller.1
===================================================================
--- packages/ipython/trunk/debian/ipcontroller.1	2011-11-12 18:08:27 UTC (rev 19294)
+++ packages/ipython/trunk/debian/ipcontroller.1	2011-11-12 18:08:46 UTC (rev 19295)
@@ -1,86 +0,0 @@
-.TH IPCONTROLLER 1 "October 29, 2008" "" ""
-.SH NAME
-\fBipcontroller \- IPython parallel computing controller control tool
-.SH SYNOPSIS
-.nf
-.fam C
-\fBipengine\fP [\fIoptions\fP]
-.fam T
-.fi
-.SH DESCRIPTION
-ipcontroller is a control tool for IPython's parallel computing functions.
-.SH OPTIONS
-.TP
-.B
-\-h, \-\-help
-show this help message and exit
-.TP
-.B
-\-\-client\-ip=CLIENT_IP
-the IP address or hostname the controller will listen on for
-client connections
-.TP
-.B
-\-\-client\-port=CLIENT_PORT
-the port the controller will listen on for client connections
-.TP
-.B
-\-\-client\-location=CLIENT_LOCATION
-hostname or ip for clients to connect to
-.TP
-.B
-\-x
-turn off all client security
-.TP
-.B
-\-\-client\-cert\-file=CLIENT_CERT_FILE
-file to store the client SSL certificate
-.TP
-.B
-\-\-task\-furl\-file=TASK_FURL_FILE
-file to store the FURL for task clients to connect with
-.TP
-.B
-\-\-multiengine\-furl\-file=MULTIENGINE_FURL_FILE
-file to store the FURL for multiengine clients to connect with
-.TP
-.B
-\-\-engine\-ip=ENGINE_IP
-the IP address or hostname the controller will listen on for engine connections
-.TP
-.B
-\-\-engine\-port=ENGINE_PORT
-the port the controller will listen on for engine connections
-.TP
-.B
-\-\-engine\-location=ENGINE_LOCATION
-the IP address or hostname for engine to connect to
-.TP
-.B
-\-y
-turn off all engine security
-.TP
-.B
-\-\-engine\-cert\-file=ENGINE_CERT_FILE
-file to store the engine SSL certificate
-.TP
-.B
-\-\-engine\-furl\-file=ENGINE_FURL_FILE
-file to store the FURL for engines to connect with
-.TP
-.B
-\-l LOGFILE, \-\-logfile=LOGFILE
-log file name (default is stdout)
-.TP
-.B
-\-\-ipythondir=IPYTHONDIR
-look for config files and profiles in this directory
-.SH SEE ALSO
-.BR ipython(1), ipcluster(1), ipengine(1)
-.br
-.SH AUTHOR
-\fBipcontroller\fP is a tool that ships with IPython, created by
-the IPython Development Team.
-.PP
-This manual page was written by Stephan Peijnik <debian at sp.or.at>,
-for the Debian project (but may be used by others).

Deleted: packages/ipython/trunk/debian/ipengine.1
===================================================================
--- packages/ipython/trunk/debian/ipengine.1	2011-11-12 18:08:27 UTC (rev 19294)
+++ packages/ipython/trunk/debian/ipengine.1	2011-11-12 18:08:46 UTC (rev 19295)
@@ -1,41 +0,0 @@
-.TH IPENGINE 1 "October 28, 2008" "" ""
-.SH NAME
-\fBipengine \- IPython parallel computing engine control tool
-.SH SYNOPSIS
-.nf
-.fam C
-\fBipengine\fP [\fIoptions\fP]
-.fam T
-.fi
-.SH DESCRIPTION
-ipengine is a control tool for IPython's parallel computing functions.
-.SH OPTIONS
-.TP
-.B
-\-h, \-\-help
-show this help message and exit
-.TP
-.B
-\-\-furl\-file=FURL_FILE
-The filename containing the FURL of the controller
-.TP
-.B
-\-\-mpi=MPI
-How to enable MPI (mpi4py, pytrilions, or empty string to disable)
-.TP
-.B
-\-l LOGFILE, \-\-logfile=LOGFILE
-log file name (defaults to stdout)
-.TP
-.B
-\-\-ipythondir=IPYTHONDIR
-look for config files and profiles in this directory
-.SH SEE ALSO
-.BR ipython(1), ipcluster(1), ipcontroller(1)
-.br
-.SH AUTHOR
-\fBipengine\fP is a tool that ships with IPython, created by
-the IPython Development Team.
-.PP
-This manual page was written by Stephan Peijnik <debian at sp.or.at>,
-for the Debian project (but may be used by others).

Modified: packages/ipython/trunk/debian/ipython-parallel.manpages
===================================================================
--- packages/ipython/trunk/debian/ipython-parallel.manpages	2011-11-12 18:08:27 UTC (rev 19294)
+++ packages/ipython/trunk/debian/ipython-parallel.manpages	2011-11-12 18:08:46 UTC (rev 19295)
@@ -1,4 +1,4 @@
-debian/irunner.1
-debian/ipcluster.1
-debian/ipengine.1
-debian/ipcontroller.1
+docs/man/ipcluster.1
+docs/man/ipcontroller.1
+docs/man/ipengine.1
+docs/man/iplogger.1

Added: packages/ipython/trunk/debian/ipython.manpages
===================================================================
--- packages/ipython/trunk/debian/ipython.manpages	                        (rev 0)
+++ packages/ipython/trunk/debian/ipython.manpages	2011-11-12 18:08:46 UTC (rev 19295)
@@ -0,0 +1,3 @@
+docs/man/ipython.1
+docs/man/irunner.1
+docs/man/pycolor.1

Deleted: packages/ipython/trunk/debian/irunner.1
===================================================================
--- packages/ipython/trunk/debian/irunner.1	2011-11-12 18:08:27 UTC (rev 19294)
+++ packages/ipython/trunk/debian/irunner.1	2011-11-12 18:08:46 UTC (rev 19295)
@@ -1,52 +0,0 @@
-.TH IRUNNER 1 "April 24, 2007" "" ""
-.SH NAME
-\fBirunner \- interactive runner interface
-.SH SYNOPSIS
-.nf
-.fam C
-\fBirunner\fP [\fIoptions\fP] \fIfile_to_run\fP
-.fam T
-.fi
-.SH DESCRIPTION
-irunner is an interface to the various interactive runners
-available in IPython's \fBirunner\fP module. 
-.PP
-The already implemented runners are listed below; adding
-one for a new program is a trivial task, see the source
-for examples.
-.SH OPTIONS
-.TP
-.B
-\-h, \-\-help
-show this help message and exit
-.TP
-.B
-\-\-ipython
-IPython interactive runner (default).
-.TP
-.B
-\-\-python
-Python interactive runner.
-.TP
-.B
-\-\-sage
-SAGE interactive runner.
-.SH EXAMPLE
-irunner.py \-\-python \-\- \-\-help
-will pass \-\-help to the python runner.
-Similarly,
-irunner.py \-\-ipython \-\- \-\-interact script.ipy
-.SH SEE ALSO
-.BR ipython(1)
-.br
-.SH BUGS
-The SAGE runner only works if you manually configure your SAGE
-copy to use 'colors NoColor' in the ipythonrc config file, since
-currently the prompt matching regexp does not identify color sequences.
-.SH AUTHOR
-\fBirunner\fP is an extension of Ken Schutte <kschutte-AT-csail.mit.edu>'s
-script contributed on the ipython-user list:
-http://scipy.net/pipermail/ipython-user/2006-May/001705.html
-.PP
-This manual page was written by Bernd Zeimetz <bernd at bzed.de>,
-for the Debian project (but may be used by others).




More information about the Python-modules-commits mailing list