diff --git a/scripts/render_audit.py b/scripts/render_audit.py index 052f72f..119f5b0 100644 --- a/scripts/render_audit.py +++ b/scripts/render_audit.py @@ -462,29 +462,32 @@ def render_index(audit: dict) -> str:

QuantEcon · generated data audit · Python lecture family

Lecture data — audit & migration dashboard

-

Every dataset referenced by lecture source across the 8 synced Python-family repos, +

Every dataset referenced by lecture source across the {len(audit["repos"])} synced Python-family repos, regenerated from each repo's main by a script — not maintained by hand. Companion to the migration of lecture data into QuantEcon/data-lectures.

-● generated {esc(audit["generated"])} +title="Every build re-runs the full audit scan across the {len(audit["repos"])} lecture repos — this date IS the last audit run. It runs on every change to data-lectures, weekly on schedule, and on demand; a badge older than a week means the scheduled run has stopped succeeding."> +● audit ran {esc(audit["generated"])} @@ -1104,7 +1107,7 @@ def render_audit_page(audit: dict) -> str:

Full audit · regenerated from each repo's main

Dataset registry — Python lecture family

-

Every dataset referenced by lecture source across the 8 synced repos. +

Every dataset referenced by lecture source across the {len(audit["repos"])} synced repos. The successor to the hand-built {PREV_SNAPSHOT} audit — same taxonomy, now generated.