]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
a more friendly name
authorJason Kirtland <jek@discorporate.us>
Sun, 5 Aug 2007 19:40:52 +0000 (19:40 +0000)
committerJason Kirtland <jek@discorporate.us>
Sun, 5 Aug 2007 19:40:52 +0000 (19:40 +0000)
doc/build/gen_docstrings.py

index 8c43126cb8f8ff948b54430e61ccd208c75ad5af..b917469d904a39ccafc96acb64c00bdefd177107 100644 (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: