summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/writers/html.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/writers/html.py b/sphinx/writers/html.py
index d450b2c7..ba26628d 100644
--- a/sphinx/writers/html.py
+++ b/sphinx/writers/html.py
@@ -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):