Skip to content

Commit

Permalink
Fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Sep 25, 2024
1 parent 2d92598 commit 8925a1d
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions {{cookiecutter.project_name}}/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# {{ cookiecutter.project_name }}

[![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/{{ cookiecutter.github_user }}/{{ cookiecutter.project_name }}/test.yaml?branch=main
[link-tests]: https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}/actions/workflows/test.yml
[badge-docs]: https://img.shields.io/readthedocs/{{ cookiecutter.project_name }}

{{ cookiecutter.project_description }}

## 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

Expand All @@ -23,7 +20,7 @@ Python installed, we recommend installing [Mambaforge](https://github.com/conda-
There are several alternative options to install {{ cookiecutter.project_name }}:

<!--
1) Install the latest release of `{{ cookiecutter.project_name }}` from [PyPI][link-pypi]:
1) Install the latest release of `{{ cookiecutter.project_name }}` from [PyPI][]:
```bash
pip install {{ cookiecutter.project_name }}
Expand All @@ -38,20 +35,21 @@ pip install git+https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutte

## 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/{{ cookiecutter.github_user }}/{{ cookiecutter.project_name }}/issues
[changelog]: https://{{ cookiecutter.project_name }}.readthedocs.io/latest/changelog.html
[link-docs]: https://{{ cookiecutter.project_name }}.readthedocs.io
[link-api]: https://{{ cookiecutter.project_name }}.readthedocs.io/latest/api.html
[link-pypi]: https://pypi.org/project/{{ cookiecutter.project_name }}
[scverse discourse]: https://discourse.scverse.org/
[issue tracker]: https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.project_name }}/issues
[tests]: https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}/actions/workflows/test.yml
[documentation]: https://{{ cookiecutter.project_name }}.readthedocs.io
[changelog]: https://{{ cookiecutter.project_name }}.readthedocs.io/en/latest/changelog.html
[api documentation]: https://{{ cookiecutter.project_name }}.readthedocs.io/en/latest/api.html
[pypi]: https://pypi.org/project/{{ cookiecutter.project_name }}

0 comments on commit 8925a1d

Please sign in to comment.