[PR #733] [MERGED] docs: small cleanup #1642

Closed
opened 2026-02-20 17:45:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/733
Author: @vbarda
Created: 6/20/2024
Status: Merged
Merged: 6/20/2024
Merged by: @vbarda

Base: mainHead: vb/small-docs-cleanup


📝 Commits (8)

📊 Changes

29 files changed (+137 additions, -142 deletions)

View changed files

📝 docs/docs/how-tos/index.md (+21 -24)
📝 docs/docs/tutorials/index.md (+24 -32)
📝 docs/mkdocs.yml (+55 -57)
📝 examples/async.ipynb (+1 -1)
📝 examples/branching.ipynb (+1 -1)
📝 examples/chatbots/information-gather-prompting.ipynb (+1 -1)
📝 examples/configuration.ipynb (+1 -1)
📝 examples/dynamically-returning-directly.ipynb (+1 -1)
📝 examples/extraction/retries.ipynb (+1 -1)
📝 examples/force-calling-a-tool-first.ipynb (+1 -1)
📝 examples/human-in-the-loop.ipynb (+2 -2)
📝 examples/managing-agent-steps.ipynb (+1 -1)
📝 examples/map-reduce.ipynb (+1 -1)
📝 examples/pass-run-time-values-to-tools.ipynb (+1 -1)
📝 examples/persistence.ipynb (+9 -1)
📝 examples/rag/langgraph_adaptive_rag_local.ipynb (+1 -1)
📝 examples/rag/langgraph_agentic_rag.ipynb (+1 -1)
📝 examples/rag/langgraph_crag_local.ipynb (+1 -1)
📝 examples/rag/langgraph_self_rag.ipynb (+1 -1)
📝 examples/rag/langgraph_self_rag_local.ipynb (+1 -1)

...and 9 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/langgraph/pull/733 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/small-docs-cleanup` --- ### 📝 Commits (8) - [`d8f3b6c`](https://github.com/langchain-ai/langgraph/commit/d8f3b6c89c19aed4f5981df9598129e455dec9f7) langgraph docs: cleanup - [`f792a96`](https://github.com/langchain-ai/langgraph/commit/f792a96d7df1d13df04b94356d3fcd61b1f38e3b) Merge branch 'main' into vb/small-docs-cleanup - [`02309f9`](https://github.com/langchain-ai/langgraph/commit/02309f9482280b9018df8cb05465367165de7d50) more edits - [`1ac15ff`](https://github.com/langchain-ai/langgraph/commit/1ac15fff60fa9833d17a2b5610ea6e86e3b31ee7) Merge branch 'main' into vb/small-docs-cleanup - [`7d08830`](https://github.com/langchain-ai/langgraph/commit/7d088300b7bdbd5f7cd0522e4c9ce555c4cd3662) small update - [`8d2e25e`](https://github.com/langchain-ai/langgraph/commit/8d2e25ecb5dcf2ba9c512adc6c26c2fa563d6030) update hierarchy + few small changes - [`6db00ea`](https://github.com/langchain-ai/langgraph/commit/6db00eaf4ee57ff906b5cdd9db657944050a3bdb) spellcheck - [`f3e67c3`](https://github.com/langchain-ai/langgraph/commit/f3e67c3a924dbef03804c65caca48af5535d145f) move sql ### 📊 Changes **29 files changed** (+137 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/index.md` (+21 -24) 📝 `docs/docs/tutorials/index.md` (+24 -32) 📝 `docs/mkdocs.yml` (+55 -57) 📝 `examples/async.ipynb` (+1 -1) 📝 `examples/branching.ipynb` (+1 -1) 📝 `examples/chatbots/information-gather-prompting.ipynb` (+1 -1) 📝 `examples/configuration.ipynb` (+1 -1) 📝 `examples/dynamically-returning-directly.ipynb` (+1 -1) 📝 `examples/extraction/retries.ipynb` (+1 -1) 📝 `examples/force-calling-a-tool-first.ipynb` (+1 -1) 📝 `examples/human-in-the-loop.ipynb` (+2 -2) 📝 `examples/managing-agent-steps.ipynb` (+1 -1) 📝 `examples/map-reduce.ipynb` (+1 -1) 📝 `examples/pass-run-time-values-to-tools.ipynb` (+1 -1) 📝 `examples/persistence.ipynb` (+9 -1) 📝 `examples/rag/langgraph_adaptive_rag_local.ipynb` (+1 -1) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+1 -1) 📝 `examples/rag/langgraph_crag_local.ipynb` (+1 -1) 📝 `examples/rag/langgraph_self_rag.ipynb` (+1 -1) 📝 `examples/rag/langgraph_self_rag_local.ipynb` (+1 -1) _...and 9 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-20 17:45:13 -05:00
yindo closed this issue 2026-02-20 17:45:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1642