finish first draft of documentation
This commit is contained in:
parent
2e7e0ab61e
commit
7ebec93a95
@ -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`
|
||||
|
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user