summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2013-05-18 10:35:04 +0100
committerCory Benfield <lukasaoz@gmail.com>2013-05-18 10:35:54 +0100
commit447d3d27990d041bc3fa76eff36bc73b18519c81 (patch)
tree30dc43091b0d312cd24595c2663f6387b7dd6bba /docs/intro.rst
parent460251c9ed56537359cb0ab94d964c48b89acf49 (diff)
downloadjinja2-447d3d27990d041bc3fa76eff36bc73b18519c81.tar.gz
Trash debugsupport.
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 4ea65a8..60528e3 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -14,16 +14,6 @@ Prerequisites
Jinja2 works with Python 2.6.x, 2.7.x and >= 3.3.
-FIXME - this is outdated, code should get removed, docs fixed:
-Additionally a working C-compiler that can create python extensions should be
-installed for the debugger if you are using Python 2.4.
-
-If you don't have a working C-compiler and you are trying to install the source
-release with the debugsupport you will get a compiler error.
-
-.. _ctypes: http://python.net/crew/theller/ctypes/
-
-
Installation
------------
@@ -94,20 +84,6 @@ using Jinja2 with autoescaping.
.. _MarkupSafe: http://pypi.python.org/pypi/MarkupSafe
-Enable the debug support Module
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-By default Jinja2 will not compile the debug support module. Enabling this
-will fail if you don't have the Python headers or a working compiler. This
-is often the case if you are installing Jinja2 from a windows machine.
-
-FIXME - outdated:
-Because the debug support is only necessary for Python 2.4 you will not
-have to do this unless you run 2.4::
-
- sudo python setup.py --with-debugsupport install
-
-
Basic API Usage
---------------