Add documentation to the undocumented builder methods.

This commit is contained in:
Eric Holscher 2013-07-02 22:58:34 -07:00
parent 3cd2b24fc5
commit ec494bec07

View File

@ -385,9 +385,11 @@ class Builder(object):
t.join()
def prepare_writing(self, docnames):
"""A place where you can add logic before :meth:`write_doc` is run"""
raise NotImplementedError
def write_doc(self, docname, doctree):
"""Where you actually write something to the filesystem."""
raise NotImplementedError
def write_doc_serialized(self, docname, doctree):