Skip to content

Commit

Permalink
Streamlined docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Jul 2, 2024
1 parent 5925185 commit 9a397c4
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2,315 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- name: Build Docs
run: python -m pdoc --docformat numpy --logo "https://avatars.githubusercontent.com/u/88346553?s=200&v=4" dect -o ./docs
run: |
mkdir -p ./docs
python -m pdoc --docformat numpy --logo "https://avatars.githubusercontent.com/u/88346553?s=200&v=4" dect -o ./docs
- uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ of a vector given an index vector.

For example usage, we provide the `notebooks/example.ipynb` file and the code therein reproduces the
ECT of the gif of this readme.
The code is provided on an as-is basis; see [LICENSE.md](LICENSE.md) for more information.
The code is provided on an as-is basis; see [LICENSE.md](https://github.com/aidos-lab/dect/blob/main/LICENSE.md) for more information.
You are cordially invited to both contribute and provide feedback. Do not hesitate to contact us!

```python
Expand Down
409 changes: 0 additions & 409 deletions docs/dect.html

This file was deleted.

531 changes: 0 additions & 531 deletions docs/dect/directions.html

This file was deleted.

1,320 changes: 0 additions & 1,320 deletions docs/dect/ect.html

This file was deleted.

7 changes: 0 additions & 7 deletions docs/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions docs/search.js

This file was deleted.

0 comments on commit 9a397c4

Please sign in to comment.