aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-08-18Revert "Revert "Import external/python/jinja into master""IRIS YANG
This reverts commit 81aec74062b5c629b3408f7f3d18343ec0bbcab8. Reason for revert: It seems Jinja folder is empty. Revert the revert to add files back. Third-party review: ag/11821018 Change-Id: I4429a3b3448cdf2eb62ec388392a2a29fa3dbc21
2020-07-17Revert "Import external/python/jinja into master"IRIS YANG
This reverts commit e868444bb65b7ae2a025b1c8c7854a8c4f2f58c1. Reason for revert: Since build will failed. We might need to wait b/160731429 fixed and submit it again. Change-Id: I56449de779d11c13cdfe1243b9a9726f94e55b33
2020-06-22ignore trim_blocks using '+%}'Amy
2020-05-23update package and filesystem loader docsDavid Lord
2020-05-18use pip-compile to pin dev requirementsDavid Lord
2020-04-19remove vim syntax fileDavid Lord
remove unmaintained information from integration doc
2020-03-30Merge branch '2.11.x'David Lord
2020-03-22Fix html tagNils K
2020-02-28Add link to template designer documentationldealmei
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.
2020-02-27Merge branch '2.11.x'David Lord
2020-02-08rewrite async discussionDavid Lord
2020-02-08Fix async docDavid Brochart
2020-02-05apply pyupgrade and f-stringsDavid Lord
2020-02-05remove Python 2 from docsDavid Lord
2020-01-26Revert "rename imports to jinja"David Lord
This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
2020-01-10rename imports to jinjaDavid Lord
2020-01-10simplify module docstringsDavid Lord
2020-01-10remove old scripts and examplesDavid Lord
2020-01-10apply blackDavid Lord
2019-12-08fix(templates.rst): fix typo (`hat` => `that`)Imran Iqbal
2019-10-23use "Jinja" instead of "Jinja2"David Lord
2019-10-23use "Jinja" instead of "Jinja2"David Lord
2019-10-20clarify cycler.next() behaviorDavid Lord
2019-10-19clean up i18n documentationDavid Lord
explain enabling newstyle organize newstyle advantages mention escaping percent signs for formatting mention marking format parameters as safe fix newstyle ref
2019-10-18document lack of file extensionDavid Lord
closes #547
2019-10-18document behavior of block tag in if blockDavid Lord
closes #423
2019-10-18format expression docsDavid Lord
2019-10-18improve docs about string methods in templatesDavid Lord
closes #273
2019-10-13Don't make cond_expr_undefined configurableAdrian Moennich
2019-10-13Use separate undefined object for CondExprAdrian Moennich
2019-10-04document debug extensionDavid Lord
2019-07-26Merge branch '2.10.x'David Lord
2019-07-26Merge branch '2.9.x' into docsDavid Lord
2019-07-26fix linkcheck issuesDavid Lord
2019-07-26modernize docs config, use pallets-sphinx-themesDavid Lord
2019-07-23support underscore in int and floatCleoQc
2019-07-23clean up scientific notation supportDavid Lord
add changelog clean up docs parametrize tests
2019-07-22support scientific notationCleoQc
2019-07-20Correct syntax highlighting of jinja block in docsJon Dufresne
2019-07-20Merge branch '2.10.x'David Lord
2019-06-18Import abstract base classes from collections.abcFlorian Bruhin
In Python 3.7, importing ABCs directly from the `collections` module shows a warning (and in Python 3.8 it will stop working) - see https://github.com/python/cpython/commit/c66f9f8d3909f588c251957d499599a1680e2320 This fixes various DeprecationWarnings such as those: ``` .../jinja2/utils.py:485: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import MutableMapping .../jinja2/runtime.py:318: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Mapping ```
2019-06-05Merge pull request #1009 from shamsimam/doc-python-methodsJoshua Bronson
adds documentation on use of python methods in expressions
2019-06-05Merge pull request #1012 from yongbozhang/issue-423Joshua Bronson
Remind not to put block in if statements in doc
2019-06-05Fix "duplicate object description of jinja2" warningjab
Follow suggestion to use :noindex: for the instance in api."
2019-06-05Improve nested extends (super.super) example.jab
2019-06-05Write a new documentation section on nesting extends.Scott Crosby
2019-06-02issue-423 remind not to put block in if statements in docyongbozhang
2019-05-31docs: Python3-ize the examplesDeepak Amin
This commit updates the examples to conform to Python 3 instead of Python 2, as Python 3 is more acceptable these days.
2019-05-31adds documentation on use of python methods in expressionsShams Imam
2019-05-11Merge pull request #988 from tbnorth/triv_docs_linkKevin Brown
fixes #242, deletes link to Jinja 1 docs.