diff --git a/docs/source/get-involved/languages_frameworks.md b/docs/source/get-involved/languages_frameworks.md index 153d9fb..cea3f84 100644 --- a/docs/source/get-involved/languages_frameworks.md +++ b/docs/source/get-involved/languages_frameworks.md @@ -9,7 +9,7 @@ project structure. Part of using this cookiecutter is keeping it updated (e.g. P communicating those changes to all users. * Whenever possible, we will use `pyproject.toml` as the main configuration file for the project. Support for -`setup.cfg` and `setup.py` will be deprecated in future python versions. This will also be the default option for the SWC cookiecutter. +`setup.cfg` and `setup.py` will be deprecated in future Python versions. This will also be the default option for the SWC cookiecutter. ### Virtual environments * We will use [conda](https://docs.conda.io/en/latest/) environments for all Python projects. diff --git a/docs/source/projects.md b/docs/source/projects.md index f5bf9dc..34cc6c0 100644 --- a/docs/source/projects.md +++ b/docs/source/projects.md @@ -81,7 +81,7 @@ It also allows these folders to be easily synchronised between computers. :::{grid-item-card} {fas}`code;sd-text-primary` Python Cookiecutter :link: https://github.com/neuroinformatics-unit/python-cookiecutter -The Python Cookiecutter template allows quick and easy setup of new python projects. +The Python Cookiecutter template allows quick and easy setup of new Python projects. Projects built using this template contain pre-set configurations for code quality checks, formatting, automated testing (pytest, both locally and through GitHub Actions), versioning and release on PyPI. :::