5 Commits

Author SHA1 Message Date
Scott Main c10aa88b37 [docs] Update links to MAX documentation
All docs moved from docs.modular.com to max.modular.com

MODULAR_ORIG_COMMIT_REV_ID: 34f1c8c3101e20dd4ad347f703ca036f17d3be9d
2026-08-18 14:42:01 +00:00
Alex Trotta da12618f32 [lint] Bump ruff to 0.16.3
This is a large jump, about 10 months. There are enough changes that I'm
disabling all of the new lints.

One notable feature is that ruff now formats Python within .md files, I
had to correct a few sections that were actually Bazel.

This makes some changes to the wrapper to respect .md files, and to fix
errors being swallowed. We no longer use `--quiet` and instead filter
the output ourselves.

MODULAR_ORIG_COMMIT_REV_ID: 682865af1c774db9426438626d45425c2191239d
2026-08-15 06:28:30 +00:00
Scott Main fef4752144 [docs] Refactor MAX docs, remove /max path in build output
The website is now just MAX docs, so this path is redundant. Also
reorganize a bit to better reflect the latest framework information
architecture:
- Move `deploy/` into `serve/`
- Move `inference/` into `serve/`
- Move `graph/` into `develop/`

This doesn’t move the source files to remove the `/max` path in the
repo, but instead changes the build configuration to strip the `/max`
prefix when generating the docs build. This makes the change a lot more
simple and primarily requires updating a lot of links.

We can come back later to delete the `/max` path in the source, but it’s
not urgent.

MODULAR_ORIG_COMMIT_REV_ID: 2d37611db386612ef73f98848caa7af8a63f1d0b
2026-07-30 15:20:02 +00:00
Patrick Rachford 2eef046268 [Docs] Add PrintHook and debugging docs to debug-model skill
Document max.nn.hooks.PrintHook as a quick-inspection option in the
debug-model skill and link the MAX debugging tools.

MODULAR_ORIG_COMMIT_REV_ID: 86be3c28a91fe06286d372baf909c7d48b7c47cc
2026-06-18 07:50:19 +00:00
Patrick Rachford 27608f217e [Skills] Adds a debugging skill for model development
MODULAR_ORIG_COMMIT_REV_ID: 30900b4e6168b17c9b280ba98edaa983a0d0c59a
2026-06-12 07:53:59 +00:00