We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79bb6a commit f83f8e6Copy full SHA for f83f8e6
Makefile
@@ -1,6 +1,7 @@
1
.PHONY: doc clean test
2
3
doc:
4
+ python tools/docgen.py
5
cd docs && $(MAKE) html
6
7
clean:
0 commit comments