aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorldealmei <lkchic007@gmail.com>2020-02-28 16:29:26 +0100
committerDavid Lord <davidism@gmail.com>2020-02-28 08:00:07 -0800
commit930dd3d977fab589fc0d84cf8c1bcc789ed4d9a5 (patch)
tree9451a6bd96118ea5835c80e9f058f29b47089b5a
parentbe0e0b02f591d07cfb3e46fb33397f1d819a30c1 (diff)
downloadjinja-930dd3d977fab589fc0d84cf8c1bcc789ed4d9a5.tar.gz
Add link to template designer documentation
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.
-rw-r--r--docs/api.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/api.rst b/docs/api.rst
index ae6dcc0c..40f98491 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
------