Skip to content

Commit 7225d75

Browse files
Revert title fields in reference API pages (#111)
Reverts the title changes from PR #95 while keeping the improved descriptions. The original short titles (dedupe, merge, rank, etc.) are more appropriate for the API reference section. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b89566c commit 7225d75

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/reference/DEDUPE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use LLMs to deduplicate a Pandas DataFrame
2+
title: dedupe
33
description: API reference for the EveryRow dedupe tool, which groups duplicate rows in a Python Pandas DataFrame using LLM-powered semantic matching.
44
---
55

docs/reference/MERGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use LLMs to Merge Datasets in Python
2+
title: merge
33
description: API reference for EveryRow merge tool, which left-joins two Python Pandas DataFrames using LLM-powered agents to resolve key mappings.
44
---
55

docs/reference/RANK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use LLM agents to sort any dataset by any criteria
2+
title: rank
33
description: API reference for the EveryRow rank tool, which sorts a DataFrame by a metric computed through web research agents.
44
---
55

docs/reference/RESEARCH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use LLM agents to add data to any dataset in Python
2+
title: agent_map
33
description: API reference for the EveryRow agent_map and single_agent tools, which run web research agents on entire DataFrames or single inputs.
44
---
55

docs/reference/SCREEN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use LLM agents to filter any dataset on any criteria
2+
title: screen
33
description: API reference for the EveryRow screen tool, which filters a DataFrame using natural language criteria evaluated by web research agents.
44
---
55

0 commit comments

Comments
 (0)