finish first draft of documentation

This commit is contained in:
Doug Hellmann 2012-07-22 17:01:27 -04:00
parent 2e7e0ab61e
commit 7ebec93a95
2 changed files with 20 additions and 0 deletions

View File

@ -45,6 +45,10 @@ Examples of explicitly enabled extensions include:
.. _Django apps: https://docs.djangoproject.com/en/dev/intro/tutorial01/
.. seealso::
:class:`stevedore.named.NamedExtensionManager`
Self-Enabled
============
@ -63,3 +67,7 @@ Examples of self-enabled extensions include:
.. _anydbm: http://docs.python.org/library/anydbm.html
.. _PIL: http://www.pythonware.com/products/pil/
.. seealso::
:class:`stevedore.enabled.EnabledExtensionManager`

View File

@ -45,6 +45,10 @@ Examples of the *drivers* pattern include:
.. _libcloud: http://libcloud.apache.org/
.. seealso::
:class:`stevedore.driver.DriverManager`
Hooks -- Single Name, Many Entry Points
=======================================
@ -77,6 +81,10 @@ Examples of the *hooks* pattern include:
.. _mode hook functions: http://www.gnu.org/software/emacs/manual/html_node/emacs/Hooks.html
.. seealso::
:class:`stevedore.hook.HookManager`
Extensions -- Many Names, Many Entry Points
===========================================
@ -110,3 +118,7 @@ Examples of the *extensions* pattern include:
.. _Sphinx extensions: http://sphinx.pocoo.org/extensions.html
.. _Django apps: https://docs.djangoproject.com/en/dev/intro/tutorial01/
.. seealso::
:class:`stevedore.extension.ExtensionManager`