Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Marc uses AI to help create the JavaScript mini-apps and solve issues like when

- Edit the `.rst` files under `content/` and the Sphinx config/templates under the repo root.
- Treat `_build/` as generated output. Do not edit it directly.
- Images (primarily in SVG format) referenced by the RST live in _images/
- Python code used to produce images (primarily in SVG format) lives in figure-generating-scripts/
- If you change a page, also check whether image assets, scripts, or config in `_static/`, `_images/`, `conf.py`, or `Makefile` need matching updates.

## How to build locally
Expand Down
Loading
Loading