gvwilson / sdxpy

Software Design by Example: a tool-based introduction with Python
https://third-bit.com/sdxpy/
Other
280 stars 49 forks source link

Fix building src/check #272

Closed unnoticeable closed 2 months ago

unnoticeable commented 4 months ago

Running make build complains about @root/check/page//.

I added a disable header to page.html and then conditionally included the content in index.md. It successfully built and the resulting docs/check/index.html looks the same (modulo build_date).

gvwilson commented 2 months ago

Thanks for the PR - I didn't want a YAML header in page.html because it isn't part of the generated site, so I added it to the .mccole file in src/check, which tells Ark not to process it.