Added docs for the db template loader and skeleton docs for templatetags. Updated...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 12 May 2011 20:54:47 +0000 (16:54 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 12 May 2011 20:54:47 +0000 (16:54 -0400)
commitac6ebd8b38a46afb0b249574be71a276f95b6efa
tree78391ccd4f1e26216c9a825bba1faa6f37dd9613
parent8318347602085438ff700b9c1d6b83f351deccd7
Added docs for the db template loader and skeleton docs for templatetags.  Updated template tag references to actually point to templatetags. Made some minor improvements to references.
13 files changed:
docs/conf.py
docs/index.rst
docs/loaders.rst [new file with mode: 0644]
docs/models/entities.rst
docs/models/nodes-and-views.rst
docs/templatetags.rst [new file with mode: 0644]
philo/loaders/database.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