Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kwinkunks/unmap
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Mar 17, 2023
2 parents 4f556af + b11df84 commit cf2f69e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

There are several important ways you can help; here are some examples:

- Submitting bug reports and feature requests: see [Issues](https://github.com/kwinkunks/unmap/issues).
- Submitting bug reports and feature requests: see [Issues](https://github.com/scienxlab/unmap/issues).
- Proposing code for bug fixes and new features, then [making a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).
- Fixing typos and generally improving the documentation.
- Writing tutorials, examples, and how-to documents.


## Code of conduct

We're fortunate to be part of a large professional community that conducts itself with mutual respect and consideration for others. Agile's [Code of Conduct](https://github.com/kwinkunks/community/blob/main/CODE_OF_CONDUCT.md) is part of protecting these features for everyone, everywhere. Please read it.
We're fortunate to be part of a large professional community that conducts itself with mutual respect and consideration for others. Agile's [Code of Conduct](https://github.com/agilescientific/community/blob/main/CODE_OF_CONDUCT.md) is part of protecting these features for everyone, everywhere. Please read it.


## Authorship
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# unmap

[![Run tests](https://github.com/kwinkunks/unmap/actions/workflows/run-tests.yml/badge.svg)](https://github.com/kwinkunks/unmap/actions/workflows/run-tests.yml)
[![Build docs](https://github.com/kwinkunks/unmap/actions/workflows/build-docs.yml/badge.svg)](https://github.com/kwinkunks/unmap/actions/workflows/build-docs.yml)
[![Run tests](https://github.com/scienxlab/unmap/actions/workflows/run-tests.yml/badge.svg)](https://github.com/scienxlab/unmap/actions/workflows/run-tests.yml)
[![Build docs](https://github.com/scienxlab/unmap/actions/workflows/build-docs.yml/badge.svg)](https://github.com/scienxlab/unmap/actions/workflows/build-docs.yml)
[![PyPI version](https://img.shields.io/pypi/v/unmap.svg)](https://pypi.org/project/unmap//)
[![PyPI versions](https://img.shields.io/pypi/pyversions/unmap.svg)](https://pypi.org/project/unmap//)
[![PyPI license](https://img.shields.io/pypi/l/unmap.svg)](https://pypi.org/project/unmap/)
Expand Down Expand Up @@ -44,12 +44,12 @@ There are `dev`, `test` and `docs` options for installing dependencies for those

## Documentation

Read [the documentation](https://kwinkunks.github.io/unmap), especially [the examples](https://kwinkunks.github.io/unmap/userguide/Unmap_data_from_an_image.html).
Read [the documentation](https://scienxlab.github.io/unmap), especially [the examples](https://scienxlab.github.io/unmap/userguide/Unmap_data_from_an_image.html).


## Contributing

Take a look at [`CONTRIBUTING.md`](https://github.com/kwinkunks/unmap/blob/main/CONTRIBUTING.md).
Take a look at [`CONTRIBUTING.md`](https://github.com/scienxlab/unmap/blob/main/CONTRIBUTING.md).


## Testing
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ dev = [
]

[project.urls]
"documentation" = "https://kwinkunks.github.io/unmap"
"repository" = "https://github.com/kwinkunks/unmap "
"documentation" = "https://scienxlab.github.io/unmap"
"repository" = "https://github.com/scienxlab/unmap"

[tool.setuptools]
packages = ["unmap"]
Expand Down

0 comments on commit cf2f69e

Please sign in to comment.