Update tutorial authored by sph's avatar sph
# 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:
......
......