Commit 54b4f114 authored by ggellner@encolpuis's avatar ggellner@encolpuis

Fixed a wiki markup tag I missed in the numpy tutorial. Added link to...

Fixed a wiki markup tag I missed in the numpy tutorial. Added link to pyximport docs in numpy tutorial.
parent 40f8bf81
...@@ -74,7 +74,7 @@ However there are several options to automate these steps: ...@@ -74,7 +74,7 @@ However there are several options to automate these steps:
<http://www.sagemath.org/doc/prog/node40.html>`_. <http://www.sagemath.org/doc/prog/node40.html>`_.
2. A version of `pyximport <http://www.prescod.net/pyximport/>`_ is shipped 2. A version of `pyximport <http://www.prescod.net/pyximport/>`_ is shipped
with Cython, so that you can import pyx-files dynamically into Python and with Cython, so that you can import pyx-files dynamically into Python and
have them compiled automatically. have them compiled automatically (See :ref:`pyximport`).
3. Cython supports distutils so that you can very easily create build scripts 3. Cython supports distutils so that you can very easily create build scripts
which automate the process, this is the preferred method for full programs. which automate the process, this is the preferred method for full programs.
4. Manual compilation (see below) 4. Manual compilation (see below)
...@@ -90,7 +90,7 @@ Installation ...@@ -90,7 +90,7 @@ Installation
Unless you are used to some other automatic method: Unless you are used to some other automatic method:
`download Cython <http://cython.org/#download>`_ (0.9.8.1.1 or later), unpack it, `download Cython <http://cython.org/#download>`_ (0.9.8.1.1 or later), unpack it,
and run the usual {{{python setup.py install}}}. This will install a and run the usual ```python setup.py install``. This will install a
``cython`` executable on your system. It is also possible to use Cython from ``cython`` executable on your system. It is also possible to use Cython from
the source directory without installing (simply launch :file:`cython.py` in the the source directory without installing (simply launch :file:`cython.py` in the
root directory). root directory).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment