mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-21 10:26:57 +00:00
docs: put standard-tests
before other packages (#32424)
- **Description:** Moving `standard-tests` to main ordered section - **Issue:** #32395 --------- Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
parent
5597b277c5
commit
9a7e66be60
@ -545,7 +545,14 @@ def _build_index(dirs: List[str]) -> None:
|
|||||||
"ai21": "AI21",
|
"ai21": "AI21",
|
||||||
"ibm": "IBM",
|
"ibm": "IBM",
|
||||||
}
|
}
|
||||||
ordered = ["core", "langchain", "text-splitters", "community", "experimental"]
|
ordered = [
|
||||||
|
"core",
|
||||||
|
"langchain",
|
||||||
|
"text-splitters",
|
||||||
|
"community",
|
||||||
|
"experimental",
|
||||||
|
"standard-tests",
|
||||||
|
]
|
||||||
main_ = [dir_ for dir_ in ordered if dir_ in dirs]
|
main_ = [dir_ for dir_ in ordered if dir_ in dirs]
|
||||||
integrations = sorted(dir_ for dir_ in dirs if dir_ not in main_)
|
integrations = sorted(dir_ for dir_ in dirs if dir_ not in main_)
|
||||||
doc = """# LangChain Python API Reference
|
doc = """# LangChain Python API Reference
|
||||||
|
Loading…
Reference in New Issue
Block a user