##// END OF EJS Templates
manpage update...
Julian Taylor -
Show More
@@ -35,7 +35,9 b' ipcluster start --n=4'
35
35
36 This command will start 4 IPython engines on the local computer.
36 This command will start 4 IPython engines on the local computer.
37 .SH SEE ALSO
37 .SH SEE ALSO
38 .BR ipython(1), ipcontroller(1), ipengine(1)
38 .BR ipython(1),
39 .BR ipcontroller(1),
40 .BR ipengine(1)
39 .br
41 .br
40 .SH AUTHOR
42 .SH AUTHOR
41 \fBipcluster\fP is a tool that ships with IPython, created by
43 \fBipcluster\fP is a tool that ships with IPython, created by
@@ -133,7 +133,7 b' whether to cleanup old logfiles before starting'
133 Default: 'leastload'
133 Default: 'leastload'
134 Choices: ('leastload', 'pure', 'lru', 'plainrandom', 'weighted', 'twobin')
134 Choices: ('leastload', 'pure', 'lru', 'plainrandom', 'weighted', 'twobin')
135 select the task scheduler scheme [default: Python LRU] Options are: 'pure',
135 select the task scheduler scheme [default: Python LRU] Options are: 'pure',
136 'lru', 'plainrandom', 'weighted', 'twobin','leastload'
136 \&'lru', 'plainrandom', 'weighted', 'twobin','leastload'
137 .TP
137 .TP
138 .B \-\-keyfile=<Unicode> (Session.keyfile)
138 .B \-\-keyfile=<Unicode> (Session.keyfile)
139 Default: ''
139 Default: ''
@@ -142,7 +142,7 b' path to file containing execution key.'
142 .B \-\-transport=<Unicode> (HubFactory.transport)
142 .B \-\-transport=<Unicode> (HubFactory.transport)
143 Default: 'tcp'
143 Default: 'tcp'
144 The 0MQ transport for communications. This will likely be the default of
144 The 0MQ transport for communications. This will likely be the default of
145 'tcp', but other values include 'ipc', 'epgm', 'inproc'.
145 \&'tcp', but other values include 'ipc', 'epgm', 'inproc'.
146 .TP
146 .TP
147 .B \-\-ssh=<Unicode> (IPControllerApp.ssh_server)
147 .B \-\-ssh=<Unicode> (IPControllerApp.ssh_server)
148 Default: u''
148 Default: u''
@@ -150,7 +150,9 b' ssh url for clients to use when connecting to the Controller processes. It'
150 should be of the form: [user@]server[:port]. The Controller's listening
150 should be of the form: [user@]server[:port]. The Controller's listening
151 addresses must be accessible from the ssh server
151 addresses must be accessible from the ssh server
152 .SH SEE ALSO
152 .SH SEE ALSO
153 .BR ipython(1), ipcluster(1), ipengine(1)
153 .BR ipython(1),
154 .BR ipcluster(1),
155 .BR ipengine(1)
154 .br
156 .br
155 .SH AUTHOR
157 .SH AUTHOR
156 \fBipcontroller\fP is a tool that ships with IPython, created by
158 \fBipcontroller\fP is a tool that ships with IPython, created by
@@ -46,7 +46,7 b' the default config file, do `ipython profile create`.'
46 .br
46 .br
47 .sp 1
47 .sp 1
48 All options with a [no] prepended can be specified in negated form
48 All options with a [no] prepended can be specified in negated form
49 (\\--no\-option instead of \-\-option) to turn the feature off.
49 (\-\-no\-option instead of \-\-option) to turn the feature off.
50 .TP
50 .TP
51 .B \-h, \-\-help
51 .B \-h, \-\-help
52 Show summary of options.
52 Show summary of options.
@@ -174,7 +174,7 b" Make IPython automatically call any callable object even if you didn't type"
174 explicit parentheses. For example, 'str 43' becomes 'str(43)' automatically.
174 explicit parentheses. For example, 'str 43' becomes 'str(43)' automatically.
175 The value can be '0' to disable the feature, '1' for 'smart' autocall, where
175 The value can be '0' to disable the feature, '1' for 'smart' autocall, where
176 it is not applied if there are no more arguments on the line, and '2' for
176 it is not applied if there are no more arguments on the line, and '2' for
177 'full' autocall, where all callable objects are automatically called (even
177 \&'full' autocall, where all callable objects are automatically called (even
178 if no arguments are present). The default is '1'.
178 if no arguments are present). The default is '1'.
179 .TP
179 .TP
180 .B \-\-ipython-dir=<Unicode> (BaseIPythonApplication.ipython_dir)
180 .B \-\-ipython-dir=<Unicode> (BaseIPythonApplication.ipython_dir)
General Comments 0
You need to be logged in to leave comments. Login now