doc cleanup
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
c40941e741
commit
9065ff5623
@ -15,6 +15,7 @@ dev
|
|||||||
- Add ``__getitem__`` to
|
- Add ``__getitem__`` to
|
||||||
:class:`~stevedore.extension.ExtensionManager` for looking up
|
:class:`~stevedore.extension.ExtensionManager` for looking up
|
||||||
individual plugins by name (:issue:`15`).
|
individual plugins by name (:issue:`15`).
|
||||||
|
- Start working on the tutorial, :doc:`tutorial/index`.
|
||||||
|
|
||||||
0.8
|
0.8
|
||||||
|
|
||||||
|
@ -2,17 +2,16 @@
|
|||||||
Loading the Plugins
|
Loading the Plugins
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Load plugins using stevedore is as easy as creating them. There are
|
There are several different enabling and invocation patterns for
|
||||||
several different enabling and invocation patterns to choose from,
|
consumers of plugins, depending on your needs.
|
||||||
depending on your needs.
|
|
||||||
|
|
||||||
Loading Drivers
|
Loading Drivers
|
||||||
===============
|
===============
|
||||||
|
|
||||||
The most common way plugins are used is as individual drivers. There
|
The most common way plugins are used is as individual drivers. In this
|
||||||
may be many plugin options to choose from, but only one needs to be
|
case, there may be many plugin options to choose from, but only one
|
||||||
loaded and called. The :class:`~stevedore.driver.DriverManager` class
|
needs to be loaded and called. The
|
||||||
supports this pattern.
|
:class:`~stevedore.driver.DriverManager` class supports this pattern.
|
||||||
|
|
||||||
This example program uses a :class:`DriverManager` to load a formatter
|
This example program uses a :class:`DriverManager` to load a formatter
|
||||||
defined in the examples for stevedore. It then uses the formatter to
|
defined in the examples for stevedore. It then uses the formatter to
|
||||||
|
Loading…
Reference in New Issue
Block a user