mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
a947025308
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
40 lines
1.7 KiB
ReStructuredText
40 lines
1.7 KiB
ReStructuredText
.. 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.
|
|
|
|
.. Main Jupyter notebook links
|
|
|
|
.. _Notebook Basics: notebook_p2_
|
|
.. _notebook_p2: https://nbviewer.jupyter.org/urls/raw.github.com/ipython/ipython/3.x/examples/Notebook/Notebook%20Basics.ipynb
|
|
|
|
.. _Running Code in the Jupyter Notebook: notebook_p1_
|
|
.. _notebook_p1: https://nbviewer.jupyter.org/urls/raw.github.com/ipython/ipython/3.x/examples/Notebook/Running%20Code.ipynb
|
|
|
|
.. Other python projects
|
|
.. _matplotlib: http://matplotlib.org
|
|
.. _nbviewer: http://nbviewer.jupyter.org
|
|
.. _nbconvert: https://nbconvert.readthedocs.io/en/latest/
|
|
|
|
.. Other tools and projects
|
|
.. _Markdown: http://daringfireball.net/projects/markdown/syntax
|
|
|
|
.. _Rich Output: notebook_p5_
|
|
.. _notebook_p5: https://nbviewer.jupyter.org/urls/raw.github.com/ipython/ipython/3.x/examples/IPython%20Kernel/Rich%20Output.ipynb
|
|
|
|
.. _Plotting with Matplotlib: notebook_p3_
|
|
.. _notebook_p3: https://nbviewer.jupyter.org/urls/raw.github.com/ipython/ipython/3.x/examples/IPython%20Kernel/Plotting%20in%20the%20Notebook.ipynb
|