From 8b37eb25c946e38ab7b0893d1acc421c37acebb3 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 8 Sep 2026 20:55:21 +1000 Subject: [PATCH] docs: place the audit dashboard in the org's dashboard family The audit dashboard section describes this repo's own site without saying it is one of several, so a reader has no route to the siblings or to the list of all of them. Requested by QuantEcon/status-projects#7, whose first acceptance criterion is that the portfolio dashboard be reachable from every sibling status page. It is currently reachable from none of them, while it already links outward to this site. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4478297..30098ee 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,15 @@ Python-family lecture repos — the full-universe audit plus a per-dataset migration tracker — deploys to this repo's GitHub Pages site alongside the published `lectures/` tree ([data-lectures#20](https://github.com/QuantEcon/data-lectures/issues/20)). +It is one of QuantEcon's status dashboards, alongside +[status-translations](https://quantecon.github.io/status-translations/) (coverage +and freshness of every language edition), [status-lectures](https://github.com/QuantEcon/status-lectures) +(build and environment configuration) and +[status-projects](https://quantecon.github.io/status-projects/) (what projects the +org has across every programme, and how each is going). The operations manual's +[Dashboards directory](https://manual.quantecon.org/stats/dashboards.html) lists +them all. + ``` python scripts/build_audit.py all --strict # scan + render into site/ ```