Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #145

Merged
merged 3 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
# - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
# - uses: actions/cache@v4
# with:
# key: mkdocs-material-${{ env.cache_id }}
# path: .cache
# restore-keys: |
# mkdocs-material-
- run: pdm run mkdocs gh-deploy --force
8 changes: 0 additions & 8 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ cd siapy
make install
```

### Verify Installation

To verify that siapy has been installed correctly, you can run:

```bash
python -c "import siapy; print(siapy.__version__)"
```

## Troubleshooting

If you encounter any issues during installation, consider the following solutions:
Expand Down
3 changes: 0 additions & 3 deletions siapy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from .__version__ import __version__

__all__ = ["__version__"]
18 changes: 0 additions & 18 deletions siapy/__version__.py

This file was deleted.

Loading