[PR #701] [MERGED] WIP: init consolidate python ref #937

Closed
opened 2026-02-17 17:21:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/701
Author: @mdrxy
Created: 9/30/2025
Status: Merged
Merged: 10/1/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/unified-python-reference


📝 Commits (10+)

📊 Changes

54 files changed (+5277 additions, -144 deletions)

View changed files

📝 reference/.gitignore (+1 -0)
reference/python/.gitignore (+2 -0)
📝 reference/python/Makefile (+28 -2)
📝 reference/python/README.md (+51 -3)
reference/python/__init__.py (+0 -1)
reference/python/__main__.py (+0 -14)
reference/python/build.py (+0 -105)
reference/python/docs/index.md (+18 -0)
reference/python/docs/integrations/index.md (+3 -0)
reference/python/docs/integrations/langchain-anthropic.md (+0 -0)
reference/python/docs/integrations/langchain-aws.md (+0 -0)
reference/python/docs/integrations/langchain-google.md (+0 -0)
reference/python/docs/integrations/langchain-openai.md (+1 -0)
reference/python/docs/integrations/langchain-tests.md (+3 -0)
reference/python/docs/javascripts/shortcuts.js (+1 -0)
reference/python/docs/langchain/agents.md (+3 -0)
reference/python/docs/langchain/core.md (+35 -0)
reference/python/docs/langchain/embeddings.md (+3 -0)
reference/python/docs/langchain/index.md (+3 -0)
reference/python/docs/langchain/models.md (+3 -0)

...and 34 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/701 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 10/1/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/unified-python-reference` --- ### 📝 Commits (10+) - [`9c6d4ef`](https://github.com/langchain-ai/docs/commit/9c6d4ef285e6a611eb95f076348f2b45fe56b297) init - [`d437fda`](https://github.com/langchain-ai/docs/commit/d437fda2163dab6efb239ecff5b9543c48ae236d) . - [`00b74da`](https://github.com/langchain-ai/docs/commit/00b74dacf0b2107a02d6f5aa48d8289f1d190130) . - [`2154bbf`](https://github.com/langchain-ai/docs/commit/2154bbf1baf5227e7d5d0479c00303470e29928a) . - [`4f02418`](https://github.com/langchain-ai/docs/commit/4f0241838b5c41ee59e8e0c122a6fac19903e86a) . - [`36c528b`](https://github.com/langchain-ai/docs/commit/36c528bac54df8ca9d91e04723846a2be6d00fbd) . - [`b0a6a22`](https://github.com/langchain-ai/docs/commit/b0a6a22be15f1c84fba04118aaebdd842c77dbdb) . - [`78a5274`](https://github.com/langchain-ai/docs/commit/78a5274e668c330a7556ec9e50839a19673389a0) . - [`ac46f4d`](https://github.com/langchain-ai/docs/commit/ac46f4d17b617f98309da85225b504afbb451b8a) . - [`7b83eff`](https://github.com/langchain-ai/docs/commit/7b83effeac5fada074bb920160a6ad25c1bc5359) reorg file struct ### 📊 Changes **54 files changed** (+5277 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `reference/.gitignore` (+1 -0) ➕ `reference/python/.gitignore` (+2 -0) 📝 `reference/python/Makefile` (+28 -2) 📝 `reference/python/README.md` (+51 -3) ➖ `reference/python/__init__.py` (+0 -1) ➖ `reference/python/__main__.py` (+0 -14) ➖ `reference/python/build.py` (+0 -105) ➕ `reference/python/docs/index.md` (+18 -0) ➕ `reference/python/docs/integrations/index.md` (+3 -0) ➕ `reference/python/docs/integrations/langchain-anthropic.md` (+0 -0) ➕ `reference/python/docs/integrations/langchain-aws.md` (+0 -0) ➕ `reference/python/docs/integrations/langchain-google.md` (+0 -0) ➕ `reference/python/docs/integrations/langchain-openai.md` (+1 -0) ➕ `reference/python/docs/integrations/langchain-tests.md` (+3 -0) ➕ `reference/python/docs/javascripts/shortcuts.js` (+1 -0) ➕ `reference/python/docs/langchain/agents.md` (+3 -0) ➕ `reference/python/docs/langchain/core.md` (+35 -0) ➕ `reference/python/docs/langchain/embeddings.md` (+3 -0) ➕ `reference/python/docs/langchain/index.md` (+3 -0) ➕ `reference/python/docs/langchain/models.md` (+3 -0) _...and 34 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:25 -05:00
yindo closed this issue 2026-02-17 17:21:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#937