summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-12-21 16:31:59 +0100
committerClaude Paroz <claude@2xlibre.net>2017-12-23 10:26:32 +0100
commit23b21db31bfcf2a065d485617412cca43a311a4c (patch)
tree5b77d64166f2570805dbe915dcd398551ec58f3a /docs/intro
parent32ade4d73b50aed77efdb9dd7371c17f89061afc (diff)
Fixed #28594 -- Removed Jython docs and specific code
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/install.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt
index a0370df3d2..571fc84303 100644
--- a/docs/intro/install.txt
+++ b/docs/intro/install.txt
@@ -19,13 +19,6 @@ database called SQLite_ so you won't need to set up a database just yet.
Get the latest version of Python at https://www.python.org/downloads/ or with
your operating system's package manager.
-.. admonition:: Django on Jython
-
- If you use Jython_ (a Python implementation for the Java platform), you'll
- need to follow a few additional steps. See :doc:`/howto/jython` for details.
-
-.. _jython: http://www.jython.org/
-
You can verify that Python is installed by typing ``python`` from your shell;
you should see something like::