Skip to content

Commit

Permalink
Update instance repo from cookiecutter template
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 25, 2024
1 parent 18cf17f commit 1c9f03d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
# cookiecutter-scverse-instance

[![Tests][badge-tests]][link-tests]
[![Documentation][badge-docs]][link-docs]
[![Tests][badge-tests]][tests]
[![Documentation][badge-docs]][documentation]

[badge-tests]: https://img.shields.io/github/actions/workflow/status/scverse/cookiecutter-scverse-instance/test.yaml?branch=main
[link-tests]: https://github.com/scverse/cookiecutter-scverse-instance/actions/workflows/test.yml
[badge-docs]: https://img.shields.io/readthedocs/cookiecutter-scverse-instance

An example repo generated from the `cookiecutter-scverse` template. Feel free to look around this repo and check out the docs to find out if the template works for you!

## Getting started

Please refer to the [documentation][link-docs]. In particular, the

- [API documentation][link-api].
Please refer to the [documentation][],
in particular, the [API documentation][].

## Installation

You need to have Python 3.10 or newer installed on your system. If you don't have
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
You need to have Python 3.10 or newer installed on your system.
If you don't have Python installed, we recommend installing [Mambaforge][].

There are several alternative options to install cookiecutter-scverse-instance:

<!--
1) Install the latest release of `cookiecutter-scverse-instance` from [PyPI][link-pypi]:
1) Install the latest release of `cookiecutter-scverse-instance` from [PyPI][]:
```bash
pip install cookiecutter-scverse-instance
Expand All @@ -38,20 +36,22 @@ pip install git+https://github.com/scverse/cookiecutter-scverse-instance.git@mai

## Release notes

See the [changelog][changelog].
See the [changelog][].

## Contact

For questions and help requests, you can reach out in the [scverse discourse][scverse-discourse].
If you found a bug, please use the [issue tracker][issue-tracker].
For questions and help requests, you can reach out in the [scverse discourse][].
If you found a bug, please use the [issue tracker][].

## Citation

> t.b.a
[scverse-discourse]: https://discourse.scverse.org/
[issue-tracker]: https://github.com/scverse/cookiecutter-scverse-instance/issues
[changelog]: https://cookiecutter-scverse-instance.readthedocs.io/latest/changelog.html
[link-docs]: https://cookiecutter-scverse-instance.readthedocs.io
[link-api]: https://cookiecutter-scverse-instance.readthedocs.io/latest/api.html
[link-pypi]: https://pypi.org/project/cookiecutter-scverse-instance
[mambaforge]: https://github.com/conda-forge/miniforge#mambaforge
[scverse discourse]: https://discourse.scverse.org/
[issue tracker]: https://github.com/scverse/cookiecutter-scverse-instance/issues
[tests]: https://github.com/scverse/cookiecutter-scverse-instance/actions/workflows/test.yml
[documentation]: https://cookiecutter-scverse-instance.readthedocs.io
[changelog]: https://cookiecutter-scverse-instance.readthedocs.io/en/latest/changelog.html
[api documentation]: https://cookiecutter-scverse-instance.readthedocs.io/en/latest/api.html
[pypi]: https://pypi.org/project/cookiecutter-scverse-instance

0 comments on commit 1c9f03d

Please sign in to comment.