Skip to content

Commit

Permalink
Update repository documentation files (#865)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Dec 16, 2024
1 parent 1559a97 commit 649a304
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Before you proceed, please check the following notes.

* Make sure you describe the changes introduced in the PR.
* If this PR addresses an existing issue, please mention it here.
* Check our [Guidelines for Contributing](https://github.com/bambinos/bambi/blob/main/docs/CONTRIBUTING.md).
* In particular, pay attention to the [pull request checklist](https://github.com/bambinos/bambi/blob/main/docs/CONTRIBUTING.md#pull-request-checklist).
* Check our [Guidelines for Contributing](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md).
* In particular, pay attention to the [pull request checklist](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md#pull-request-checklist).
* The most important points are to
+ Install all the needed requirements (`requirements.txt`, `requirements-dev.txt`, etc.)
+ Make sure all test pass.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ If you want to support Bambi financially, you can [make a donation](https://numf

## Code of Conduct

Bambi wishes to maintain a positive community. Additional details can be found in the [Code of Conduct](https://github.com/bambinos/bambi/blob/main/docs/CODE_OF_CONDUCT.md)
Bambi wishes to maintain a positive community. Additional details can be found in the [Code of Conduct](https://github.com/bambinos/bambi/blob/main/CODE_OF_CONDUCT.md)

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ If you use Bambi and want to cite it please use

We welcome contributions from interested individuals or groups!
For information about contributing to Bambi, check out our instructions, policies,
and guidelines [here](https://github.com/bambinos/bambi/blob/main/docs/CONTRIBUTING.md).
and guidelines [here](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md).

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jax = [
homepage = "https://bambinos.github.io/bambi"
documentation = "https://bambinos.github.io/bambi"
repository = "https://github.com/bambinos/bambi"
changelog = "https://github.com/bambinos/bambi/blob/main/docs/CHANGELOG.md"
changelog = "https://github.com/bambinos/bambi/blob/main/CHANGELOG.md"

[tool.setuptools]
packages = [
Expand Down

0 comments on commit 649a304

Please sign in to comment.