]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add link to template designer documentation 1161/head
authorldealmei <lkchic007@gmail.com>
Fri, 28 Feb 2020 15:29:26 +0000 (16:29 +0100)
committerDavid Lord <davidism@gmail.com>
Fri, 28 Feb 2020 16:00:07 +0000 (08:00 -0800)
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.

docs/api.rst

index ae6dcc0c66883916e15f5785f99bf9b970ca9211..40f9849135d828ab5139d73fc6b98e5d023579fc 100644 (file)
@@ -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
 ------