From 19bff77694514f3b47984c4cea9cc80bde395ab8 Mon Sep 17 00:00:00 2001 From: Toby Date: Mon, 14 May 2012 17:55:47 +0100 Subject: [PATCH] [doc] minor fixes --- ckan/plugins/core.py | 2 +- doc/writing-extensions.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ckan/plugins/core.py b/ckan/plugins/core.py index 55914987462..d970de24ef2 100644 --- a/ckan/plugins/core.py +++ b/ckan/plugins/core.py @@ -1,5 +1,5 @@ """ -Provides plugin services to the CKAN +Provides plugin services to CKAN """ import logging diff --git a/doc/writing-extensions.rst b/doc/writing-extensions.rst index fc682b94a22..e310d9ef222 100644 --- a/doc/writing-extensions.rst +++ b/doc/writing-extensions.rst @@ -103,7 +103,7 @@ architecture. We'll look at this in the next section. Plugins Interface: An Overview --------------------- +------------------------------ Plugin interfaces provide a specification which extensions can implement in order to "hook into" core CKAN functionality. @@ -320,7 +320,7 @@ ckan.plugins.interfaces :members: Creating a new Plugin Interface --------------------------- +------------------------------- .. Warning :: New Plugin Interfaces need to be added to the core CKAN application.