Added directives and autodocumenters for template tags and filters in a custom extens...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 18 May 2011 21:15:31 +0000 (17:15 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 18 May 2011 21:15:31 +0000 (17:15 -0400)
commit0959d38b27c03863ec376839dcc6d896d04e36ea
tree7f59b3d33288fd63f02b5419950705008bef98f1
parent1324f9b1e4d57c5ab50bc264507f7adc3207eb99
Added directives and autodocumenters for template tags and filters in a custom extension. Switched previous template tag/filter docs to use the new directives. Renamed NavigationManager.get_queryset method to the correct get_query_set. Documented shipherd.
15 files changed:
docs/_ext/djangodocs.py
docs/_ext/philodocs.py [new file with mode: 0644]
docs/conf.py
docs/contrib/penfield.rst
docs/contrib/shipherd.rst
docs/index.rst
docs/templatetags.rst
philo/contrib/penfield/templatetags/penfield.py
philo/contrib/shipherd/models.py
philo/contrib/shipherd/templatetags/shipherd.py
philo/templatetags/collections.py
philo/templatetags/containers.py
philo/templatetags/embed.py
philo/templatetags/include_string.py
philo/templatetags/nodes.py