odu#
Series: lecture-python.myst
File:
lectures/odu.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 8.8 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
7/10 |
Many section headings use Title Case rather than sentence case. |
Math |
9.5/10 |
Ones vector typeset with |
Code |
9.5/10 |
Mixed Greek conventions in code (word=9, uni=12). |
JAX |
out of scope |
not a JAX lecture |
Figures |
8/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
8.5/10 |
4 full URLs to python.quantecon.org (same series) — use markdown |
Admonitions |
10/10 |
Exercise/solution structure clean. |
Issues#
Critical#
None found.
High severity#
[qe-writing-006] — Many section headings use Title Case rather than sentence case. Examples: line 70, line 82, line 116. Count: 8.
Medium severity#
[qe-link-001] — 4 full URLs to python.quantecon.org (same series) — use markdown
[](label)form. Examples: line 38, line 41, line 861.
Low severity#
[qe-math-008] — Ones vector typeset with
\mathbf{1}rather than\mathbb{1}. Example: line 113.[qe-code-002] — Mixed Greek conventions in code (word=9, uni=12).
[qe-fig-001] —
figsize=set in 7 places — usually unnecessary.[qe-fig-003] —
ax.set_title()used once outside exercise blocks (line 850).[qe-fig-005] — Figures lack descriptive
name:fields for cross-referencing (4 plot calls, 0 named).[qe-fig-006] — One capitalised axis label (line 849).
[qe-fig-008] —
lw=2parameter missing from 4.plot()calls.
Strengths#
Uses “IID” or no IID terminology.
Transpose notation uses
\topconsistently (no prime/^T).Normal distribution written as plain
N.aligned(notalign) used in$$math.Solutions use
:class: dropdownconsistently.
Recommended actions#
Address
qe-writing-006: Many section headings use Title Case rather than sentence case.Address
qe-link-001: 4 full URLs to python.quantecon.org (same series) — use markdown[](label)form.Address
qe-math-008: Ones vector typeset with\mathbf{1}rather than\mathbb{1}.Address
qe-code-002: Mixed Greek conventions in code (word=9, uni=12).Address
qe-fig-001:figsize=set in 7 places — usually unnecessary.