Skip to content

Commit

Permalink
Update poetry and tweak documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Apr 24, 2024
1 parent 022081a commit 2ae3b17
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 273 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ uml: .venv/
@echo "Generating UML diagrams"
@cd docs/assets/images/ &&\
rm -rf uml && mkdir uml/ && cd uml/ &&\
poetry run pyreverse -o png -p hpc-multibench ../../../../src/hpc_multibench
poetry run pyreverse \
-o png -p hpc-multibench \
--ignore plot,tui \
../../../../src/hpc_multibench

.PHONY: docs
docs: .venv/
Expand Down
Binary file modified docs/assets/images/uml/classes_hpc-multibench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/uml/packages_hpc-multibench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/reference/tui.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
hide:
- toc
---

# Reference

::: hpc_multibench.tui.interactive_ui
Expand Down
6 changes: 2 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ theme:
# - navigation.tracking
- search.highlight
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
Expand Down Expand Up @@ -102,15 +101,14 @@ plugins:
- mkdocstrings:
handlers:
python:
selection:
filters:
- "!UFloat" # Ignore strange type wrapper causing warnings
options:
docstring_style: google
members_order: source
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
filters:
- "!UFloat" # Ignore strange type wrapper causing warnings

extra:
social:
Expand Down
Loading

0 comments on commit 2ae3b17

Please sign in to comment.