Add a link to a blog post explaining docutils Writers/Translators

This commit is contained in:
Eric Holscher 2013-07-02 22:54:32 -07:00
parent cb11246754
commit 3cd2b24fc5

View File

@ -28,6 +28,8 @@ except ImportError:
except ImportError:
Image = None
# A good overview of the purpose behind these classes can be found here:
# http://www.arnebrodowski.de/blog/write-your-own-restructuredtext-writer.html
class HTMLWriter(Writer):
def __init__(self, builder):