Skip to content

Commit 69551ff

Browse files
Deployed 48517cd with MkDocs version: 1.6.1
0 parents  commit 69551ff

File tree

2,059 files changed

+218743
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,059 files changed

+218743
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 609 additions & 0 deletions
Large diffs are not rendered by default.

Doxyfile

Lines changed: 2579 additions & 0 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.PHONY: help
2+
help:
3+
@echo "make cpp|py"
4+
5+
.PHONY: cpp
6+
cpp:
7+
@echo "Building C++ documentation..."
8+
doxygen Doxyfile doc_cpp
9+
10+
.PHONY: py
11+
py:
12+
@echo "Building Python documentation..."
13+
mkdir -p build && cd build && cmake ../../ -DBUILD_PYTHON_BINDINGS=ON && make -j
14+
sphinx-build -b html . ./doc_py/
15+
16+
.PHONY: mkdocs
17+
mkdocs:
18+
@echo "Building MkDocs documentation..."
19+
cd .. && mkdocs build
20+
21+
.PHONY: all
22+
all: cpp py mkdocs
23+
@echo "All documentation built."
24+
25+
.PHONY: deploy
26+
deploy:
27+
@echo "Deploying documentation..."
28+
cd .. && mkdocs gh-deploy --force

assets/images/favicon.png

1.83 KB
Loading

assets/javascripts/bundle.79ae519e.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.79ae519e.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.ar.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.da.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.de.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)