From 5d3f8343852ca9c7fefe913f2f1ef1b6d936ab19 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sat, 12 Jul 2014 09:41:34 -0700 Subject: [PATCH] including ImageMorph autodoc --- docs/PIL.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/PIL.rst b/docs/PIL.rst index 0a6ccd62a..3b4706511 100644 --- a/docs/PIL.rst +++ b/docs/PIL.rst @@ -78,6 +78,14 @@ can be found here. :undoc-members: :show-inheritance: +:mod:`ImageMorph` Module +------------------------ + +.. automodule:: PIL.ImageMorph + :members: + :undoc-members: + :show-inheritance: + :mod:`ImageShow` Module -----------------------