Moved templatetag docs into the respective modules and fleshed them out. Centralized...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 13 May 2011 17:22:11 +0000 (13:22 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 13 May 2011 17:22:11 +0000 (13:22 -0400)
commit46997a51ed0ceb16ddbac712fbcb552a86cdc9e2
tree394dbc33863a72401d6a4153a2b8f83912cd5163
parentac6ebd8b38a46afb0b249574be71a276f95b6efa
Moved templatetag docs into the respective modules and fleshed them out. Centralized adding of template tags to builtins. Added __all__ declarations to philo.models.*. Added a bit of documentation to Page.render_to_string about context variables.
12 files changed:
docs/models/entities.rst
docs/templatetags.rst
philo/models/__init__.py
philo/models/base.py
philo/models/collections.py
philo/models/nodes.py
philo/models/pages.py
philo/templatetags/collections.py
philo/templatetags/containers.py
philo/templatetags/embed.py
philo/templatetags/include_string.py
philo/templatetags/nodes.py