olg#
Series: lecture-python-intro
File:
lectures/olg.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)
Overall score: 7.9 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
H1 Title Case OK; H2/H3 sentence case; clean one-sentence paragraphs. |
Math |
9/10 |
|
Code |
8/10 |
Unicode Greek ( |
JAX |
out of scope |
— |
Figures |
6/10 |
|
References |
8/10 |
1 |
Links |
6/10 |
Same-series direct URL |
Admonitions |
9/10 |
Solutions gated, dropdown, exercise-linked (qe-admon-001, -002, -005 OK). |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-fig-001] —
figsize=overrides on lines 448, 727. Count: 2 occurrences.[qe-link-001] — Same-series link uses full URL. Example:
lectures/olg.md:34([growth model](https://intro.quantecon.org/solow.html)). Should be[](solow)or[growth model](solow).[qe-link-002] — Cross-series link uses direct URL. Example:
lectures/olg.md:676([Newton's method](https://python.quantecon.org/newton_method.html)). Should be{doc}\intermediate:newton_method``.
Low severity#
W1 — A few short two-sentence paragraphs.
[qe-fig-005] — No figures use
{figure}directive with:name:.
Strengths#
Equation labels via
{math}:label:(M14 OK).Clean sentence-case section headings.
Bold for definitions and italic for emphasis used appropriately.
Sequences
\{...\}notation correct.Unicode Greek in code.
Solutions all gated, dropdown, linked.
Recommended actions#
Replace same-series direct URL on line 34 with
[](solow).Replace cross-series direct URL on line 676 with
{doc}\intermediate:newton_method``.Remove
figsize=overrides.