From a3dc04ade4c8b640a881519144f009b70c6e4cfd Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 14 Aug 2008 09:01:02 +0000 Subject: 157: More docstring cleanup; fixed remaining epydoc warnings --- ipalib/__init__.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index ddce3ac9..309bd2e2 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -18,5 +18,14 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -IPA library. +The IPA Library. + +To learn about the library, you should probably read the code in this order: + + 1. Start with the `ipalib.plugable` module + + 2. Then read the `ipalib.public` module + +Some of the plugin architecture was inspired by ``bzr``, so you might also +read http://bazaar-vcs.org/WritingPlugins """ -- cgit