cobweb#
Series: lecture-python-intro
File:
lectures/cobweb.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)
Overall score: 8.3 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
Title Case H1, sentence-case H2; one-sentence paragraphs throughout. |
Math |
9/10 |
Clean equations; |
Code |
8/10 |
Spelled-out Greek |
JAX |
out of scope |
— |
Figures |
7/10 |
|
References |
8/10 |
|
Links |
N/A |
no cross-series links |
Admonitions |
9/10 |
Solutions use |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
None found.
Low severity#
W1 — A few brief two-sentence paragraphs (e.g. lines 47–48).
W2 — H1 has trailing whitespace in “## Overview “ (line 19); minor.
[qe-fig-001] —
figsize=overrides on lines 443, 567. Count: 2 occurrences.[qe-fig-005] — No figures use
{figure}directive with:name:for cross-referencing.
Strengths#
Section headings sentence case (qe-writing-006 compliant).
{math}blocks with:label:(M14 compliant).Italic for emphasis (
*expectations*,*expected*).Clean one-sentence paragraph style.
All solutions gated, dropdown, and linked to exercises.
Recommended actions#
Trim trailing whitespace from H1/H2.
Remove
figsize=overrides on lines 443, 567.