summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* async support doesn't require patchinginline-asyncDavid Lord2021-04-101-2/+2
|
* Markup and escape should be imported from markupsafeDavid Lord2021-04-101-18/+0
|
* unify/rename filter and function decoratorsDavid Lord2021-04-102-37/+52
| | | | Use pass_context instead of contextfilter and contextfunction, etc.
* Fix incorrect docs - line statements have no defaultMatěj Volf2021-04-051-1/+5
|
* Merge pull request #1236 from sixtyfathoms/fix/issue-1184David Lord2021-04-051-3/+11
|\ | | | | Update wording on dictionary default ordering
| * update wording on dictionary default orderingjeff2021-04-051-3/+11
| |
* | add symbol names for tilde and pipe operatorsSeth G2021-04-051-2/+2
|/
* add pgettext and npgettextSardorbek Imomaliev2021-04-051-10/+28
|
* add 'is filter' and 'is test' testsDavid Lord2021-04-041-72/+95
| | | | | | This required allowing tests to be decorated with '@environmentfilter'. Tests are essentially the same as filters now, the node, compiler, and environment have been refactored to extract common behavior.
* more detailed docs about globalsDavid Lord2021-03-311-13/+39
|
* docs rename changelog to changes, add licenseDavid Lord2021-02-243-3/+8
|
* update project linksDavid Lord2021-02-241-3/+5
|
* Merge branch '2.11.x'David Lord2021-01-311-1/+1
|\
| * api.rst: bugfix in docs, import PackageLoaderMark Hansen2020-05-161-1/+1
| | | | | | It's used two lines below.
* | Merge pull request #1195 from bebleo/add_mailto_link_supportDavid Lord2021-01-301-0/+4
|\ \ | | | | | | Improve and extend urlize
| * | update urlize docs, clean up codeDavid Lord2021-01-301-3/+3
| | | | | | | | | | | | | | | | | | move regexes near implementation commented verbose regex for http pattern renamed extra_uri_schemes to extra_schemes
| * | Improve and extend urlizeBebleo2021-01-301-0/+4
| | |
* | | update docs on adding extensions (#1237)sixtyfathoms2021-01-301-2/+5
| | |
* | | Improve diction (amount -> number) (#1341)Roy Smith2021-01-301-1/+1
|/ /
* | update docs about required blocks (#1340)David Lord2021-01-301-18/+23
| |
* | add required attribute to blocksAmy2021-01-291-0/+34
| | | | | | | | | | required blocks must be overridden at some point, although not necessarily by the direct child template
* | Fix "If" example in documentation (#1337)Adam Johnson2021-01-261-1/+1
| | | | | | Fix "If" example in documentation
* | Update templates.rst to fix small typo (#1327)Jonathan Berger2020-12-231-1/+1
| |
* | ignore trim_blocks using '+%}'Amy2020-06-221-0/+9
| |
* | update package and filesystem loader docsDavid Lord2020-05-231-15/+25
| |
* | use pip-compile to pin dev requirementsDavid Lord2020-05-181-4/+0
| |
* | remove vim syntax fileDavid Lord2020-04-191-66/+35
| | | | | | | | remove unmaintained information from integration doc
* | Merge branch '2.11.x'David Lord2020-03-301-3/+4
|\ \ | |/
| * Add link to template designer documentationldealmei2020-02-281-3/+4
| | | | | | | | For those who were actually looking for the template design documentation putting a link directly to it might prevent them to have to google for it. When on the API page, there is no direct way to find the template design documentation. Hope this can help others.
* | Fix html tagNils K2020-03-221-2/+2
| |
* | Merge branch '2.11.x'David Lord2020-02-271-29/+30
|\ \ | |/
| * rewrite async discussionDavid Lord2020-02-081-29/+30
| |
| * Fix async docDavid Brochart2020-02-081-1/+1
| |
* | apply pyupgrade and f-stringsDavid Lord2020-02-054-10/+9
| |
* | remove Python 2 from docsDavid Lord2020-02-057-223/+92
|/
* Revert "rename imports to jinja"David Lord2020-01-2611-107/+129
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* 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
| | | | | | | | explain enabling newstyle organize newstyle advantages mention escaping percent signs for formatting mention marking format parameters as safe fix newstyle ref
* document lack of file extensionDavid Lord2019-10-181-0/+14
| | | | closes #547
* document behavior of block tag in if blockDavid Lord2019-10-181-0/+4
| | | | closes #423
* format expression docsDavid Lord2019-10-181-37/+37
|
* improve docs about string methods in templatesDavid Lord2019-10-181-12/+29
| | | | closes #273
* Don't make cond_expr_undefined configurableAdrian Moennich2019-10-131-2/+2
|