[PR #101] [MERGED] docs: handle some edge cases and add error messages #415

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/101
Author: @eyurtsev
Created: 8/2/2025
Status: Merged
Merged: 8/2/2025
Merged by: @eyurtsev

Base: mainHead: eugene/fix_parser


📝 Commits (2)

📊 Changes

5 files changed (+355 additions, -58 deletions)

View changed files

📝 pipeline/cli.py (+83 -50)
📝 pipeline/preprocessors/link_map.py (+0 -2)
📝 pipeline/tools/parser.py (+122 -6)
📝 tests/unit_tests/test_lexer.py (+33 -0)
📝 tests/unit_tests/test_parser.py (+117 -0)

📄 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/101 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 8/2/2025 **Status:** ✅ Merged **Merged:** 8/2/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/fix_parser` --- ### 📝 Commits (2) - [`c91b7f6`](https://github.com/langchain-ai/docs/commit/c91b7f6fd284928461ab95bcdb6e5109f8460ecd) x - [`e3204be`](https://github.com/langchain-ai/docs/commit/e3204bec09d1d38b3f611430319af19bae58ad65) x ### 📊 Changes **5 files changed** (+355 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/cli.py` (+83 -50) 📝 `pipeline/preprocessors/link_map.py` (+0 -2) 📝 `pipeline/tools/parser.py` (+122 -6) 📝 `tests/unit_tests/test_lexer.py` (+33 -0) 📝 `tests/unit_tests/test_parser.py` (+117 -0) </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:20:19 -05:00
yindo closed this issue 2026-02-17 17:20:19 -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#415