##// END OF EJS Templates
Work to address the review comments on Fernando's branch....
Work to address the review comments on Fernando's branch. * Added comment about Magic(object) (r1224) * Moved InteractiveTB.set_mode from IPythonApp -> InteractiveShell (r1229) * Moved pylabtools.py to IPython/lib (r1229) * Cleaned up comments and copyrights in testing (r1233) * Added comment about ip.shell._ofind (r1237) * Removed "Bye." from quitter (r1240). * Refactored and removed :mod:`IPython.utils.genutils` and :mod:`IPython.utils.platutils`. These modules have been replaced by topical focused modules in :mod:`IPython.utils`. * Refactored tests in :mod:`IPython.utils.tests`. * Moved :func:`IPython.testing.tools.temp_pyfile` to :mod:`IPython.utils.io`. * Moved :func:`IPython.testing.tools.cmd2argv` to :func:`IPython.testing.tools.pycmd2argv` and documented the fact that this only works with Python based command line programs. * Created a new :func:`IPython.utils.path.get_ipython_module_path` to use in finding paths to IPython modules.

File last commit:

r1250:f658828f
r2498:3eae1372
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).