summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update templates.rstneilsquinn2022-10-251-1/+1
| | | Fix typo
* Show how {% filter %} can take filter argumentsSimon Willison2022-10-131-0/+3
| | | Closes #1732
* update dev dependenciesDavid Lord2022-10-131-2/+1
|
* Update pylons url in documentation (#1715)Anton Topchii2022-09-021-1/+1
| | | Update pylons homepage url in docs
* Add in docs/switching/#loops little improvement for consistencySébastien DIDIER2022-07-221-2/+2
|
* Fix typo in docs/api/#custom-testsSébastien DIDIER2022-07-181-2/+2
|
* fix get_template exampleDavid Lord2022-07-041-1/+2
|
* Fix formatting in tricks.rstJan Filips2022-03-151-2/+2
|
* rewrite include statement sectionDavid Lord2022-03-121-21/+24
|
* clean up faq, move technical discussionsDavid Lord2022-03-123-142/+82
|
* clean up engine comparisonsDavid Lord2022-03-121-123/+78
|
* add flask and django integrationDavid Lord2022-03-121-0/+19
|
* rewrite sandbox docs, add more security discussionDavid Lord2022-03-121-58/+75
|
* Merge branch '3.0.x'David Lord2022-03-111-1/+1
|\
| * Merge branch '2.11.x' into 3.0.x3.0.xDavid Lord2022-03-111-1/+1
| |\
| | * Merge branch '2.10.x' into 2.11.x2.11.xDavid Lord2022-03-113-1/+3
| | |\
| | | * Merge branch '2.9.x' into 2.10.x2.10.xDavid Lord2022-03-113-1/+3
| | | |\
| | | | * use current jinja for docs build2.9.xDavid Lord2022-03-112-0/+2
| | | | |
| | | * | explain what autoescaping doesDavid Lord2019-10-084-64/+38
| | | | |
* | | | | Merge branch '3.0.x'David Lord2022-02-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Update legacy doctype in docs/tricksAdam Johnson2022-01-261-1/+1
| | | | |
* | | | | specify context for translation blockDavid Lord2021-12-261-3/+27
| | | | |
* | | | | Merge branch '3.0.x'David Lord2021-12-261-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Typo in docs (trailing backtick)Ben Zinberg2021-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | At least, I _think_ this is a typo? :slightly_smiling_face:
* | | | | remove deprecated template function decoratorsDavid Lord2021-11-101-12/+0
| | | | |
* | | | | Merge branch '3.0.x'David Lord2021-11-091-13/+30
|\ \ \ \ \ | |/ / / /
| * | | | document chained pow orderDavid Lord2021-11-091-2/+13
| | | | |
| * | | | rewrite docs about extending template objectsDavid Lord2021-11-091-8/+17
| | | | |
| * | | | remove reference to macro.defaultsDavid Lord2021-11-091-3/+0
| | | | |
* | | | | drop Python 3.6David Lord2021-11-082-21/+1
|/ / / /
* | | | replace http with https in docsnabbisen2021-08-283-3/+3
| | | |
* | | | update pallets-sphinx-themesDavid Lord2021-05-201-3/+3
| | | |
* | | | use asyncio.runDavid Lord2021-05-181-3/+3
| | | |
* | | | rename default branch in filesDavid Lord2021-05-112-6/+6
| | | |
* | | | add type annotationsDavid Lord2021-05-081-1/+1
| | | |
* | | | unique links for filters, tests, globalsDavid Lord2021-04-132-2/+12
| | | |
* | | | deprecate legacy resolve modeDavid Lord2021-04-111-1/+1
| | | |
* | | | 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
|\ \ \ \ | |/ / /