Skip to content

Commit

Permalink
Merge pull request #125 from siapy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
janezlapajne authored Aug 20, 2024
2 parents 7214dc1 + 07278f0 commit 81c1597
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ repos:
ci:
autofix_commit_msg: "chore: [pre-commit.ci] Auto format from pre-commit.com hooks"
autoupdate_commit_msg: "chore: [pre-commit.ci] pre-commit autoupdate"
autoupdate_branch: "develop"
skip: [codespell]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Contributing to SiaPy isn’t limited to coding. You can also:

Not sure where to start or how your skills might fit in? Don’t hesitate to reach out! You can contact us via email, or connect with us directly on GitHub by opening a new issue or commenting on an existing one.

If you’re new to open-source contributions, check out our [guide](CONTRIBUTING.md) for helpful tips on getting started.
If you’re new to open-source contributions, check out our [guide](https://siapy.github.io/siapy-lib/contributing/) for helpful tips on getting started.

## Issues and new features

Expand All @@ -65,4 +65,4 @@ Have a question? First, ensure that the setup process was completed successfully

## License

This project is licensed under the MIT License. See [LICENSE](LICENSE) for more details.
This project is licensed under the MIT License. See [LICENSE](https://siapy.github.io/siapy-lib/license/) for more details.
1 change: 1 addition & 0 deletions docs/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ external_markdown('https://raw.githubusercontent.com/siapy/siapy-lib/main/LICENSE.md', '') }}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ nav:
- Plots: api/utils/plots.md
- Contributing: contributing.md
- Release Notes: changelog.md
- License: license.md

markdown_extensions:
# Python Markdown
Expand Down

0 comments on commit 81c1597

Please sign in to comment.