2015-04-14 01:51:06 +08:00
|
|
|
.. This (-*- rst -*-) format file contains commonly used link targets
|
|
|
|
and name substitutions. It may be included in many files,
|
|
|
|
therefore it should only contain link targets and name
|
|
|
|
substitutions. Try grepping for "^\.\. _" to find plausible
|
|
|
|
candidates for this list.
|
|
|
|
|
|
|
|
NOTE: this file must have an extension *opposite* to that of the main reST
|
|
|
|
files in the manuals, so that we can include it with ".. include::"
|
|
|
|
directives, but without triggering warnings from Sphinx for not being listed
|
|
|
|
in any toctree. Since IPython uses .txt for the main files, this one will
|
|
|
|
use .rst.
|
|
|
|
|
|
|
|
NOTE: reST targets are
|
|
|
|
__not_case_sensitive__, so only one target definition is needed for
|
|
|
|
ipython, IPython, etc.
|
|
|
|
|
|
|
|
NOTE: Some of these were taken from the nipy links compendium.
|
|
|
|
|
2015-05-29 07:43:07 +08:00
|
|
|
.. Main Jupyter notebook links
|
2015-04-14 01:51:06 +08:00
|
|
|
|
2015-05-29 07:43:07 +08:00
|
|
|
.. _Notebook Basics: notebook_p2_
|
2017-01-31 23:36:43 +08:00
|
|
|
.. _notebook_p2: https://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Notebook%20Basics.ipynb
|
2015-04-14 01:51:06 +08:00
|
|
|
|
2015-05-29 07:43:07 +08:00
|
|
|
.. _Running Code in the Jupyter Notebook: notebook_p1_
|
2017-01-31 23:36:43 +08:00
|
|
|
.. _notebook_p1: https://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Running%20Code.ipynb
|
2015-04-14 01:51:06 +08:00
|
|
|
|
|
|
|
.. Other python projects
|
2017-11-20 21:38:59 +08:00
|
|
|
.. _matplotlib: https://matplotlib.org
|
|
|
|
.. _nbviewer: https://nbviewer.jupyter.org
|
2016-10-10 04:56:18 +08:00
|
|
|
.. _nbconvert: https://nbconvert.readthedocs.io/en/latest/
|
2015-04-14 01:51:06 +08:00
|
|
|
|
|
|
|
.. Other tools and projects
|
2017-09-01 19:05:15 +08:00
|
|
|
.. _Markdown: https://daringfireball.net/projects/markdown/syntax
|
2015-04-14 01:51:06 +08:00
|
|
|
|
2015-05-29 07:43:07 +08:00
|
|
|
.. _Rich Output: notebook_p5_
|
2017-02-01 00:01:32 +08:00
|
|
|
.. _notebook_p5: https://nbviewer.jupyter.org/github/ipython/ipython/blob/master/examples/IPython%20Kernel/Rich%20Output.ipynb
|
2015-04-14 01:51:06 +08:00
|
|
|
|
|
|
|
.. _Plotting with Matplotlib: notebook_p3_
|
2017-02-01 00:01:32 +08:00
|
|
|
.. _notebook_p3: https://nbviewer.jupyter.org/github/ipython/ipython/blob/master/examples/IPython%20Kernel/Plotting%20in%20the%20Notebook.ipynb
|
2017-01-31 23:33:37 +08:00
|
|
|
|
2017-01-31 23:36:43 +08:00
|
|
|
.. _Working with Markdown Cells: https://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Working%20With%20Markdown%20Cells.ipynb
|