[PR #4249] [MERGED] Fix style nits on Grading rubrics page #4236

Closed
opened 2026-06-05 19:13:13 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4249
Author: @langsmith-fleet[bot]
Created: 6/1/2026
Status: Merged
Merged: 6/2/2026
Merged by: @npentrel

Base: mainHead: docs/fix-rubric-page-style-nits


📝 Commits (3)

📊 Changes

2 files changed (+29 additions, -27 deletions)

View changed files

📝 src/oss/deepagents/interpreters.mdx (+1 -0)
📝 src/oss/deepagents/rubric.mdx (+28 -27)

📄 Description

Fixes DOC-1188

Summary

  • Updated page title from "Grading Rubrics" to "Grade output with a rubric" (sentence case, active verb per style guide)
  • Moved RubricMiddleware beta <Note> callout to the top of the page (before intro paragraph)
  • Added Beta tag to the rubric page's sidebar nav entry in docs.json
  • Fixed all section headings from gerund/noun form to active verb form: "Configuration" → "Configure the middleware", "Observing iteration progress" → "Observe iteration progress", "Rubric persistence" → "Persist rubrics across invocations"
  • Moved example section to be the last section on the page
  • Fixed example heading: "grading a lipogram" → "grade a lipogram"
  • Fixed code block fence from python expand to python (removes invalid expand keyword)

Links

Verification

Not run; docs-only copy change.

Reviewers

Requested review from: @mdrxy, @npentrel


🔄 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/4249 **Author:** [@langsmith-fleet[bot]](https://github.com/apps/langsmith-fleet) **Created:** 6/1/2026 **Status:** ✅ Merged **Merged:** 6/2/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `docs/fix-rubric-page-style-nits` --- ### 📝 Commits (3) - [`23acb53`](https://github.com/langchain-ai/docs/commit/23acb5392daa251e8765e625e023eb1531bf12e3) Fix style nits on Grading rubrics page - [`88e5669`](https://github.com/langchain-ai/docs/commit/88e5669a99cfcf3e787bbd7b45166bbcc46fc54f) Apply suggestion from @npentrel - [`1dc09ba`](https://github.com/langchain-ai/docs/commit/1dc09ba4c46d75e39314c9f12b0edd15a9935379) fix ### 📊 Changes **2 files changed** (+29 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/interpreters.mdx` (+1 -0) 📝 `src/oss/deepagents/rubric.mdx` (+28 -27) </details> ### 📄 Description Fixes DOC-1188 ## Summary - Updated page title from "Grading Rubrics" to "Grade output with a rubric" (sentence case, active verb per style guide) - Moved `RubricMiddleware` beta `<Note>` callout to the top of the page (before intro paragraph) - Added `Beta` tag to the rubric page's sidebar nav entry in `docs.json` - Fixed all section headings from gerund/noun form to active verb form: "Configuration" → "Configure the middleware", "Observing iteration progress" → "Observe iteration progress", "Rubric persistence" → "Persist rubrics across invocations" - Moved example section to be the last section on the page - Fixed example heading: "grading a lipogram" → "grade a lipogram" - Fixed code block fence from `python expand` to `python` (removes invalid `expand` keyword) ## Links - Linear: https://linear.app/langchain/issue/DOC-1188/fix-style-nits-on-grading-rubrics-page-rubricmdx - Slack: https://langchain.slack.com/archives/C09G1T60QV9/p1780356039536149 ## Verification Not run; docs-only copy change. ## Reviewers Requested review from: @mdrxy, @npentrel --- <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-06-05 19:13:13 -04:00
yindo closed this issue 2026-06-05 19:13:13 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4236