Skip to content

Commit 7e90cab

Browse files
authored
Optimize documentation and sphinx auto-doc generator
1 parent 86802a0 commit 7e90cab

Some content is hidden

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

50 files changed

+277
-1704
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ docs: docs-python docs-rust
6666

6767
.PHONY: docs-python
6868
docs-python: install-just-deps-all
69-
poetry run sphinx-build docs docs/build/html -b html
70-
71-
.PHONY: docs-python-markdown
72-
docs-python-markdown: install-just-deps-all
73-
poetry run sphinx-build -M markdown ./docs ./docs/build/markdown
69+
poetry run sphinx-build -M markdown ./docs/api_reference ./api_reference
7470

7571
.PHONY: docs-rust
7672
docs-rust:

docs/_images/cython-logo.png

-12 KB
Binary file not shown.

docs/_images/favicon-32x32.png

-2.45 KB
Binary file not shown.

docs/_images/nt-white-large.png

-26.8 KB
Binary file not shown.

docs/_images/nt-white.png

-4.76 KB
Binary file not shown.

docs/_images/shell.png

-744 KB
Binary file not shown.

docs/_pygments/monokai.py

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)