matsuyama#
Series: lecture-python-advanced.myst
File:
lectures/matsuyama.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 7.8 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
Title in Title Case; sentence-case headings; clean one-sentence paragraphs. |
Math |
9/10 |
Clean — no transpose, no |
Code |
7/10 |
Unicode Greek heavily used (17 occurrences); no install cell (uses numba — in Anaconda). |
JAX |
N/A |
not a JAX lecture |
Figures |
6/10 |
1 |
References |
8/10 |
1 |
Links |
6/10 |
One raw |
Admonitions |
8/10 |
1 gated exercise and 1 solution with |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-link-002] — Raw
python-programming.quantecon.org/numba.htmlURL. Example:lectures/matsuyama.md:336. Count: 1 occurrence.[qe-fig-003] — 1
ax.set_titleoccurrence.[qe-fig-002] — 2
{figure}directives reference static PNGs.
Low severity#
[qe-fig-005] — Figures lack
:name: fig-...fields.
Strengths#
Title in Title Case (qe-writing-006).
All subheadings sentence case (qe-writing-006).
One-sentence paragraph rule rigorously respected (qe-writing-001).
No qe-math-* violations detected.
Exercise gated; solution has
:class: dropdown(qe-admon-001, qe-admon-002).Heavy unicode Greek in code (qe-code-002).
Recommended actions#
Convert raw URL to
{doc}\programming:numba`` (qe-link-002).Remove
ax.set_title(qe-fig-003).Code-generate the schematic figures (qe-fig-002).
Add
:name: fig-...fields (qe-fig-005).