##// END OF EJS Templates
Hide dynamically defined metaclass base from Sphinx....
Hide dynamically defined metaclass base from Sphinx. The inheritance diagram extension in Sphinx 1.2 stores class references, which Sphinx then tries to pickle. This chokes on our dynamically defined base classes from the with_metaclass function. Starting the name with an underscore makes Sphinx ignore the class. (Bug obscurity/fix simplicity) ratio is high.

File last commit:

r7781:53f5858c
r13584:cbe18349
Show More
iplogger.1
25 lines | 658 B | application/x-troff | GroffLexer
MinRK
minimize manpages...
r7415 .TH IPLOGGER 1 "June 10, 2012" "" ""
Julian Taylor
add a manpage for iplogger...
r4276 .SH NAME
MinRK
minimize manpages...
r7415 iplogger \- IPython logging utility for parallel computing.
.SH SYNOPSIS
.B iplogger
.RI [ options ]
Julian Taylor
add a manpage for iplogger...
r4276 .SH DESCRIPTION
MinRK
minimize manpages...
r7415 Start an IPython log aggregator.
Julian Taylor
add a manpage for iplogger...
r4276 IPython controllers and engines (and your own processes) can broadcast log
MinRK
minimize manpages...
r7415 messages over zeromq to a single logger instance.
Matthias BUSSONNIER
change minus to \- or \(hy n manpages...
r7781 For more information on how to use iplogger, see 'iplogger \-\-help',
or 'iplogger \-\-help\-all' for all available command\(hyline options.
MinRK
minimize manpages...
r7415
.SH "SEE ALSO"
Julian Taylor
add a manpage for iplogger...
r4276 .BR ipython(1),
.BR ipcontroller(1),
MinRK
minimize manpages...
r7415 .BR ipengine(1),
.BR ipcluster(1)
Julian Taylor
add a manpage for iplogger...
r4276 .br
.SH AUTHOR
\fBiplogger\fP is a tool that ships with IPython, created by
the IPython Development Team.