Added markdown manual

This commit is contained in:
Mark Qvist
2026-05-06 19:25:28 +02:00
parent b8d6a14599
commit 49f56e7d0d
18 changed files with 11464 additions and 1 deletions
+2 -1
View File
@@ -27,6 +27,7 @@ clean:
purge_docs:
@echo Purging documentation build...
@-rm -rf ./docs/manual
@-rm -rf ./docs/markdown
@-rm -rf ./docs/*.pdf
@-rm -rf ./docs/*.epub
@@ -50,7 +51,7 @@ build_pure_wheel:
python3 setup.py bdist_wheel --pure
documentation:
make -C docs html
make -C docs html markdown
manual:
make -C docs latexpdf epub