[PR #937] [MERGED] more refs! #1156

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/937
Author: @mdrxy
Created: 10/15/2025
Status: Merged
Merged: 10/15/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/more-10-15


📝 Commits (4)

📊 Changes

50 files changed (+536 additions, -166 deletions)

View changed files

📝 pipeline/preprocessors/handle_auto_links.py (+12 -2)
📝 pipeline/preprocessors/link_map.py (+64 -20)
📝 reference/python/README.md (+225 -0)
reference/python/docs/agents.md/index.md (+0 -3)
📝 reference/python/docs/index.md (+3 -1)
📝 reference/python/docs/langchain/embeddings.md (+1 -1)
📝 reference/python/docs/langchain/messages.md (+32 -0)
📝 reference/python/docs/langchain/middleware.md (+24 -0)
📝 reference/python/docs/langchain_core/language_models.md (+13 -0)
📝 reference/python/docs/langchain_core/runnables.md (+1 -0)
📝 reference/python/docs/langgraph/index.md (+3 -1)
📝 reference/python/mkdocs.yml (+6 -1)
📝 reference/python/pyproject.dev.toml (+1 -0)
📝 reference/python/pyproject.prod.toml (+1 -0)
📝 reference/python/pyproject.toml (+1 -0)
📝 reference/python/uv.lock (+32 -18)
📝 src/langsmith/human-in-the-loop-time-travel.mdx (+1 -1)
📝 src/langsmith/observability-studio.mdx (+1 -1)
📝 src/langsmith/streaming.mdx (+1 -1)
📝 src/oss/concepts/context.mdx (+3 -3)

...and 30 more files

📄 Description

updated x-ref parser to escape inner code backticks

begin x-reffing in main docs

dropped old refs site from link map


🔄 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/937 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/more-10-15` --- ### 📝 Commits (4) - [`4d7989c`](https://github.com/langchain-ai/docs/commit/4d7989cd91f1879e931ee7790d16a1d33d89a4fc) . - [`0fe90dd`](https://github.com/langchain-ai/docs/commit/0fe90dd5d339436afc2ae2104b553dd3e113ac01) . - [`32be9ce`](https://github.com/langchain-ai/docs/commit/32be9ce83dabe1b077f3396dbe52d4170810a06b) fix: enhance cross-reference link handling with optional backticks - [`7b50d16`](https://github.com/langchain-ai/docs/commit/7b50d1657f8e2af52b70de28d72bcd3599cc5870) . ### 📊 Changes **50 files changed** (+536 additions, -166 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/handle_auto_links.py` (+12 -2) 📝 `pipeline/preprocessors/link_map.py` (+64 -20) 📝 `reference/python/README.md` (+225 -0) ➖ `reference/python/docs/agents.md/index.md` (+0 -3) 📝 `reference/python/docs/index.md` (+3 -1) 📝 `reference/python/docs/langchain/embeddings.md` (+1 -1) 📝 `reference/python/docs/langchain/messages.md` (+32 -0) 📝 `reference/python/docs/langchain/middleware.md` (+24 -0) 📝 `reference/python/docs/langchain_core/language_models.md` (+13 -0) 📝 `reference/python/docs/langchain_core/runnables.md` (+1 -0) 📝 `reference/python/docs/langgraph/index.md` (+3 -1) 📝 `reference/python/mkdocs.yml` (+6 -1) 📝 `reference/python/pyproject.dev.toml` (+1 -0) 📝 `reference/python/pyproject.prod.toml` (+1 -0) 📝 `reference/python/pyproject.toml` (+1 -0) 📝 `reference/python/uv.lock` (+32 -18) 📝 `src/langsmith/human-in-the-loop-time-travel.mdx` (+1 -1) 📝 `src/langsmith/observability-studio.mdx` (+1 -1) 📝 `src/langsmith/streaming.mdx` (+1 -1) 📝 `src/oss/concepts/context.mdx` (+3 -3) _...and 30 more files_ </details> ### 📄 Description updated x-ref parser to escape inner code backticks begin x-reffing in main docs dropped old refs site from link map --- <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:50 -05:00
yindo closed this issue 2026-02-17 17:21:50 -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#1156