Commit e92950ab by Timothée Peignier

update javascript templates docs

parent 9aa44e53
...@@ -92,7 +92,6 @@ pygments_style = 'sphinx' ...@@ -92,7 +92,6 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
html_theme = 'default' html_theme = 'default'
html_style = 'rtd.css'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
......
...@@ -37,11 +37,9 @@ Configuration ...@@ -37,11 +37,9 @@ Configuration
Template function Template function
................. .................
By default, it use `underscore <http://documentcloud.github.com/underscore/>`_ By default, Pipeline uses a variant of `Micro Templating <http://ejohn.org/blog/javascript-micro-templating/>`_ to compile the templates, but you can choose your preferred JavaScript templating engine by changing ``PIPELINE_TEMPLATE_FUNC`` ::
template function, but without providing it. You can specify your own template
function via ``PIPELINE_TEMPLATE_FUNC`` ::
PIPELINE_TEMPLATE_FUNC = 'new Template' PIPELINE_TEMPLATE_FUNC = 'template'
Template namespace Template namespace
.................. ..................
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment