Skip to content

Commit

Permalink
Update doc system in readme + link to dev docs (#109)
Browse files Browse the repository at this point in the history
* Update doc system in readme + link to dev docs

* Close #107 

Recommend installing mambaforge instead of miniconda

Co-authored-by: Gregor Sturm <[email protected]>
  • Loading branch information
ivirshup and grst authored Oct 19, 2022
1 parent d54464f commit 28f47a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ that are automatically generated and kept in sync with this template.
- documentation hosted by [readthedocs][]
- coverage tests with [codecov][]
- [pre-commit][] checks for code style and consistency
- tutorials with [nbsphinx][] and jupyter notebooks
- tutorials with [myst-nb][] and jupyter notebooks
- issue templates for better bug reports and feature requests
- [bump2version][] for managing releases

Expand Down Expand Up @@ -66,7 +66,7 @@ All CI checks should pass, you are ready to start developing your new tool!

### Customizations

Further instructions on using this template can be found in the contributing guide included in the project.
Further instructions on using this template can be found in the [dev docs included in the project](https://cookiecutter-scverse-instance.readthedocs.io/en/latest/developer_docs.html).

### Committment

Expand Down Expand Up @@ -96,7 +96,7 @@ Note that when creating a new release, changes will be propagated to packages us
[write-tests]: https://cookiecutter-scverse-instance.readthedocs.io/en/latest/developer_docs.html#writing-tests
[write-docs]: https://cookiecutter-scverse-instance.readthedocs.io/en/latest/developer_docs.html#writing-documentation
[readthedocs]: https://readthedocs.org/
[nbsphinx]: https://github.com/spatialaudio/nbsphinx
[myst-nb]: https://myst-nb.readthedocs.io/
[pre-commit]: https://pre-commit.com/
[bump2version]: https://github.com/c4urself/bump2version/
[scverse]: https://scverse.org/
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please refer to the [documentation][link-docs]. In particular, the
## Installation

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

There are several alternative options to install {{ cookiecutter.project_name }}:

Expand Down

0 comments on commit 28f47a9

Please sign in to comment.