docs: Remove AI coding agent skills references#254
Merged
Conversation
This commit removes references to AI coding agent skills from the documentation to simplify the user-facing content. The skills table in install.md has been completely removed, and the skills list in modular_env.rst has been reduced to only include task environment and functor creation skills. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to simplify user-facing documentation by removing/reducing references to AI coding agent “skills”, primarily in the quick-start install guide and one tutorial.
Changes:
- Removed the “Using an AI Coding Agent” section from
docs/source/quick_start/install.md. - Reduced the AI-coding-agent skills list in
docs/source/tutorial/modular_env.rstto only/add-task-envand/add-functor.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/source/quick_start/install.md | Deletes the AI coding agent skills section from the installation quick start. |
| docs/source/tutorial/modular_env.rst | Trims the AI coding agent skills list to two entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
63
to
67
| If the installation is successful, you will see a simulation window with a rendered scene. To run without a display: | ||
|
|
||
| ```bash | ||
| python scripts/tutorials/sim/create_scene.py --headless | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR removes references to AI coding agent skills from the documentation to simplify the user-facing content.
The following changes are made:
docs/source/quick_start/install.mddocs/source/tutorial/modular_env.rstto only include/add-task-envand/add-functorType of change
Screenshots
N/A
Checklist
black .command to format the code base. (N/A - documentation only)🤖 Generated with Claude Code