From 54b4f114619121c3114a3153d82f771512d0778c Mon Sep 17 00:00:00 2001 From: "ggellner@encolpuis" Date: Mon, 29 Sep 2008 21:30:47 -0400 Subject: [PATCH] Fixed a wiki markup tag I missed in the numpy tutorial. Added link to pyximport docs in numpy tutorial. --- _static/favicon.ico | Bin 0 -> 1150 bytes docs/numpy_tutorial.rst | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 _static/favicon.ico diff --git a/_static/favicon.ico b/_static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..db92af5201c935295ed7ce0a9f3a7b7c4ea5116f GIT binary patch literal 1150 zcmaizYeXc`()6hTGOHf$pow62dk?ht(vB}VZA)?&_^tLoYAzdF`&ka)x`Ye<8fOc4>-+!xS z)5~ke)pTs&NAU14QALahvrrjk!FovZj;d4i{CvdxC3kJQv74tgLdMtAzDjI2fa)Df%jzzDwkS_QETH zT5Z68Dv#Q%*_b11YX4EY5Ufm+39AGnfbYR1*uZ=AoG&iDcebDdJ$i8_S8*oGk>mHJ z6Nvrt@>;y-1Afc=o2($vBeFJ~7sDYmYqO$xe_|3o$d>{^l_BQ+_LMtp{ z3qU2{_wzRp_1umD{y)+IA^E38%^a`-tOES*D`qMtVk{A7ES_NOHGFq1fR(T^7vh)J WGUj;*G>k>Zr|S|UjQzno*Zu``v8jdt literal 0 HcmV?d00001 diff --git a/docs/numpy_tutorial.rst b/docs/numpy_tutorial.rst index 1721b896..61afd2b2 100644 --- a/docs/numpy_tutorial.rst +++ b/docs/numpy_tutorial.rst @@ -74,7 +74,7 @@ However there are several options to automate these steps: `_. 2. A version of `pyximport `_ is shipped 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 which automate the process, this is the preferred method for full programs. 4. Manual compilation (see below) @@ -90,7 +90,7 @@ Installation Unless you are used to some other automatic method: `download Cython `_ (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 the source directory without installing (simply launch :file:`cython.py` in the root directory). -- 2.26.2