diff --git a/docs/source/examples/Notebook/Configuring the Notebook and Server.rst b/docs/source/examples/Notebook/Configuring the Notebook and Server.rst index 790a0faf7..0acc4aee8 100644 --- a/docs/source/examples/Notebook/Configuring the Notebook and Server.rst +++ b/docs/source/examples/Notebook/Configuring the Notebook and Server.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ Configuring the Notebook and Server =================================== @@ -185,4 +185,4 @@ For example, in Firefox, go to the Preferences panel, Advanced section, Network tab, click 'Settings...', and add the address of the notebook server to the 'No proxy for' field. -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/Connecting with the Qt Console.rst b/docs/source/examples/Notebook/Connecting with the Qt Console.rst index 6849733b2..906b2548a 100644 --- a/docs/source/examples/Notebook/Connecting with the Qt Console.rst +++ b/docs/source/examples/Notebook/Connecting with the Qt Console.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ Connecting to an existing IPython kernel using the Qt Console ============================================================= @@ -64,4 +64,4 @@ connection information and start the Qt Console for you automatically. %qtconsole -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/Custom Keyboard Shortcuts.rst b/docs/source/examples/Notebook/Custom Keyboard Shortcuts.rst index b916830b0..a799d2f01 100644 --- a/docs/source/examples/Notebook/Custom Keyboard Shortcuts.rst +++ b/docs/source/examples/Notebook/Custom Keyboard Shortcuts.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ Keyboard Shortcut Customization =============================== @@ -68,4 +68,4 @@ back to it's initial behavior: Jupyter.keyboard_manager.command_shortcuts.add_shortcut('r', 'ipython.change-selected-cell-to-raw-cell'); -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/Examples and Tutorials Index.rst b/docs/source/examples/Notebook/Examples and Tutorials Index.rst index 0486ec30f..29edb5b20 100644 --- a/docs/source/examples/Notebook/Examples and Tutorials Index.rst +++ b/docs/source/examples/Notebook/Examples and Tutorials Index.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ @@ -33,4 +33,4 @@ Examples Console `__ - `Typesetting Equations `__ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/Importing Notebooks.rst b/docs/source/examples/Notebook/Importing Notebooks.rst index 23850d722..390ae9953 100644 --- a/docs/source/examples/Notebook/Importing Notebooks.rst +++ b/docs/source/examples/Notebook/Importing Notebooks.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ Importing Jupyter Notebooks as Modules ====================================== @@ -283,4 +283,4 @@ and import the notebook from ``IPython.utils`` This approach can even import functions and classes that are defined in a notebook using the ``%%cython`` magic. -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/JavaScript Notebook Extensions.rst b/docs/source/examples/Notebook/JavaScript Notebook Extensions.rst index 255bae2ac..7243d9725 100644 --- a/docs/source/examples/Notebook/JavaScript Notebook Extensions.rst +++ b/docs/source/examples/Notebook/JavaScript Notebook Extensions.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ Embrasing web standards ======================= @@ -386,4 +386,4 @@ depending of the tag on each cell %load soln/celldiff.js -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/Notebook Basics.rst b/docs/source/examples/Notebook/Notebook Basics.rst index 182990a7b..1a4775fa6 100644 --- a/docs/source/examples/Notebook/Notebook Basics.rst +++ b/docs/source/examples/Notebook/Notebook Basics.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ Notebook Basics =============== @@ -263,4 +263,4 @@ order: 5. Cell editing: ``x``, ``c``, ``v``, ``d``, ``z``, ``shift+=`` 6. Kernel operations: ``i``, ``.`` -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/Running Code.rst b/docs/source/examples/Notebook/Running Code.rst index 6b7b09a79..7f6a0a4e7 100644 --- a/docs/source/examples/Notebook/Running Code.rst +++ b/docs/source/examples/Notebook/Running Code.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ Running Code ============ @@ -151,4 +151,4 @@ Beyond a certain point, output will scroll automatically: print(2**i - 1) -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/Typesetting Equations.rst b/docs/source/examples/Notebook/Typesetting Equations.rst index 272d8872b..c9fd95e18 100644 --- a/docs/source/examples/Notebook/Typesetting Equations.rst +++ b/docs/source/examples/Notebook/Typesetting Equations.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ The Markdown parser included in the Jupyter Notebook is MathJax-aware. This means that you can freely mix in mathematical expressions using the @@ -235,4 +235,4 @@ Display x=4 -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/What is the Jupyter Notebook.rst b/docs/source/examples/Notebook/What is the Jupyter Notebook.rst index df6810ddc..e0c780c0e 100644 --- a/docs/source/examples/Notebook/What is the Jupyter Notebook.rst +++ b/docs/source/examples/Notebook/What is the Jupyter Notebook.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ What is the Jupyter Notebook? ============================= @@ -133,4 +133,4 @@ This service loads the notebook document from the URL and renders it as a static web page. The resulting web page may thus be shared with others **without their needing to install the Jupyter Notebook**. -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/examples/Notebook/Working With Markdown Cells.rst b/docs/source/examples/Notebook/Working With Markdown Cells.rst index d73763d8e..c0635f7ed 100644 --- a/docs/source/examples/Notebook/Working With Markdown Cells.rst +++ b/docs/source/examples/Notebook/Working With Markdown Cells.rst @@ -1,5 +1,5 @@ -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ Markdown Cells ============== @@ -261,4 +261,4 @@ When you run the notebook in a password-protected manner, local file access is restricted to authenticated users unless read-only views are active. -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ diff --git a/docs/source/template.tpl b/docs/source/template.tpl index ec46eda6c..af2561b16 100644 --- a/docs/source/template.tpl +++ b/docs/source/template.tpl @@ -2,7 +2,7 @@ {% macro notebooklink() -%} -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ {%- endmacro %} @@ -17,4 +17,4 @@ {% block markdowncell scoped %} {{ cell.source | markdown2rst | replace(".ipynb>", ".html>") }} -{% endblock markdowncell %} \ No newline at end of file +{% endblock markdowncell %}