File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ TAGS ?= dev
44.PHONY : docs serve-docs clean-docs clean doxy clean-doxy
55
66# Example usage: `make docs TAGS="v2.0.0 latest --update-aliases"`
7- # uv run python scripts/gen_concept_docs.py --config docs/concepts_cfg.json --xml documentation/xml --out docs/cpp-gl
87docs :
98 @echo " ==> Deploying MkDocs documentation locally via mike (Tags: $( TAGS) )..."
109 doxygen Doxyfile
10+ uv run python scripts/gen_concept_docs.py --config docs/concepts_cfg.json --xml documentation/xml --out docs/cpp-gl
1111 uv run mike deploy $(TAGS )
1212 @echo " ==> Documentation deployed to local gh-pages branch."
1313
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ struct to_impl;
7777// /
7878// / ### Mathematics
7979// / Inline math: \f$V = E - F + 2\f$
80- // / Big-O: \f$\mathcal{O} (|V| + |E|)\f$
80+ // / Big-O: \f$O (|V| + |E|)\f$
8181// /
8282// / Display math:
8383// /
You can’t perform that action at this time.
0 commit comments