aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDenis Chevalier <perso@denischevalier.fr>2026-08-11 11:45:44 +0200
committerDenis Chevalier <perso@denischevalier.fr>2026-08-11 11:45:44 +0200
commitd0fe7324370d4826df80f4b691288da317e3c5e7 (patch)
treea7692a7d3ace78f94c104170f0df1a62c384bd33 /README.md
parentadeb7112677abbccedb7a3baf2a11a6b3fdf89e7 (diff)
downloadsame-d0fe7324370d4826df80f4b691288da317e3c5e7.tar.gz
same-d0fe7324370d4826df80f4b691288da317e3c5e7.tar.bz2
same-d0fe7324370d4826df80f4b691288da317e3c5e7.zip
Update README tree and rename LLM{_,-}POLICY.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 13 insertions, 20 deletions
diff --git a/README.md b/README.md
index 67ae748..790e82e 100644
--- a/README.md
+++ b/README.md
@@ -36,31 +36,24 @@ rigorous topological error compensation.
## Repository Structure
-```text
-.
-├── charts/ # Vector charts built with CeTZ-plot
-├── diagrams/ # Vector technical drawings & CAD layouts (CeTZ / Zap)
-├── lib/ # Executable Typst helper functions & test harness
-│ ├── apply-prefix.typ # SI prefix mathematical helper
-│ ├── assert-aeq.typ # Float tolerance assertion library
-│ └── unify.typ # Curried unit formatting wrappers
-├── listings/ # Code examples and calibration log templates
-├── tables/ # Modular specification data tables
-├── electrical-specifications.typ
-├── mechanical-specifications.typ
-├── module-design.typ # Theoretical error budgeting & compensation
-├── introduction.typ
-├── preamble.typ # Document entry point & main layout
-└── LICENSE.md # Comprehensive tri-license legal breakdown
-└── LICENSES # Actual licences text
-```
+* [`README.md`](README.md): This file
+* [`CONTRIBUTING.md`](CONTRIBUTING.md): Contribution guidelines
+* [`CODE-OF-CONDUCT.md`](CODE-OF-CONDUCT.md): Contributors code of conduct
+* [`LLM-POLICY.md`](LLM-POLICY.md): LLM usage policy on the repo
+* [`LICENSE.md`](LICENSE.md): Comprehensive tri-license legal breakdown
+* `LICENSES/`: Actual licenses text
+* `*.typ`: Core text of the specification, one file per level 1 heading
+* `charts/`: Vector charts built with CeTZ-plot
+* `diagrams/`: Vector technical drawings & CAS layouts (CeTZ)
+* `tables/`: Modular specification data tables
+* `lib/`: Executable Typst helper functions & test harness
## Compiling the Specification
### Prerequisites
-- [Typst CLI](https://github.com/typst/typst) (v0.15.1 or newer)
-- Fonts: standard system serif ans sans-serif fonts
+* [Typst CLI](https://github.com/typst/typst) (v0.15.1 or newer)
+* Fonts: standard system serif ans sans-serif fonts
### Building the PDF