summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-17 19:11:26 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-17 19:11:26 -0600
commitf7b7fa5553fa216caea67ba8a952ce71f29863db (patch)
tree4c3b02ece7f5f3a1a49bede8c994a2f8be46f9c6 /ipalib/__init__.py
parent1be301821e7596d2db7e5b8e81d75ae1c6dab7f1 (diff)
downloadfreeipa-f7b7fa5553fa216caea67ba8a952ce71f29863db.tar.gz
freeipa-f7b7fa5553fa216caea67ba8a952ce71f29863db.tar.xz
freeipa-f7b7fa5553fa216caea67ba8a952ce71f29863db.zip
Cleaned up ipalib package-level docstring, removed broken cross-referce to
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 46edb822e..92544e104 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -22,13 +22,11 @@ Package containing core library.
To learn about the ``ipalib`` library, you should read the code in this order:
- 1. Learn about the plugin framework in `ipalib.plugable`
+ 1. Get the big picture from some actual plugins, like `plugins.f_user`.
- 2. Learn about the frontend plugins in `ipalib.frontend`
+ 2. Learn about the base classes for frontend plugins in `frontend`.
- 3. Learn about the backend plugins in `ipalib.backend`
-
- 4. Look at some example plugins in `ipalib.plugins.example`
+ 3. Learn about the core plugin framework in `plugable`.
Here is a short console example on using the plugable API: