[Python-modules-commits] r6787 - in packages/ipython/trunk/debian (4 files)
speijnik-guest at users.alioth.debian.org
speijnik-guest at users.alioth.debian.org
Wed Oct 29 12:18:34 UTC 2008
Date: Wednesday, October 29, 2008 @ 12:18:33
Author: speijnik-guest
Revision: 6787
Added manpages for ipythonx and ipython-wx. Fixed a small typo in debian/changelog.
Added:
packages/ipython/trunk/debian/ipython-wx.1
packages/ipython/trunk/debian/ipythonx.1
Modified:
packages/ipython/trunk/debian/changelog
packages/ipython/trunk/debian/manpages
Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog 2008-10-29 11:44:23 UTC (rev 6786)
+++ packages/ipython/trunk/debian/changelog 2008-10-29 12:18:33 UTC (rev 6787)
@@ -10,7 +10,7 @@
* Added myself to Uploaders.
* Switched from dpatch to quilt patch system.
* Added dependency on python-foolscap.
- * Wrote manpage for ipcluster, ipengine and ipcontroller.
+ * Wrote manpages for ipcluster, ipengine and ipcontroller.
* Added recommend for global (needed by ipy_gnuglobal IPython extension).
* Added debian/patches/06_ipythonwx_importerror.patch.
Provides more usable error message when trying to execute ipython-wx
@@ -30,6 +30,7 @@
* Added final newline to debian/manpages to get rid of a build-warning.
* Updated debian/rules so parts of the html documentation are not compressed
and thus rendered unusable.
+ * Wrote manpages for ipythonx and ipython-wx.
* UNRELEASED - WORK IN PROGRESS.
[ Serafeim Zanikolas ]
Added: packages/ipython/trunk/debian/ipython-wx.1
===================================================================
--- packages/ipython/trunk/debian/ipython-wx.1 (rev 0)
+++ packages/ipython/trunk/debian/ipython-wx.1 2008-10-29 12:18:33 UTC (rev 6787)
@@ -0,0 +1,25 @@
+.TH IPYTHON-WX 1 "October 29, 2008" "" ""
+.SH NAME
+\fBipython-wx \- Graphical frontend that embeds a multithreaded IPython Shell
+.SH SYNOPSIS
+.nf
+.fam C
+\fBipython-wx\fP
+.fam T
+.fi
+.SH DESCRIPTION
+ipython-wx is, compared to ipythonx, a more advanced graphical frontend
+to IPython. It is implemented using WxWidgets.
+.SH OPTIONS
+.TP
+.B
+ipython-wx does not accept any command line options.
+.SH SEE ALSO
+.BR ipython(1), ipythonx(1)
+.br
+.SH AUTHOR
+\fBipython-wx\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).
Added: packages/ipython/trunk/debian/ipythonx.1
===================================================================
--- packages/ipython/trunk/debian/ipythonx.1 (rev 0)
+++ packages/ipython/trunk/debian/ipythonx.1 2008-10-29 12:18:33 UTC (rev 6787)
@@ -0,0 +1,30 @@
+.TH IPYTHONX 1 "October 29, 2008" "" ""
+.SH NAME
+\fBipythonx \- Simple graphical frontend to IPython, using WxWidgets.
+.SH SYNOPSIS
+.nf
+.fam C
+\fBipengine\fP [\fIoptions\fP]
+.fam T
+.fi
+.SH DESCRIPTION
+ipythonx is a simple graphical frontend to IPython, using WxWidgets.
+.SH OPTIONS
+.TP
+.B
+\-h, \-\-help
+show this help message and exit
+.TP
+.B
+\-d, \-\-debug
+Enable debug messages for the wx frontend.
+look for config files and profiles in this directory
+.SH SEE ALSO
+.BR ipython(1), ipython-wx(1)
+.br
+.SH AUTHOR
+\fBipythonx\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/manpages
===================================================================
--- packages/ipython/trunk/debian/manpages 2008-10-29 11:44:23 UTC (rev 6786)
+++ packages/ipython/trunk/debian/manpages 2008-10-29 12:18:33 UTC (rev 6787)
@@ -2,3 +2,5 @@
debian/ipcluster.1
debian/ipengine.1
debian/ipcontroller.1
+debian/ipythonx.1
+debian/ipython-wx.1
More information about the Python-modules-commits
mailing list