1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
.. 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 IPython links
.. _ipython: https://ipython.org
.. _`ipython manual`: https://ipython.org/documentation.html
.. _ipython_github: https://github.com/ipython/ipython/
.. _ipython_github_repo: https://github.com/ipython/ipython/
.. _ipython_downloads: https://ipython.org/download.html
.. _ipython_pypi: https://pypi.python.org/pypi/ipython
.. _nbviewer: https://nbviewer.ipython.org
.. _ZeroMQ: https://zeromq.org
.. Documentation tools and related links
.. _graphviz: https://www.graphviz.org
.. _Sphinx: https://sphinx.pocoo.org
.. _`Sphinx reST`: https://sphinx.pocoo.org/rest.html
.. _sampledoc: https://matplotlib.org/sampledoc
.. _reST: https://docutils.sourceforge.net/rst.html
.. _docutils: https://docutils.sourceforge.net
.. _lyx: https://www.lyx.org
.. _pep8: https://www.python.org/dev/peps/pep-0008
.. _numpy_coding_guide: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
.. Licenses
.. _GPL: https://www.gnu.org/licenses/gpl.html
.. _BSD: https://www.opensource.org/licenses/bsd-license.php
.. _LGPL: https://www.gnu.org/copyleft/lesser.html
.. Other python projects
.. _numpy: https://numpy.scipy.org
.. _scipy: https://www.scipy.org
.. _scipy_conference: https://conference.scipy.org
.. _matplotlib: https://matplotlib.org
.. _pythonxy: https://code.google.com/p/pythonxy/
.. _ETS: https://code.enthought.com/projects/tool-suite.php
.. _EPD: https://www.enthought.com/products/epd.php
.. _python: https://www.python.org
.. _mayavi: https://code.enthought.com/projects/mayavi
.. _sympy: https://code.google.com/p/sympy
.. _sage: https://sagemath.org
.. _pydy: https://code.google.com/p/pydy
.. _vpython: https://vpython.org
.. _cython: https://cython.org
.. _software carpentry: https://software-carpentry.org
.. Not so python scientific computing tools
.. _matlab: https://www.mathworks.com
.. _VTK: https://vtk.org
.. Other organizations
.. _enthought: https://www.enthought.com
.. _kitware: https://www.kitware.com
.. _netlib: https://netlib.org
.. Other tools and projects
.. _indefero: https://www.indefero.net
.. _git: https://git-scm.com
.. _github: https://github.com
.. _Markdown: https://daringfireball.net/projects/markdown/syntax
.. _Running Code in the IPython Notebook: notebook_p1_
.. _notebook_p1: https://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%25201%2520-%2520Running%2520Code.ipynb
.. _Basic Output: notebook_p2_
.. _notebook_p2: https://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%202%20-%20Basic%20Output.ipynb
.. _Plotting with Matplotlib: notebook_p3_
.. _notebook_p3: https://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%203%20-%20Plotting%20with%20Matplotlib.ipynb
.. _Markdown Cells: notebook_p4_
.. _notebook_p4: https://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%204%20-%20Markdown%20Cells.ipynb
.. _Rich Display System: notebook_p5_
.. _notebook_p5: https://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%205%20-%20Rich%20Display%20System.ipynb
.. _notebook_custom_display: https://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Custom%20Display%20Logic.ipynb
.. _Frontend/Kernel Model: notebook_two_proc_
.. _notebook_two_proc: https://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Frontend-Kernel%20Model.ipynb
.. _Cell magics: notebook_cell_magics_
.. _notebook_cell_magics: https://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Cell%20Magics.ipynb
|