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