##// END OF EJS Templates
This is a manual merge of certain things in the ipython1-dev branch, revision 46, into the main ...
This is a manual merge of certain things in the ipython1-dev branch, revision 46, into the main ipython branch. This is not a true merge in the formal sense because all history is not coming over with the files. For a detailed history of the added files, please see the ipython1-dev branch or the svn repository on scipy.org that ipython1-dev came from. More specifically, here is what I have done in this commit: 1) Moved the following by hand ipython1.config -> IPython.config ipython1.kernel -> IPython.kernel ipython1.external -> IPython.external ipython1.core -> IPython.kernel.core ipython1.testutils -> IPython.testing ipython1.tools -> IPython.tools 2) Moved IPython.tools.guid -> IPython1.external.guid 3) Renamed: ipython1 -> IPython IPython.core -> IPython.kernel.core IPython.testutils -> IPython.testing 4) Then did a "bzr add" for all the new stuff. That is all folks!

File last commit:

r646:c80d2b5d
r1234:52b55407
Show More
pycolor.1
38 lines | 1.3 KiB | application/x-troff | GroffLexer
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH PYCOLOR 1 "May 12, 2007"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
pycolor \- Colorize a python file or stdin using ANSI and print to stdout.
.SH SYNOPSIS
.B pycolor
.RI [ options ]
.RI [ file ]
.SH DESCRIPTION
Prints a colorized version of the input file (or standard input if no file is
given, or the file name - is given) to standard out.
.SH OPTIONS
.TP
.B \-h, \-\-help
Output a brief help message.
.TP
.B \-s, \-\-scheme <scheme>
Give the color scheme to use. Currently only Linux (default),
LightBG, and NOColor are implemented.
.SH AUTHOR
pycolor was written by Fernando Perez <fperez@colorado.edu>.
This manual page was written by Jack Moffitt <jack@xiph.org>,
for the Debian project (but may be used by others).