##// END OF EJS Templates
move images out of _static folder into _images...
Julian Taylor -
Show More
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_dashboard.png to docs/source/_images/ipy_013_dashboard.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_dashboard.png to docs/source/_images/ipy_013_dashboard.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_dashboard_cluster.png to docs/source/_images/ipy_013_dashboard_cluster.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_dashboard_cluster.png to docs/source/_images/ipy_013_dashboard_cluster.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_cythonmagic.png to docs/source/_images/ipy_013_notebook_cythonmagic.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_cythonmagic.png to docs/source/_images/ipy_013_notebook_cythonmagic.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_long_out.png to docs/source/_images/ipy_013_notebook_long_out.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_long_out.png to docs/source/_images/ipy_013_notebook_long_out.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_octavemagic.png to docs/source/_images/ipy_013_notebook_octavemagic.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_octavemagic.png to docs/source/_images/ipy_013_notebook_octavemagic.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_rmagic.png to docs/source/_images/ipy_013_notebook_rmagic.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_rmagic.png to docs/source/_images/ipy_013_notebook_rmagic.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_script_cells.png to docs/source/_images/ipy_013_notebook_script_cells.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_script_cells.png to docs/source/_images/ipy_013_notebook_script_cells.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_spectrogram.png to docs/source/_images/ipy_013_notebook_spectrogram.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_spectrogram.png to docs/source/_images/ipy_013_notebook_spectrogram.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_tooltip.png to docs/source/_images/ipy_013_notebook_tooltip.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_notebook_tooltip.png to docs/source/_images/ipy_013_notebook_tooltip.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_par_tb.png to docs/source/_images/ipy_013_par_tb.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_par_tb.png to docs/source/_images/ipy_013_par_tb.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_qtconsole_baboon.png to docs/source/_images/ipy_013_qtconsole_baboon.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_qtconsole_baboon.png to docs/source/_images/ipy_013_qtconsole_baboon.png
1 NO CONTENT: file renamed from docs/source/_static/ipy_013_qtconsole_completer.png to docs/source/_images/ipy_013_qtconsole_completer.png
NO CONTENT: file renamed from docs/source/_static/ipy_013_qtconsole_completer.png to docs/source/_images/ipy_013_qtconsole_completer.png
1 NO CONTENT: file renamed from docs/source/_static/ms_visual_studio.png to docs/source/_images/ms_visual_studio.png
NO CONTENT: file renamed from docs/source/_static/ms_visual_studio.png to docs/source/_images/ms_visual_studio.png
1 NO CONTENT: file renamed from docs/source/_static/notebook_specgram.png to docs/source/_images/notebook_specgram.png
NO CONTENT: file renamed from docs/source/_static/notebook_specgram.png to docs/source/_images/notebook_specgram.png
1 NO CONTENT: file renamed from docs/source/_static/qtconsole.png to docs/source/_images/qtconsole.png
NO CONTENT: file renamed from docs/source/_static/qtconsole.png to docs/source/_images/qtconsole.png
1 NO CONTENT: file renamed from docs/source/_static/qtconsole_tabbed.png to docs/source/_images/qtconsole_tabbed.png
NO CONTENT: file renamed from docs/source/_static/qtconsole_tabbed.png to docs/source/_images/qtconsole_tabbed.png
@@ -10,11 +10,11 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:: ../_static/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
17 :target: ../_static/qtconsole.png
17 :target: ../_images/qtconsole.png
18
18
19 The Qt console for IPython, using inline matplotlib plots.
19 The Qt console for IPython, using inline matplotlib plots.
20
20
@@ -218,11 +218,11 b' but is in fact a rich GUI that runs an IPython client but supports inline'
218 figures, saving sessions to PDF and HTML, multiline editing with syntax
218 figures, saving sessions to PDF and HTML, multiline editing with syntax
219 highlighting, graphical calltips and much more:
219 highlighting, graphical calltips and much more:
220
220
221 .. figure:: ../_static/qtconsole.png
221 .. figure:: ../_images/qtconsole.png
222 :width: 400px
222 :width: 400px
223 :alt: IPython Qt console with embedded plots
223 :alt: IPython Qt console with embedded plots
224 :align: center
224 :align: center
225 :target: ../_static/qtconsole.png
225 :target: ../_images/qtconsole.png
226
226
227 The Qt console for IPython, using inline matplotlib plots.
227 The Qt console for IPython, using inline matplotlib plots.
228
228
@@ -346,11 +346,11 b' Integration with Microsoft Visual Studio'
346 IPython can be used as the interactive shell in the `Python plugin for
346 IPython can be used as the interactive shell in the `Python plugin for
347 Microsoft Visual Studio`__, as seen here:
347 Microsoft Visual Studio`__, as seen here:
348
348
349 .. figure:: ../_static/ms_visual_studio.png
349 .. figure:: ../_images/ms_visual_studio.png
350 :width: 500px
350 :width: 500px
351 :alt: IPython console embedded in Microsoft Visual Studio.
351 :alt: IPython console embedded in Microsoft Visual Studio.
352 :align: center
352 :align: center
353 :target: ../_static/ms_visual_studio.png
353 :target: ../_images/ms_visual_studio.png
354
354
355 IPython console embedded in Microsoft Visual Studio.
355 IPython console embedded in Microsoft Visual Studio.
356
356
@@ -32,11 +32,11 b' An interactive browser-based Notebook with rich media support'
32 A powerful new interface puts IPython in your browser. You can start it with
32 A powerful new interface puts IPython in your browser. You can start it with
33 the command ``ipython notebook``:
33 the command ``ipython notebook``:
34
34
35 .. figure:: ../_static/notebook_specgram.png
35 .. figure:: ../_images/notebook_specgram.png
36 :width: 400px
36 :width: 400px
37 :alt: The IPython notebook with embedded text, code, math and figures.
37 :alt: The IPython notebook with embedded text, code, math and figures.
38 :align: center
38 :align: center
39 :target: ../_static/notebook_specgram.png
39 :target: ../_images/notebook_specgram.png
40
40
41 The new IPython notebook showing text, mathematical expressions in LaTeX,
41 The new IPython notebook showing text, mathematical expressions in LaTeX,
42 code, results and embedded figures created with Matplotlib.
42 code, results and embedded figures created with Matplotlib.
@@ -126,11 +126,11 b' The QtConsole now supports starting multiple kernels in tabs, and has a'
126 menubar, so it looks and behaves more like a real application. Keyboard
126 menubar, so it looks and behaves more like a real application. Keyboard
127 enthusiasts can disable the menubar with ctrl-shift-M (:ghpull:`887`).
127 enthusiasts can disable the menubar with ctrl-shift-M (:ghpull:`887`).
128
128
129 .. figure:: ../_static/qtconsole_tabbed.png
129 .. figure:: ../_images/qtconsole_tabbed.png
130 :width: 400px
130 :width: 400px
131 :alt: Tabbed IPython Qt console with embedded plots and menus.
131 :alt: Tabbed IPython Qt console with embedded plots and menus.
132 :align: center
132 :align: center
133 :target: ../_static/qtconsole_tabbed.png
133 :target: ../_images/qtconsole_tabbed.png
134
134
135 The improved Qt console for IPython, now with tabs to control multiple
135 The improved Qt console for IPython, now with tabs to control multiple
136 kernels and full menu support.
136 kernels and full menu support.
@@ -34,11 +34,11 b' left panel has been removed and was replaced by a real menu system and a'
34 toolbar with icons. Both the toolbar and the header above the menu can be
34 toolbar with icons. Both the toolbar and the header above the menu can be
35 collapsed to leave an unobstructed working area:
35 collapsed to leave an unobstructed working area:
36
36
37 .. image:: ../_static/ipy_013_notebook_spectrogram.png
37 .. image:: ../_images/ipy_013_notebook_spectrogram.png
38 :width: 460px
38 :width: 460px
39 :alt: New user interface for Notebook
39 :alt: New user interface for Notebook
40 :align: center
40 :align: center
41 :target: ../_static/ipy_013_notebook_spectrogram.png
41 :target: ../_images/ipy_013_notebook_spectrogram.png
42
42
43 The notebook handles very long outputs much better than before (this was a
43 The notebook handles very long outputs much better than before (this was a
44 serious usability issue when running processes that generated massive amounts
44 serious usability issue when running processes that generated massive amounts
@@ -48,11 +48,11 b' part of this area controls the display: one click in this area will expand the'
48 output region completely, and a double-click will hide it completely. This
48 output region completely, and a double-click will hide it completely. This
49 figure shows both the scrolled and hidden modes:
49 figure shows both the scrolled and hidden modes:
50
50
51 .. image:: ../_static/ipy_013_notebook_long_out.png
51 .. image:: ../_images/ipy_013_notebook_long_out.png
52 :width: 460px
52 :width: 460px
53 :alt: Scrolling and hiding of long output in the notebook.
53 :alt: Scrolling and hiding of long output in the notebook.
54 :align: center
54 :align: center
55 :target: ../_static/ipy_013_notebook_long_out.png
55 :target: ../_images/ipy_013_notebook_long_out.png
56
56
57 .. note::
57 .. note::
58
58
@@ -65,11 +65,11 b' use a regular file dialog box to select notebooks to upload. Furthermore, the'
65 notebook dashboard now auto-refreshes its contents and offers buttons to shut
65 notebook dashboard now auto-refreshes its contents and offers buttons to shut
66 down any running kernels (:ghpull:`1739`):
66 down any running kernels (:ghpull:`1739`):
67
67
68 .. image:: ../_static/ipy_013_dashboard.png
68 .. image:: ../_images/ipy_013_dashboard.png
69 :width: 460px
69 :width: 460px
70 :alt: Improved dashboard
70 :alt: Improved dashboard
71 :align: center
71 :align: center
72 :target: ../_static/ipy_013_dashboard.png
72 :target: ../_images/ipy_013_dashboard.png
73
73
74
74
75 Cluster management
75 Cluster management
@@ -78,11 +78,11 b' Cluster management'
78 The notebook dashboard can now also start and stop clusters, thansk to a new
78 The notebook dashboard can now also start and stop clusters, thansk to a new
79 tab in the dashboard user interface:
79 tab in the dashboard user interface:
80
80
81 .. image:: ../_static/ipy_013_dashboard_cluster.png
81 .. image:: ../_images/ipy_013_dashboard_cluster.png
82 :width: 460px
82 :width: 460px
83 :alt: Cluster management from the notebook dashboard
83 :alt: Cluster management from the notebook dashboard
84 :align: center
84 :align: center
85 :target: ../_static/ipy_013_dashboard_cluster.png
85 :target: ../_images/ipy_013_dashboard_cluster.png
86
86
87 This interface allows, for each profile you have configured, to start and stop
87 This interface allows, for each profile you have configured, to start and stop
88 a cluster (and optionally override the default number of engines corresponding
88 a cluster (and optionally override the default number of engines corresponding
@@ -141,11 +141,11 b" fill in a function's parameters, or transfer the information to the pager at the"
141 bottom of the screen. For the details, look at the example notebook
141 bottom of the screen. For the details, look at the example notebook
142 :file:`01_notebook_introduction.ipynb`.
142 :file:`01_notebook_introduction.ipynb`.
143
143
144 .. figure:: ../_static/ipy_013_notebook_tooltip.png
144 .. figure:: ../_images/ipy_013_notebook_tooltip.png
145 :width: 460px
145 :width: 460px
146 :alt: Improved tooltips in the notebook.
146 :alt: Improved tooltips in the notebook.
147 :align: center
147 :align: center
148 :target: ../_static/ipy_013_notebook_tooltip.png
148 :target: ../_images/ipy_013_notebook_tooltip.png
149
149
150 The new notebook tooltips.
150 The new notebook tooltips.
151
151
@@ -272,11 +272,11 b' interpreter installed:'
272
272
273 This is what some of the script-related magics look like in action:
273 This is what some of the script-related magics look like in action:
274
274
275 .. image:: ../_static/ipy_013_notebook_script_cells.png
275 .. image:: ../_images/ipy_013_notebook_script_cells.png
276 :width: 460px
276 :width: 460px
277 :alt: Cluster management from the notebook dashboard
277 :alt: Cluster management from the notebook dashboard
278 :align: center
278 :align: center
279 :target: ../_static/ipy_013_notebook_script_cells.png
279 :target: ../_images/ipy_013_notebook_script_cells.png
280
280
281 In addition, we have also a number of :ref:`extensions <extensions_overview>`
281 In addition, we have also a number of :ref:`extensions <extensions_overview>`
282 that provide specialized magics. These typically require additional software
282 that provide specialized magics. These typically require additional software
@@ -290,11 +290,11 b' extremely useful. The following extensions are provided:'
290 directory in the source distribution ships with a full notebook
290 directory in the source distribution ships with a full notebook
291 demonstrating these capabilities:
291 demonstrating these capabilities:
292
292
293 .. image:: ../_static/ipy_013_notebook_cythonmagic.png
293 .. image:: ../_images/ipy_013_notebook_cythonmagic.png
294 :width: 460px
294 :width: 460px
295 :alt: Cython magic
295 :alt: Cython magic
296 :align: center
296 :align: center
297 :target: ../_static/ipy_013_notebook_cythonmagic.png
297 :target: ../_images/ipy_013_notebook_cythonmagic.png
298
298
299 .. _cython: http://cython.org
299 .. _cython: http://cython.org
300
300
@@ -308,11 +308,11 b' extremely useful. The following extensions are provided:'
308 directory in the source distribution ships with a full notebook
308 directory in the source distribution ships with a full notebook
309 demonstrating these capabilities:
309 demonstrating these capabilities:
310
310
311 .. image:: ../_static/ipy_013_notebook_octavemagic.png
311 .. image:: ../_images/ipy_013_notebook_octavemagic.png
312 :width: 460px
312 :width: 460px
313 :alt: Octave magic
313 :alt: Octave magic
314 :align: center
314 :align: center
315 :target: ../_static/ipy_013_notebook_octavemagic.png
315 :target: ../_images/ipy_013_notebook_octavemagic.png
316
316
317 .. _octave: http://www.gnu.org/software/octave
317 .. _octave: http://www.gnu.org/software/octave
318 .. _oct2py: http://pypi.python.org/pypi/oct2py
318 .. _oct2py: http://pypi.python.org/pypi/oct2py
@@ -327,11 +327,11 b' extremely useful. The following extensions are provided:'
327 examples directory in the source distribution ships with a full notebook
327 examples directory in the source distribution ships with a full notebook
328 demonstrating these capabilities:
328 demonstrating these capabilities:
329
329
330 .. image:: ../_static/ipy_013_notebook_rmagic.png
330 .. image:: ../_images/ipy_013_notebook_rmagic.png
331 :width: 460px
331 :width: 460px
332 :alt: R magic
332 :alt: R magic
333 :align: center
333 :align: center
334 :target: ../_static/ipy_013_notebook_rmagic.png
334 :target: ../_images/ipy_013_notebook_rmagic.png
335
335
336 .. _R: http://www.r-project.org
336 .. _R: http://www.r-project.org
337 .. _rpy2: http://rpy.sourceforge.net/rpy2.html
337 .. _rpy2: http://rpy.sourceforge.net/rpy2.html
@@ -348,11 +348,11 b' The Qt console comes with a new ncurses-like tab completer, activated by'
348 default, which lets you cycle through the available completions by pressing tab,
348 default, which lets you cycle through the available completions by pressing tab,
349 or select a completion with the arrow keys (:ghpull:`1851`).
349 or select a completion with the arrow keys (:ghpull:`1851`).
350
350
351 .. figure:: ../_static/ipy_013_qtconsole_completer.png
351 .. figure:: ../_images/ipy_013_qtconsole_completer.png
352 :width: 460px
352 :width: 460px
353 :alt: ncurses-like completer, with highlighted selection.
353 :alt: ncurses-like completer, with highlighted selection.
354 :align: center
354 :align: center
355 :target: ../_static/ipy_013_qtconsole_completer.png
355 :target: ../_images/ipy_013_qtconsole_completer.png
356
356
357 The new improved Qt console's ncurses-like completer allows to easily
357 The new improved Qt console's ncurses-like completer allows to easily
358 navigate thought long list of completions.
358 navigate thought long list of completions.
@@ -416,11 +416,11 b' The exception reporting in parallel contexts has been improved to be easier to'
416 read. Now, IPython directly reports the remote exceptions without showing any
416 read. Now, IPython directly reports the remote exceptions without showing any
417 of the internal execution parts:
417 of the internal execution parts:
418
418
419 .. image:: ../_static/ipy_013_par_tb.png
419 .. image:: ../_images/ipy_013_par_tb.png
420 :width: 460px
420 :width: 460px
421 :alt: Improved parallel exceptions.
421 :alt: Improved parallel exceptions.
422 :align: center
422 :align: center
423 :target: ../_static/ipy_013_par_tb.png
423 :target: ../_images/ipy_013_par_tb.png
424
424
425 The parallel tools now default to using ``NoDB`` as the storage backend for
425 The parallel tools now default to using ``NoDB`` as the storage backend for
426 intermediate results. This means that the default usage case will have a
426 intermediate results. This means that the default usage case will have a
General Comments 0
You need to be logged in to leave comments. Login now