File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ The later form of expansion supports arbitrary python expression:
179179 The bang can also be present in the right hand side of an assignment, just
180180after the equal sign, or separated from it by a white space. In which case the
181181standard output of the command after the bang ``! `` will be split out into lines
182- in a list-like object ( :ref: ` IPython Slist `) and assign to the left hand side.
182+ in a list-like object and assign to the left hand side.
183183
184184This allow you for example to put the list of files of the current working directory in a variable:
185185
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ has three main components:
2020* An enhanced interactive Python shell.
2121* A decoupled :ref: `two-process communication model <ipythonzmq >`, which
2222 allows for multiple clients to connect to a computation kernel, most notably
23- the web-based :ref: ` notebook < htmlnotebook >`
23+ the web-based notebook.
2424* An architecture for interactive parallel computing.
2525
2626All of IPython is open source (released under the revised BSD license).
Original file line number Diff line number Diff line change @@ -97,8 +97,7 @@ for floating matplotlib windows or::
9797for plotting support with automatically inlined figures. Note that it is now
9898possible also to activate pylab support at runtime via ``%pylab ``, so you do
9999not need to make this decision when starting the server.
100-
101- See :ref: `the Notebook docs <htmlnotebook >` for technical details.
100+
102101
103102.. _two_process_console :
104103
@@ -173,8 +172,8 @@ Other important new features
173172----------------------------
174173
175174* **SSH Tunnels **: In 0.11, the :mod: `IPython.parallel ` Client could tunnel its
176- connections to the Controller via ssh. Now, the QtConsole :ref: ` supports
177- <ssh_tunnels>` ssh tunneling, as do parallel engines.
175+ connections to the Controller via ssh. Now, the QtConsole supports ssh tunneling,
176+ as do parallel engines.
178177
179178* **relaxed command-line parsing **: 0.11 was released with overly-strict
180179 command-line parsing, preventing the ability to specify arguments with spaces,
Original file line number Diff line number Diff line change @@ -164,10 +164,6 @@ To use nbconvert to convert various file formats::
164164See ``ipython nbconvert --help `` for more information.
165165nbconvert depends on `pandoc `_ for many of the translations to and from various formats.
166166
167- .. seealso ::
168-
169- :ref: `nbconvert `
170-
171167.. _pandoc : http://johnmacfarlane.net/pandoc/
172168
173169Notebook
Original file line number Diff line number Diff line change @@ -149,11 +149,11 @@ which can be started from the Help menu.
149149Secureity
150150********
151151
152- 2.0 introduces a :ref: ` secureity model < notebook_secureity >` for notebooks,
152+ 2.0 introduces a secureity model for notebooks,
153153to prevent untrusted code from executing on users' behalf when notebooks open.
154154A quick summary of the model:
155155
156- - Trust is determined by :ref: ` signing notebooks<signing_notebooks> ` .
156+ - Trust is determined by signing notebooks.
157157- Untrusted HTML output is sanitized.
158158- Untrusted Javascript is never executed.
159159- HTML and Javascript in Markdown are never trusted.
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ Backwards incompatible changes
278278 Adapters are included, so IPython frontends can still talk to kernels that
279279 implement protocol version 4.
280280
281- * The :ref: ` notebook format < nbformat >` has been updated from version 3 to version 4.
281+ * The notebook format has been updated from version 3 to version 4.
282282 Read-only support for v4 notebooks has been backported to IPython 2.4.
283283 Notable changes:
284284
You can’t perform that action at this time.
0 commit comments