diff options
author | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
commit | 630791c42c29c68a3cee4d722152886d70ddeff5 (patch) | |
tree | 8a31a3695744a106791724453db559985f874c8e /sphinx/writers/websupport.py | |
parent | 2e47414658555310a677f662a98711a013c15f2f (diff) | |
download | sphinx-git-630791c42c29c68a3cee4d722152886d70ddeff5.tar.gz |
Docstring harmonization.
Diffstat (limited to 'sphinx/writers/websupport.py')
-rw-r--r-- | sphinx/writers/websupport.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/writers/websupport.py b/sphinx/writers/websupport.py index 30e8c4dc8..bb80fb7ee 100644 --- a/sphinx/writers/websupport.py +++ b/sphinx/writers/websupport.py @@ -3,7 +3,7 @@ sphinx.writers.websupport ~~~~~~~~~~~~~~~~~~~~~~~~~ - docutils writers handling Sphinx' custom nodes. + sphinx.websupport writer that adds comment-related annotations. :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. @@ -12,6 +12,7 @@ from sphinx.writers.html import HTMLTranslator from sphinx.util.websupport import is_commentable + class WebSupportTranslator(HTMLTranslator): """ Our custom HTML translator. |