aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/namespaces.rst
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixesVille Skyttä2017-05-111-1/+1
|
* - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-031-3/+3
| | | | | | | method, as this method has a specific internal use. The purpose of Context.kwargs has been clarified, in that it only delivers top level keyword arguments originally passed to template.render(). [ticket:219]
* - add static dependencies exampleMike Bayer2012-11-251-2/+128
|
* Uniformise documentation sections titles style:Vincent Férotin2012-05-141-10/+10
| | | | | use caps on words, undescoring characters match exact title length, only one empty line separates title with preceding section content.
* Add some `reStructuredText` (or `Sphinx` related) markups:Vincent Férotin2012-05-141-8/+8
| | | | | add more litterals, systematicaly use ``.. sourcecode::`` before code samples, add some ``:func:``, ``:class:`` and so on, fix some links, etc.
* Fix some various typos in documentation:Vincent Férotin2012-05-141-32/+32
| | | | | | fix misspelled words, remove line ending spaces, change ``-`` to ``--``, add some ``'`` between subject and 'to be' verb (e.g. "it's", "i'm"), add some ending dots to sentences, change some letters "capitalness", etc.
* - New tag: <%block>. A variant on <%def> thatMike Bayer2011-04-061-4/+4
| | | | | | | | | | | | | | | | evaluates its contents in-place. Can be named or anonymous, the named version is intended for inheritance layouts where any given section can be surrounded by the <%block> tag in order for it to become overrideable by inheriting templates, without the need to specify a top-level <%def> plus explicit call. Modified scoping and argument rules as well as a more strictly enforced usage scheme make it ideal for this purpose without at all replacing most other things that defs are still good for. Lots of new docs. [ticket:164]
* add docs for new classesMike Bayer2011-02-201-0/+8
|
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-20/+20
|
* - more cleanupMike Bayer2010-11-131-42/+0
| | | | | | - move Namespace docs inline to attributes on Namespace - document Cache methods, add to caching.rst - use functools.partial for partials, part of [ticket:156]
* looks goodMike Bayer2010-11-121-0/+382
|
* - initial sphinx buildout. only includes "usage" so far, needs more work.Mike Bayer2010-11-121-0/+1