Show More
@@ -1,101 +1,101 b'' | |||||
1 | .. This (-*- rst -*-) format file contains commonly used link targets |
|
1 | .. This (-*- rst -*-) format file contains commonly used link targets | |
2 | and name substitutions. It may be included in many files, |
|
2 | and name substitutions. It may be included in many files, | |
3 | therefore it should only contain link targets and name |
|
3 | therefore it should only contain link targets and name | |
4 | substitutions. Try grepping for "^\.\. _" to find plausible |
|
4 | substitutions. Try grepping for "^\.\. _" to find plausible | |
5 | candidates for this list. |
|
5 | candidates for this list. | |
6 |
|
6 | |||
7 | NOTE: this file must have an extension *opposite* to that of the main reST |
|
7 | NOTE: this file must have an extension *opposite* to that of the main reST | |
8 | files in the manuals, so that we can include it with ".. include::" |
|
8 | files in the manuals, so that we can include it with ".. include::" | |
9 | directives, but without triggering warnings from Sphinx for not being listed |
|
9 | directives, but without triggering warnings from Sphinx for not being listed | |
10 |
in any toctree. Since IPython uses .txt for the main files, this |
|
10 | in any toctree. Since IPython uses .txt for the main files, this one will | |
11 | use .rst. |
|
11 | use .rst. | |
12 |
|
12 | |||
13 | NOTE: reST targets are |
|
13 | NOTE: reST targets are | |
14 | __not_case_sensitive__, so only one target definition is needed for |
|
14 | __not_case_sensitive__, so only one target definition is needed for | |
15 | ipython, IPython, etc. |
|
15 | ipython, IPython, etc. | |
16 |
|
16 | |||
17 | NOTE: Some of these were taken from the nipy links compendium. |
|
17 | NOTE: Some of these were taken from the nipy links compendium. | |
18 |
|
18 | |||
19 | .. Main IPython links |
|
19 | .. Main IPython links | |
20 | .. _ipython: http://ipython.org |
|
20 | .. _ipython: http://ipython.org | |
21 | .. _`ipython manual`: http://ipython.org/documentation.html |
|
21 | .. _`ipython manual`: http://ipython.org/documentation.html | |
22 | .. _ipython_github: http://github.com/ipython/ipython/ |
|
22 | .. _ipython_github: http://github.com/ipython/ipython/ | |
23 | .. _ipython_github_repo: http://github.com/ipython/ipython/ |
|
23 | .. _ipython_github_repo: http://github.com/ipython/ipython/ | |
24 | .. _ipython_downloads: http://ipython.org/download.html |
|
24 | .. _ipython_downloads: http://ipython.org/download.html | |
25 | .. _ipython_pypi: http://pypi.python.org/pypi/ipython |
|
25 | .. _ipython_pypi: http://pypi.python.org/pypi/ipython | |
26 | .. _nbviewer: http://nbviewer.ipython.org |
|
26 | .. _nbviewer: http://nbviewer.ipython.org | |
27 |
|
27 | |||
28 | .. _ZeroMQ: http://zeromq.org |
|
28 | .. _ZeroMQ: http://zeromq.org | |
29 |
|
29 | |||
30 | .. Documentation tools and related links |
|
30 | .. Documentation tools and related links | |
31 | .. _graphviz: http://www.graphviz.org |
|
31 | .. _graphviz: http://www.graphviz.org | |
32 | .. _Sphinx: http://sphinx.pocoo.org |
|
32 | .. _Sphinx: http://sphinx.pocoo.org | |
33 | .. _`Sphinx reST`: http://sphinx.pocoo.org/rest.html |
|
33 | .. _`Sphinx reST`: http://sphinx.pocoo.org/rest.html | |
34 | .. _sampledoc: http://matplotlib.org/sampledoc |
|
34 | .. _sampledoc: http://matplotlib.org/sampledoc | |
35 | .. _reST: http://docutils.sourceforge.net/rst.html |
|
35 | .. _reST: http://docutils.sourceforge.net/rst.html | |
36 | .. _docutils: http://docutils.sourceforge.net |
|
36 | .. _docutils: http://docutils.sourceforge.net | |
37 | .. _lyx: http://www.lyx.org |
|
37 | .. _lyx: http://www.lyx.org | |
38 | .. _pep8: http://www.python.org/dev/peps/pep-0008 |
|
38 | .. _pep8: http://www.python.org/dev/peps/pep-0008 | |
39 | .. _numpy_coding_guide: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt |
|
39 | .. _numpy_coding_guide: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt | |
40 |
|
40 | |||
41 | .. Licenses |
|
41 | .. Licenses | |
42 | .. _GPL: http://www.gnu.org/licenses/gpl.html |
|
42 | .. _GPL: http://www.gnu.org/licenses/gpl.html | |
43 | .. _BSD: http://www.opensource.org/licenses/bsd-license.php |
|
43 | .. _BSD: http://www.opensource.org/licenses/bsd-license.php | |
44 | .. _LGPL: http://www.gnu.org/copyleft/lesser.html |
|
44 | .. _LGPL: http://www.gnu.org/copyleft/lesser.html | |
45 |
|
45 | |||
46 | .. Other python projects |
|
46 | .. Other python projects | |
47 | .. _numpy: http://numpy.scipy.org |
|
47 | .. _numpy: http://numpy.scipy.org | |
48 | .. _scipy: http://www.scipy.org |
|
48 | .. _scipy: http://www.scipy.org | |
49 | .. _scipy_conference: http://conference.scipy.org |
|
49 | .. _scipy_conference: http://conference.scipy.org | |
50 | .. _matplotlib: http://matplotlib.org |
|
50 | .. _matplotlib: http://matplotlib.org | |
51 | .. _pythonxy: http://www.pythonxy.com |
|
51 | .. _pythonxy: http://www.pythonxy.com | |
52 | .. _ETS: http://code.enthought.com/projects/tool-suite.php |
|
52 | .. _ETS: http://code.enthought.com/projects/tool-suite.php | |
53 | .. _EPD: http://www.enthought.com/products/epd.php |
|
53 | .. _EPD: http://www.enthought.com/products/epd.php | |
54 | .. _python: http://www.python.org |
|
54 | .. _python: http://www.python.org | |
55 | .. _mayavi: http://code.enthought.com/projects/mayavi |
|
55 | .. _mayavi: http://code.enthought.com/projects/mayavi | |
56 | .. _sympy: http://code.google.com/p/sympy |
|
56 | .. _sympy: http://code.google.com/p/sympy | |
57 | .. _sage: http://sagemath.org |
|
57 | .. _sage: http://sagemath.org | |
58 | .. _pydy: http://code.google.com/p/pydy |
|
58 | .. _pydy: http://code.google.com/p/pydy | |
59 | .. _vpython: http://vpython.org |
|
59 | .. _vpython: http://vpython.org | |
60 | .. _cython: http://cython.org |
|
60 | .. _cython: http://cython.org | |
61 | .. _software carpentry: http://software-carpentry.org |
|
61 | .. _software carpentry: http://software-carpentry.org | |
62 |
|
62 | |||
63 | .. Not so python scientific computing tools |
|
63 | .. Not so python scientific computing tools | |
64 | .. _matlab: http://www.mathworks.com |
|
64 | .. _matlab: http://www.mathworks.com | |
65 | .. _VTK: http://vtk.org |
|
65 | .. _VTK: http://vtk.org | |
66 |
|
66 | |||
67 | .. Other organizations |
|
67 | .. Other organizations | |
68 | .. _enthought: http://www.enthought.com |
|
68 | .. _enthought: http://www.enthought.com | |
69 | .. _kitware: http://www.kitware.com |
|
69 | .. _kitware: http://www.kitware.com | |
70 | .. _netlib: http://netlib.org |
|
70 | .. _netlib: http://netlib.org | |
71 |
|
71 | |||
72 | .. Other tools and projects |
|
72 | .. Other tools and projects | |
73 | .. _indefero: http://www.indefero.net |
|
73 | .. _indefero: http://www.indefero.net | |
74 | .. _git: http://git-scm.com |
|
74 | .. _git: http://git-scm.com | |
75 | .. _github: http://github.com |
|
75 | .. _github: http://github.com | |
76 | .. _Markdown: http://daringfireball.net/projects/markdown/syntax |
|
76 | .. _Markdown: http://daringfireball.net/projects/markdown/syntax | |
77 |
|
77 | |||
78 | .. _Running Code in the IPython Notebook: notebook_p1_ |
|
78 | .. _Running Code in the IPython Notebook: notebook_p1_ | |
79 | .. _notebook_p1: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%25201%2520-%2520Running%2520Code.ipynb |
|
79 | .. _notebook_p1: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%25201%2520-%2520Running%2520Code.ipynb | |
80 |
|
80 | |||
81 | .. _Basic Output: notebook_p2_ |
|
81 | .. _Basic Output: notebook_p2_ | |
82 | .. _notebook_p2: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%202%20-%20Basic%20Output.ipynb |
|
82 | .. _notebook_p2: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%202%20-%20Basic%20Output.ipynb | |
83 |
|
83 | |||
84 | .. _Plotting with Matplotlib: notebook_p3_ |
|
84 | .. _Plotting with Matplotlib: notebook_p3_ | |
85 | .. _notebook_p3: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%203%20-%20Plotting%20with%20Matplotlib.ipynb |
|
85 | .. _notebook_p3: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%203%20-%20Plotting%20with%20Matplotlib.ipynb | |
86 |
|
86 | |||
87 | .. _Markdown Cells: notebook_p4_ |
|
87 | .. _Markdown Cells: notebook_p4_ | |
88 | .. _notebook_p4: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%204%20-%20Markdown%20Cells.ipynb |
|
88 | .. _notebook_p4: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%204%20-%20Markdown%20Cells.ipynb | |
89 |
|
89 | |||
90 | .. _Rich Display System: notebook_p5_ |
|
90 | .. _Rich Display System: notebook_p5_ | |
91 | .. _notebook_p5: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%205%20-%20Rich%20Display%20System.ipynb |
|
91 | .. _notebook_p5: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%205%20-%20Rich%20Display%20System.ipynb | |
92 |
|
92 | |||
93 | .. _notebook_custom_display: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Custom%20Display%20Logic.ipynb |
|
93 | .. _notebook_custom_display: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Custom%20Display%20Logic.ipynb | |
94 |
|
94 | |||
95 | .. _Frontend/Kernel Model: notebook_two_proc_ |
|
95 | .. _Frontend/Kernel Model: notebook_two_proc_ | |
96 | .. _notebook_two_proc: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Frontend-Kernel%20Model.ipynb |
|
96 | .. _notebook_two_proc: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Frontend-Kernel%20Model.ipynb | |
97 |
|
97 | |||
98 | .. _Cell magics: notebook_cell_magics_ |
|
98 | .. _Cell magics: notebook_cell_magics_ | |
99 | .. _notebook_cell_magics: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Cell%20Magics.ipynb |
|
99 | .. _notebook_cell_magics: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Cell%20Magics.ipynb | |
100 |
|
100 | |||
101 |
|
101 |
General Comments 0
You need to be logged in to leave comments.
Login now