##// END OF EJS Templates
Cleaned up release tools directory....
Cleaned up release tools directory. Converted almost all to python scripts and made toollib to collect common functions and avoid repetition. Properly commented and documented what each script does. The run_ipy_in_profiler one seems broken, I'm not sure what to do with it. We need to either fix it or remove it later, but it's not critical for 0.10.

File last commit:

r1250:f658828f
r2118:ec9810f7
Show More
pycolor.1
38 lines | 1.3 KiB | application/x-troff | GroffLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 .\" 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)
vivainio
Paul Mueller: switch pycolor to use optparse
r645 .TH PYCOLOR 1 "May 12, 2007"
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 .\" 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
vivainio
Paul Mueller: pycolorize considers 'no arguments' as 'read data from stdin'"
r646 pycolor \- Colorize a python file or stdin using ANSI and print to stdout.
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 .SH SYNOPSIS
.B pycolor
vivainio
Paul Mueller: pycolorize considers 'no arguments' as 'read data from stdin'"
r646 .RI [ options ]
.RI [ file ]
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 .SH DESCRIPTION
vivainio
Paul Mueller: pycolorize considers 'no arguments' as 'read data from stdin'"
r646 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.
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 .SH OPTIONS
.TP
vivainio
Paul Mueller: switch pycolor to use optparse
r645 .B \-h, \-\-help
Output a brief help message.
.TP
.B \-s, \-\-scheme <scheme>
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 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).