mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add a link to a blog post explaining docutils Writers/Translators
This commit is contained in:
parent
cb11246754
commit
3cd2b24fc5
@ -28,6 +28,8 @@ except ImportError:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
Image = None
|
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):
|
class HTMLWriter(Writer):
|
||||||
def __init__(self, builder):
|
def __init__(self, builder):
|
||||||
|
Loading…
Reference in New Issue
Block a user