Improved configuration support.

This commit is contained in:
Armin Ronacher 2010-05-18 02:36:50 +02:00
parent e84140aba2
commit c4cac0abc1
3 changed files with 124 additions and 10 deletions

View file

@ -278,3 +278,8 @@ Template Rendering
.. autofunction:: render_template_string
.. autofunction:: get_template_attribute
Configuration
-------------
.. autoclass:: Config