inventory_q#
Series: lecture-python.myst
File:
lectures/inventory_q.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 9.3 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
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=3, uni=10). |
JAX |
out of scope |
not a JAX lecture |
Figures |
10/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
10/10 |
Link style follows conventions. |
Admonitions |
N/A |
No admonitions. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-writing-006] — Section headings use Title Case rather than sentence case. Examples: line 76
The Model, line 154Solving via Value Function Iteration. Count: 4.
Low severity#
[qe-math-008] — Ones vector typeset with
\mathbf{1}rather than\mathbb{1}. Example: line 231.[qe-code-002] — Mixed Greek conventions in code (word=3, uni=10).
[qe-fig-001] —
figsize=set in 2 place(s).
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.No
ax.set_title()in main figures.Axis labels lowercase.
Cross-series links use
{doc}intersphinx form.
Recommended actions#
Address
qe-writing-006: Section headings use Title Case rather than sentence case.Address
qe-math-008: Ones vector typeset with\mathbf{1}rather than\mathbb{1}.Address
qe-code-002: Mixed Greek conventions in code (word=3, uni=10).Address
qe-fig-001:figsize=set in 2 place(s).