Skip to content

Commit

Permalink
Merge pull request #102 from neuroinformatics-unit/fix-python-capital…
Browse files Browse the repository at this point in the history
…isation

Conistent capitalisation for Python
  • Loading branch information
sfmig authored Jul 11, 2024
2 parents 275a56a + bf644fa commit 6a4c475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/get-involved/languages_frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
Expand Down

0 comments on commit 6a4c475

Please sign in to comment.