a more friendly name

This commit is contained in:
Jason Kirtland
2007-08-05 19:40:52 +00:00
parent a4efa31dc0
commit 6de4fec5c4
+1 -1
View File
@@ -53,7 +53,7 @@ def make_all_docs():
def create_docstring_toc(data, root):
"""given a docstring.AbstractDoc structure, create new TOCElement nodes corresponding
to the elements and cross-reference them back to the doc structure."""
root = TOCElement("docstrings", name="docstrings", description="Generated Documentation", parent=root, requires_paged=True)
root = TOCElement("docstrings", name="docstrings", description="API Documentation", parent=root, requires_paged=True)
files = []
def create_obj_toc(obj, toc):
if obj.isclass: