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
This commit is contained in:
Brecht Machiels
2017-04-14 11:01:09 +02:00
parent 9f6da45fe5
commit 3dd256fe7d
4 changed files with 24 additions and 17 deletions

View File

@@ -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