From b0ff693839be55e58ff141b08776587ed7d9bf5d Mon Sep 17 00:00:00 2001 From: Trae Blain Date: Fri, 7 Dec 2012 14:40:44 -0600 Subject: [PATCH] Updated plugins documentation to include actual callable names of each plugin included. --- docs/plugins.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 6555e647..105be574 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -100,16 +100,16 @@ request if you need them! List of plugins =============== -The following plugins are currently included with Pelican under ``pelican.plugins``: +The following plugins are currently included with Pelican: -* `Asset management`_ -* `GitHub activity`_ -* `Global license`_ -* `Gravatar`_ -* `Gzip cache`_ -* `HTML tags for reStructuredText`_ -* `Related posts`_ -* `Sitemap`_ +* `Asset management`_ ``pelican.plugins.assets`` +* `GitHub activity`_ ``pelican.plugins.github_activity`` +* `Global license`_ ``pelican.plugins.global_license`` +* `Gravatar`_ ``pelican.plugins.gravatar`` +* `Gzip cache`_ ``pelican.plugins.gzip_cache`` +* `HTML tags for reStructuredText`_ ``pelican.plugins.html_rst_directive`` +* `Related posts`_ ``pelican.plugins.related_posts`` +* `Sitemap`_ ``pelican.plugins.sitemap`` Ideas for plugins that haven't been written yet: