diff options
author | Jason Kirtland <jek@discorporate.us> | 2007-08-05 19:40:52 +0000 |
---|---|---|
committer | Jason Kirtland <jek@discorporate.us> | 2007-08-05 19:40:52 +0000 |
commit | 6de4fec5c4ce03aa413e7ec2d710da9e254535ed (patch) | |
tree | de2556074eea0c8843fdbcf1cfa93f519b1f964f /doc/build/gen_docstrings.py | |
parent | a4efa31dc029350ddb70637d8c5326df2e02a815 (diff) | |
download | sqlalchemy-6de4fec5c4ce03aa413e7ec2d710da9e254535ed.tar.gz |
a more friendly name
Diffstat (limited to 'doc/build/gen_docstrings.py')
-rw-r--r-- | doc/build/gen_docstrings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/gen_docstrings.py b/doc/build/gen_docstrings.py index 8c43126cb..b917469d9 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: |