summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2020-01-08 10:41:02 +0000
committerStefan Behnel <stefan_ml@behnel.de>2020-01-08 11:41:02 +0100
commitdd64445f7b74338e911ead8c566e939a2d62cf52 (patch)
tree42e0ca07703ad97a55929259c5e2538b7dc7c357
parent3dc2b9dfc23638fbef2558d619709b5235d5df08 (diff)
downloadcython-dd64445f7b74338e911ead8c566e939a2d62cf52.tar.gz
Remove unnecessary sentence from documentation (GH-3302)
0.11.2 is over a decade old at this point so people aiming to install earlier versions should probably just read the documentation for those version. There aren't any footnotes in the documentation.
-rw-r--r--docs/src/quickstart/install.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/src/quickstart/install.rst b/docs/src/quickstart/install.rst
index 6eaf2d250..ec30076cf 100644
--- a/docs/src/quickstart/install.rst
+++ b/docs/src/quickstart/install.rst
@@ -7,9 +7,7 @@ Many scientific Python distributions, such as Anaconda [Anaconda]_,
Enthought Canopy [Canopy]_, and Sage [Sage]_,
bundle Cython and no setup is needed. Note however that if your
distribution ships a version of Cython which is too old you can still
-use the instructions below to update Cython. Everything in this
-tutorial should work with Cython 0.11.2 and newer, unless a footnote
-says otherwise.
+use the instructions below to update Cython.
Unlike most Python software, Cython requires a C compiler to be
present on the system. The details of getting a C compiler varies