mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-03 06:19:59 -04:00
a more friendly name
This commit is contained in:
Vendored
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user