summaryrefslogtreecommitdiff
path: root/docs/intro.rst
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Rename jinja2 to jinja"revert-1121-the-great-renameDavid Lord2020-01-241-12/+34
|
* rename imports to jinjaDavid Lord2020-01-101-34/+12
|
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-13/+13
|
* Merge branch '2.10.x'David Lord2019-07-261-3/+3
|\
| * fix linkcheck issuesdocsDavid Lord2019-07-261-8/+8
| |
* | Remove reference to deprecated easy_install; use pip insteadJon Dufresne2018-11-021-27/+4
| | | | | | | | | | | | | | | | | | | | | | easy_install is deprecated and its use is discouraged by PyPA: https://setuptools.readthedocs.io/en/latest/easy_install.html > Warning: Easy Install is deprecated. Do not use it. Instead use pip. Follow upstream advice and only recommended supported tools. Replace with pip.
* | Trim trailing white space throughout the projectJon Dufresne2018-08-291-1/+1
| | | | | | | | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* | Also drop Python 2.6Florian Bruhin2018-06-271-3/+3
| |
* | Drop Python 3.3 supportFlorian Bruhin2018-06-271-2/+3
| | | | | | | | | | It's currently broken on Travis (as it was dropped in 'wheel'), so continuing to support it is probably not worth the pain.
* | Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-181-4/+4
| | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* | Remove old statement about Python 3 (#803)Godefroid Chapelle2018-01-301-16/+0
| | | | | | There is now Python 3 support...
* | In documentation, prefer https over http when availableJon Dufresne2017-04-091-6/+6
|/
* Remove `sudo` command from documentation (fixes #543).Raphael Boidol2016-05-011-4/+1
| | | | Installations should be in a virtualenv.
* change from @mitsuhiko to pallets projectJosé Carlos García2016-04-031-2/+2
|
* fixed some typos and clarifyingCarl A Dunham2014-01-181-8/+7
|
* Clarified some text in the introArmin Ronacher2013-05-201-2/+2
|
* Removed mention of speedup module and rewrote docs for markupsafe dependencyArmin Ronacher2013-05-191-29/+5
|
* Merge remote-tracking branch 'Talksum/distribute_required'Armin Ronacher2013-05-191-3/+24
|\
| * adding explicit mention of distribute prerequisite at runtimeMike Chesnut2012-12-181-3/+6
| |
* | Trash debugsupport.Cory Benfield2013-05-181-24/+0
| |
* | update docs / changelog about python requirement, add myself to AUTHORSThomas Waldmann2013-05-181-6/+8
|/ | | | | also added 2 FIXMEs to intro.rst about the debugsupport for python 2.4 that needs to get removed
* Documentation update. Documentation will become the new Jinja2 websiteArmin Ronacher2010-10-171-19/+0
|
* Fixed link to gitArmin Ronacher2010-10-171-1/+1
|
* Changed links to githubArmin Ronacher2010-10-171-12/+3
|
* Documented switch to MarkupSafeArmin Ronacher2010-08-171-18/+25
| | | | | --HG-- branch : trunk
* Added Python 3 section to the documentation.Armin Ronacher2010-02-101-0/+16
| | | | | --HG-- branch : trunk
* Documentation recommends distribute now.Armin Ronacher2010-02-101-8/+9
| | | | | --HG-- branch : trunk
* Some tiny documentation fixes (unicode -> Unicode)Armin Ronacher2010-02-091-1/+1
| | | | | --HG-- branch : trunk
* Fix typo.Georg Brandl2009-10-191-2/+2
| | | | | --HG-- branch : trunk
* Fixed the install docs.Armin Ronacher2009-09-131-5/+2
| | | | | --HG-- branch : trunk
* Disabled speedups by default.2.2Armin Ronacher2009-09-131-12/+13
| | | | | --HG-- branch : trunk
* (codename Kong, released on September 12th 2009)Armin Ronacher2009-09-131-4/+8
| | | | | --HG-- branch : trunk
* Applied documentation patches by Clemens Hermann.Armin Ronacher2009-03-181-1/+1
| | | | | --HG-- branch : trunk
* Updated documentation to reflect the new speedups installation behavior.2.1Armin Ronacher2008-11-231-1/+33
| | | | | --HG-- branch : trunk
* fixed linking in jinja docs for the introArmin Ronacher2008-05-261-6/+7
| | | | | --HG-- branch : trunk
* fixed a bug in error reporting and some small documentation updatesArmin Ronacher2008-05-261-3/+9
| | | | | --HG-- branch : trunk
* fixed an embarrassing mistake in the documentationArmin Ronacher2008-05-191-1/+1
| | | | | --HG-- branch : trunk
* some documentation updatesArmin Ronacher2008-05-071-3/+55
| | | | | --HG-- branch : trunk
* first version of the jinja2 docsArmin Ronacher2008-04-281-0/+60
--HG-- branch : trunk