Updated plugins documentation to include actual callable names of each plugin included.

This commit is contained in:
Trae Blain 2012-12-07 14:40:44 -06:00
commit b0ff693839

View file

@ -100,16 +100,16 @@ request if you need them!
List of plugins List of plugins
=============== ===============
The following plugins are currently included with Pelican under ``pelican.plugins``: The following plugins are currently included with Pelican:
* `Asset management`_ * `Asset management`_ ``pelican.plugins.assets``
* `GitHub activity`_ * `GitHub activity`_ ``pelican.plugins.github_activity``
* `Global license`_ * `Global license`_ ``pelican.plugins.global_license``
* `Gravatar`_ * `Gravatar`_ ``pelican.plugins.gravatar``
* `Gzip cache`_ * `Gzip cache`_ ``pelican.plugins.gzip_cache``
* `HTML tags for reStructuredText`_ * `HTML tags for reStructuredText`_ ``pelican.plugins.html_rst_directive``
* `Related posts`_ * `Related posts`_ ``pelican.plugins.related_posts``
* `Sitemap`_ * `Sitemap`_ ``pelican.plugins.sitemap``
Ideas for plugins that haven't been written yet: Ideas for plugins that haven't been written yet: