From: Jason Kirtland Date: Sun, 5 Aug 2007 19:40:52 +0000 (+0000) Subject: a more friendly name X-Git-Tag: rel_0_4beta1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de4fec5c4ce03aa413e7ec2d710da9e254535ed;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git a more friendly name --- diff --git a/doc/build/gen_docstrings.py b/doc/build/gen_docstrings.py index 8c43126cb8..b917469d90 100644 --- a/doc/build/gen_docstrings.py +++ b/doc/build/gen_docstrings.py @@ -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: