Skip to content

Commit

Permalink
Documentation auto-gen (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Dec 31, 2023
1 parent c40d0eb commit 068628c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions .scripts/documentation.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

pip3 install pdoc3
pdoc --force --template-dir templates -o docs --html mimir
mv docs/mimir/* docs/
rm -r docs/mimir
mv ./docs/mimir/* ./docs/
rm -r ./docs/mimir

0 comments on commit 068628c

Please sign in to comment.