Skip to content

Commit ed21f8d

Browse files
timsaucerclaude
andcommitted
docs: move ai-coding-assistants under user-guide/
The page was sitting at the top level of docs/source/ while every other page in the USER GUIDE toctree lives under docs/source/user-guide/. Move the file, update the toctree entry, and update the absolute URL in llms.txt to match the new path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d3054a1 commit ed21f8d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Example
7878
user-guide/configuration
7979
user-guide/sql
8080
user-guide/upgrade-guides
81-
ai-coding-assistants
81+
user-guide/ai-coding-assistants
8282

8383

8484
.. _toc.contributor_guide:

docs/source/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Agent Guide
66

77
- [SKILL.md (agent skill, raw)](https://raw.githubusercontent.com/apache/datafusion-python/main/SKILL.md): idiomatic DataFrame API patterns, SQL-to-DataFrame mappings, common pitfalls, and the full `functions` catalog. Primary source of truth for writing datafusion-python code.
8-
- [Using DataFusion with AI coding assistants](https://datafusion.apache.org/python/ai-coding-assistants.html): human-readable guide for installing the skill and manual setup pointers.
8+
- [Using DataFusion with AI coding assistants](https://datafusion.apache.org/python/user-guide/ai-coding-assistants.html): human-readable guide for installing the skill and manual setup pointers.
99

1010
## User Guide
1111

File renamed without changes.

0 commit comments

Comments
 (0)