Add rendering
Refactors the generator do to a two-pass: 1. Get a grasp of all directories which have images, noting their children and images 2. Do stuff with those directories
This commit is contained in:
parent
eb828dc48b
commit
4f5bd76f8a
4 changed files with 90 additions and 35 deletions
2
Makefile
2
Makefile
|
|
@ -19,7 +19,7 @@ fmt:
|
|||
poetry run ruff format
|
||||
|
||||
lint:
|
||||
poetry run ruff check
|
||||
poetry run ruff check --fix
|
||||
|
||||
test:
|
||||
poetry run mypy .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue