Skip to content

Commit

Permalink
merge docs (#2)
Browse files Browse the repository at this point in the history
* docs added

* docs consistency check

* complete docs
  • Loading branch information
amirdaaee authored Jan 8, 2024
1 parent 2d37488 commit 4b7240c
Show file tree
Hide file tree
Showing 5 changed files with 685 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ jobs:
run: poetry run ruff --exit-non-zero-on-fix .
- name: Test with pytest
run: poetry run pytest
- name: Compare docs
run: |
poetry run pdoc crossense -o ./docs_new
diff -r ./docs ./docs_new || exit 1
Loading

0 comments on commit 4b7240c

Please sign in to comment.