This project is archived. Its data is
read-only
.
Changes
Page history
Update tutorial
authored
Aug 09, 2017
by
sph
Show whitespace changes
Inline
Side-by-side
plugins/tutorial.md
View page @
8a977850
# Tutorial for writing plug-ins
*Note*
: This documentation is still for release 2.0.0.
In the simplest case you inherit the appropriate interface class from
``owscaling/plugins.py``
and override the following properties/methods in your plug-in:
...
...
...
...