mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
sort api classes (#9710)
This commit is contained in:
parent
dacf96895a
commit
22b6549a34
@ -228,7 +228,7 @@ Classes
|
|||||||
:toctree: {module}
|
:toctree: {module}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
for class_ in classes:
|
for class_ in sorted(classes, key=lambda c: c["qualified_name"]):
|
||||||
if not class_["is_public"]:
|
if not class_["is_public"]:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user