Show More
@@ -0,0 +1,72 b'' | |||||
|
1 | .. This (-*- rst -*-) format file contains commonly used link targets | |||
|
2 | and name substitutions. It may be included in many files, | |||
|
3 | therefore it should only contain link targets and name | |||
|
4 | substitutions. Try grepping for "^\.\. _" to find plausible | |||
|
5 | candidates for this list. | |||
|
6 | ||||
|
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::" | |||
|
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 wone will | |||
|
11 | use .rst. | |||
|
12 | ||||
|
13 | NOTE: reST targets are | |||
|
14 | __not_case_sensitive__, so only one target definition is needed for | |||
|
15 | ipython, IPython, etc. | |||
|
16 | ||||
|
17 | NOTE: Some of these were taken from the nipy links compendium. | |||
|
18 | ||||
|
19 | .. Main IPython links | |||
|
20 | .. _ipython: http://ipython.scipy.org | |||
|
21 | .. _`ipython manual`: http://ipython.scipy.org/doc/manual/html | |||
|
22 | .. _ipython_github: http://github.com/ipython/ipython/ | |||
|
23 | .. _ipython_github_repo: http://github.com/ipython/ipython/ | |||
|
24 | .. _ipython_downloads: http://ipython.scipy.org/dist | |||
|
25 | .. _ipython_pypi: http://pypi.python.org/pypi/ipython | |||
|
26 | ||||
|
27 | .. Documentation tools and related links | |||
|
28 | .. _graphviz: http://www.graphviz.org | |||
|
29 | .. _Sphinx: http://sphinx.pocoo.org | |||
|
30 | .. _`Sphinx reST`: http://sphinx.pocoo.org/rest.html | |||
|
31 | .. _sampledoc: http://matplotlib.sourceforge.net/sampledoc | |||
|
32 | .. _reST: http://docutils.sourceforge.net/rst.html | |||
|
33 | .. _docutils: http://docutils.sourceforge.net | |||
|
34 | .. _lyx: http://www.lyx.org | |||
|
35 | .. _pep8: http://www.python.org/dev/peps/pep-0008 | |||
|
36 | .. _numpy_coding_guide: http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines | |||
|
37 | ||||
|
38 | .. Licenses | |||
|
39 | .. _GPL: http://www.gnu.org/licenses/gpl.html | |||
|
40 | .. _BSD: http://www.opensource.org/licenses/bsd-license.php | |||
|
41 | .. _LGPL: http://www.gnu.org/copyleft/lesser.html | |||
|
42 | ||||
|
43 | .. Other python projects | |||
|
44 | .. _numpy: http://numpy.scipy.org | |||
|
45 | .. _scipy: http://www.scipy.org | |||
|
46 | .. _scipy_conference: http://conference.scipy.org | |||
|
47 | .. _matplotlib: http://matplotlib.sourceforge.net | |||
|
48 | .. _pythonxy: http://www.pythonxy.com | |||
|
49 | .. _ETS: http://code.enthought.com/projects/tool-suite.php | |||
|
50 | .. _EPD: http://www.enthought.com/products/epd.php | |||
|
51 | .. _python: http://www.python.org | |||
|
52 | .. _mayavi: http://code.enthought.com/projects/mayavi | |||
|
53 | .. _sympy: http://code.google.com/p/sympy | |||
|
54 | .. _sage: http://sagemath.org | |||
|
55 | .. _pydy: http://code.google.com/p/pydy | |||
|
56 | .. _vpython: http://vpython.org | |||
|
57 | .. _cython: http://cython.org | |||
|
58 | .. _software carpentry: http://software-carpentry.org | |||
|
59 | ||||
|
60 | .. Not so python scientific computing tools | |||
|
61 | .. _matlab: http://www.mathworks.com | |||
|
62 | .. _VTK: http://vtk.org | |||
|
63 | ||||
|
64 | .. Other organizations | |||
|
65 | .. _enthought: http://www.enthought.com | |||
|
66 | .. _kitware: http://www.kitware.com | |||
|
67 | .. _netlib: http://netlib.org | |||
|
68 | ||||
|
69 | .. Other tools and projects | |||
|
70 | .. _indefero: http://www.indefero.net | |||
|
71 | .. _git: http://git-scm.com | |||
|
72 | .. _github: http://github.com |
General Comments 0
You need to be logged in to leave comments.
Login now