summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* api.rst: bugfix in docs, import PackageLoaderMark Hansen2020-05-161-1/+1
* Add link to template designer documentationldealmei2020-02-281-3/+4
* rewrite async discussionDavid Lord2020-02-081-29/+30
* Fix async docDavid Brochart2020-02-081-1/+1
* Revert "rename imports to jinja"David Lord2020-01-2611-107/+129
* rename imports to jinjaDavid Lord2020-01-1011-129/+107
* simplify module docstringsstyleDavid Lord2020-01-101-10/+0
* remove old scripts and examplesDavid Lord2020-01-103-6/+117
* apply blackDavid Lord2020-01-101-9/+7
* fix(templates.rst): fix typo (`hat` => `that`)Imran Iqbal2019-12-081-1/+1
* use "Jinja" instead of "Jinja2"David Lord2019-10-232-5/+5
* use "Jinja" instead of "Jinja2"David Lord2019-10-239-116/+114
* clarify cycler.next() behaviorDavid Lord2019-10-201-19/+22
* clean up i18n documentationDavid Lord2019-10-192-114/+148
* document lack of file extensionDavid Lord2019-10-181-0/+14
* document behavior of block tag in if blockDavid Lord2019-10-181-0/+4
* format expression docsDavid Lord2019-10-181-37/+37
* improve docs about string methods in templatesDavid Lord2019-10-181-12/+29
* Don't make cond_expr_undefined configurableAdrian Moennich2019-10-131-2/+2
* Use separate undefined object for CondExprAdrian Moennich2019-10-131-1/+2
* document debug extensionDavid Lord2019-10-042-30/+65
* Merge branch '2.10.x'David Lord2019-07-2630-1185/+140
|\
| * Merge branch '2.9.x' into docsDavid Lord2019-07-2630-1165/+145
| |\
| | * fix linkcheck issuesdocsDavid Lord2019-07-265-19/+19
| | * modernize docs config, use pallets-sphinx-themesDavid Lord2019-07-2627-1145/+136
* | | support underscore in int and floatCleoQc2019-07-231-4/+7
* | | clean up scientific notation supportDavid Lord2019-07-231-12/+7
* | | support scientific notationCleoQc2019-07-221-3/+10
* | | Correct syntax highlighting of jinja block in docsJon Dufresne2019-07-201-3/+1
* | | Merge branch '2.10.x'David Lord2019-07-203-7/+29
|\ \ \ | |/ /
| * | Import abstract base classes from collections.abcFlorian Bruhin2019-06-181-2/+2
| * | Merge pull request #1009 from shamsimam/doc-python-methodsJoshua Bronson2019-06-051-1/+23
| |\ \
| | * | adds documentation on use of python methods in expressionsShams Imam2019-05-311-1/+23
| * | | Merge pull request #1012 from yongbozhang/issue-423Joshua Bronson2019-06-051-1/+3
| |\ \ \
| | * | | issue-423 remind not to put block in if statements in docyongbozhang2019-06-021-1/+3
| | |/ /
| * | | docs: Python3-ize the examplesDeepak Amin2019-05-312-4/+3
| |/ /
| * | Merge pull request #988 from tbnorth/triv_docs_linkKevin Brown2019-05-111-2/+1
| |\ \
| | * | fixes #242, deletes link to Jinja 1 docs.Terry N. Brown2019-05-061-2/+1
* | | | Fix "duplicate object description of jinja2" warningjab2019-06-051-0/+1
* | | | Improve nested extends (super.super) example.jab2019-06-051-19/+24
* | | | Write a new documentation section on nesting extends.Scott Crosby2019-06-051-0/+30
* | | | Add ChainableUndefined allowing getattr & getitem (#997)Étienne Pelletier2019-05-081-1/+3
* | | | Merge remote-tracking branch 'origin/2.10.x'David Lord2019-05-061-4/+4
|\ \ \ \ | |/ / /
| * | | Fix tox docs-html buildsKevin Brown2019-05-061-4/+4
| |/ /
* | | Fix typoRuben Garcia2019-02-081-1/+1
* | | Fix broken nl2br filter exampleMark Amery2018-11-251-1/+1
* | | Remove reference to deprecated easy_install; use pip insteadJon Dufresne2018-11-021-27/+4
* | | Fix ambiguity in include sectionGrey Li2018-10-181-1/+1
* | | Trim trailing white space throughout the projectJon Dufresne2018-08-293-29/+29
* | | Merge pull request #853 from doobeh/584-filters-indexDavid Lord2018-08-071-0/+27
|\ \ \