From 2065b3d7ef2d402d80315b8d14061cea56094f94 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Mon, 29 Apr 2013 17:55:37 +0200 Subject: [PATCH] [#534] Fix ckan.plugins docs It's a list of plugins, not a list of extensions --- doc/configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index d0679b07253..ba453bba07c 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -490,11 +490,11 @@ Example:: ckan.plugins = disqus datapreview googleanalytics follower -Specify which CKAN extensions are to be enabled. +Specify which CKAN plugins are to be enabled. -.. warning:: If you specify an extension but have not installed the code, CKAN will not start. +.. warning:: If you specify a plugin but have not installed the code, CKAN will not start. -Format as a space-separated list of the extension names. The extension name is the key in the [ckan.plugins] section of the extension's ``setup.py``. For more information on extensions, see :doc:`extensions`. +Format as a space-separated list of the plugin names. The plugin name is the key in the ``[ckan.plugins]`` section of the extension's ``setup.py``. For more information on plugins and extensions, see :doc:`extensions`. .. _ckan.datastore.enabled: