aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-03-30 10:54:57 -0700
committerDavid Lord <davidism@gmail.com>2020-03-30 10:54:57 -0700
commitc074fd5ecb7af70b2f864c9ef545fffd38dc203b (patch)
treeba581aaf77613e5b3119af11ceca7a935a25f6db /docs/api.rst
parentb3a9df307220fc88c2bde48da5ff837a33faff31 (diff)
parent07b5c01338bbfc06be9afc80a127a327611d9a6d (diff)
downloadjinja-c074fd5ecb7af70b2f864c9ef545fffd38dc203b.tar.gz
Merge branch '2.11.x'
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/api.rst b/docs/api.rst
index c92c383e..53cb03b5 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -5,9 +5,10 @@ API
:noindex:
:synopsis: public Jinja API
-This document describes the API to Jinja and not the template language. It
-will be most useful as reference to those implementing the template interface
-to the application and not those who are creating Jinja templates.
+This document describes the API to Jinja and not the template language
+(for that, see :doc:`/templates`). It will be most useful as reference
+to those implementing the template interface to the application and not
+those who are creating Jinja templates.
Basics
------