From c575c28515462cd8ff9ab2c54401935c6605ebae Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Thu, 9 Oct 2014 00:57:01 +0900 Subject: fix documentation for websupport. --- doc/web/quickstart.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/web/quickstart.rst b/doc/web/quickstart.rst index eab19195..996942db 100644 --- a/doc/web/quickstart.rst +++ b/doc/web/quickstart.rst @@ -57,7 +57,7 @@ This will return a dictionary containing the following items: * **relbar**: A div containing links to related documents * **title**: The title of the document * **css**: Links to CSS files used by Sphinx -* **js**: JavaScript containing comment options +* **script**: JavaScript containing comment options This dict can then be used as context for templates. The goal is to be easy to integrate with your existing templating system. An example using `Jinja2 @@ -77,9 +77,9 @@ integrate with your existing templating system. An example using `Jinja2 {% endblock %} - {%- block js %} + {%- block script %} {{ super() }} - {{ document.js|safe }} + {{ document.script|safe }} {%- endblock %} {%- block relbar %} -- cgit v1.2.1