Skip to content

Commit

Permalink
Fix doc generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
git-steven committed Mar 25, 2024
1 parent d42eea7 commit 045e667
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 237 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ You may use your models to perform various queries and commands
### Documentation
```
# Shows in browser
poetry run pdoc python_arango_ogm
poetry run pdoc python_arango_ogm/
# Generates to ./docs
poetry run pdoc python_arango_ogm -o ./docs
poetry run pdoc python_arango_ogm/ -o ./docs
```

### Testing
Expand Down
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
source ${BASH_SOURCE%/*}/clean.sh
poetry run pdoc python_arango_ogm -o ./docs
poetry run pdoc python_arango_ogm/* -o ./docs
poetry build
Empty file.
234 changes: 0 additions & 234 deletions python_arango_ogm/notebooks/supernode.ipynb

This file was deleted.

0 comments on commit 045e667

Please sign in to comment.