##// END OF EJS Templates
Miscellaneous doc fixes
Thomas Kluyver -
Show More
@@ -5,4 +5,5 b' storemagic'
5 ==========
5 ==========
6
6
7 .. automodule:: IPython.extensions.storemagic
7 .. automodule:: IPython.extensions.storemagic
8 :members: store
8
9 .. automethod:: StoreMagics.store
@@ -470,7 +470,7 b' all the code in the ``.py`` file. You can later manually partition this into'
470 individual cells using the ``Edit | Split Cell`` menu option, or the
470 individual cells using the ``Edit | Split Cell`` menu option, or the
471 :kbd:`Ctrl-m -` keyboard shortcut.
471 :kbd:`Ctrl-m -` keyboard shortcut.
472
472
473 Note that ``.py`` scripts obtained from a notebook document using nbconvert_
473 Note that ``.py`` scripts obtained from a notebook document using :doc:`nbconvert <nbconvert>`
474 maintain the structure of the notebook in comments. Reimporting such a
474 maintain the structure of the notebook in comments. Reimporting such a
475 script back into a notebook will preserve this structure.
475 script back into a notebook will preserve this structure.
476
476
@@ -1,4 +1,4 b''
1 .. _working_remotely.txt
1 .. _working_remotely:
2
2
3 Running a notebook server
3 Running a notebook server
4 =========================
4 =========================
@@ -10,7 +10,7 b' largely feels like a terminal, but provides a number of enhancements only'
10 possible in a GUI, such as inline figures, proper multiline editing with syntax
10 possible in a GUI, such as inline figures, proper multiline editing with syntax
11 highlighting, graphical calltips, and much more.
11 highlighting, graphical calltips, and much more.
12
12
13 .. figure:: ../../_images/qtconsole.png
13 .. figure:: ../_images/qtconsole.png
14 :width: 400px
14 :width: 400px
15 :alt: IPython Qt console with embedded plots
15 :alt: IPython Qt console with embedded plots
16 :align: center
16 :align: center
@@ -224,6 +224,7 b' on the cluster. An example of ipcontroller-client.json, as created by::'
224 "ssh":"login.mycluster.com",
224 "ssh":"login.mycluster.com",
225 "location":"10.0.0.2"
225 "location":"10.0.0.2"
226 }
226 }
227
227 More details of how these JSON files are used are given below.
228 More details of how these JSON files are used are given below.
228
229
229 A detailed description of the security model and its implementation in IPython
230 A detailed description of the security model and its implementation in IPython
General Comments 0
You need to be logged in to leave comments. Login now