From a79f9a66e10d561320653288caa2079a98636504 Mon Sep 17 00:00:00 2001 From: Shmuel Osovski Date: Mon, 31 Aug 2026 10:51:13 +0300 Subject: [PATCH] docs: repair README documentation links --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index fbf93d4..f875200 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ > models from LaTeX; don't hand-code what the compiler should generate.** 📖 **New here? Start with the [documentation](docs/index.md)** — -[Getting started](docs/getting-started.md) · -[Core concepts](docs/concepts.md) · -[LaTeX directive reference](docs/latex-directives.md) · -[Constitutive models](docs/constitutive-models.md) · -[Examples](docs/examples.md) · -[FAQ](docs/faq.md) +[Getting started](docs/mechdsl-core/getting-started.md) · +[Core concepts](docs/mechdsl-core/concepts.md) · +[LaTeX directive reference](docs/mechdsl-core/latex-directives.md) · +[Constitutive models](docs/mechdsl-core/constitutive-models.md) · +[Examples](docs/mechdsl-core/examples.md) · +[FAQ](docs/reference/faq.md) MechDSL is a monorepo for LaTeX-to-code compilers aimed at computational mechanics. `mechdsl-core` compiles 3D solid mechanics problems — Total Lagrangian and Updated @@ -239,14 +239,14 @@ User-facing documentation lives in [`docs/`](docs/) and is built as a | Page | What it covers | |------|----------------| | [Home](docs/index.md) | What MechDSL is and why to use it | -| [Getting started](docs/getting-started.md) | Install with `uv`, first solver, `.tex` and energy-derived inputs | -| [Core concepts](docs/concepts.md) | LaTeX-first idea, six-layer pipeline, hyperelastic vs. dissipative, support tiers | -| [LaTeX directive reference](docs/latex-directives.md) | Every `% mechanics` directive with examples | -| [Constitutive models](docs/constitutive-models.md) | Model catalog with runnable snippets | -| [Algorithm transpiler (algo2code)](docs/algo2code.md) | How return-maps/PCG are transpiled from `algpseudocode` | -| [Examples gallery](docs/examples.md) | Cantilever, Cook's membrane, necking bar, patch test, cyclic plasticity | -| [How it works](docs/architecture.md) | Layers, IR discipline, determinism, verification | -| [FAQ & troubleshooting](docs/faq.md) | Common questions and fixes | +| [Getting started](docs/mechdsl-core/getting-started.md) | Install with `uv`, first solver, `.tex` and energy-derived inputs | +| [Core concepts](docs/mechdsl-core/concepts.md) | LaTeX-first idea, six-layer pipeline, hyperelastic vs. dissipative, support tiers | +| [LaTeX directive reference](docs/mechdsl-core/latex-directives.md) | Every `% mechanics` directive with examples | +| [Constitutive models](docs/mechdsl-core/constitutive-models.md) | Model catalog with runnable snippets | +| [Algorithm transpiler (algo2code)](docs/algo2code/index.md) | How return-maps/PCG are transpiled from `algpseudocode` | +| [Examples gallery](docs/mechdsl-core/examples.md) | Cantilever, Cook's membrane, necking bar, patch test, cyclic plasticity | +| [How it works](docs/reference/architecture.md) | Layers, IR discipline, determinism, verification | +| [FAQ & troubleshooting](docs/reference/faq.md) | Common questions and fixes | Build or preview the site locally: