diff options
| author | Brecht Machiels <brecht@mos6581.org> | 2017-04-14 11:01:09 +0200 |
|---|---|---|
| committer | Brecht Machiels <brecht@mos6581.org> | 2017-04-14 11:01:09 +0200 |
| commit | 3dd256fe7dfe15ee4e10929bdcf494c665d26768 (patch) | |
| tree | eaf516b2b1c29dc120d04b2cb5a21d22fa50cd6e /doc/extdev/builderapi.rst | |
| parent | 9f6da45fe59e02347d556e042504eeefbe304ba4 (diff) | |
| download | sphinx-git-3dd256fe7dfe15ee4e10929bdcf494c665d26768.tar.gz | |
Do not include the builder class in the entry point
- use the entry point to load the extension module in the usual way
- update the documentation to reflect this change
Diffstat (limited to 'doc/extdev/builderapi.rst')
| -rw-r--r-- | doc/extdev/builderapi.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/extdev/builderapi.rst b/doc/extdev/builderapi.rst index cd8688a36..668f46698 100644 --- a/doc/extdev/builderapi.rst +++ b/doc/extdev/builderapi.rst @@ -11,6 +11,12 @@ Builder API This is the base class for all builders. + These attributes should be set on builder classes: + + .. autoattribute:: name + .. autoattribute:: format + .. autoattribute:: supported_image_types + These methods are predefined and will be called from the application: .. automethod:: get_relative_uri |
