Skip to content

Commit

Permalink
More extensive tutorial, fix badge alignment in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekuehl committed Sep 5, 2024
1 parent 407317e commit 6203bc9
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 113 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ help:
# cp ../README.md ./source/introduction.md
build-docs:
@./install.sh
rm -r build
rm -rf build
make html

.PHONY: help Makefile
Expand Down
4 changes: 4 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
.wy-side-nav-search>a.icon img.logo {
max-width: 100px !important;
}

#furo-main-content img {
vertical-align: middle;
}
Loading

0 comments on commit 6203bc9

Please sign in to comment.