Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Oct 1, 2024
1 parent 2ac1ecf commit 308d102
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs_template/source/getting_started/preparing_your_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
Make sure you have the following programs installed and that these can be found on your
path. This template requires

- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or
[Micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html) or
Anaconda. Windows users: please consult {ref}`windows_user`
- Python, which you must install using the installation instructions
[here](https://effective-programming-practices.vercel.app/python_installation_execution/index.html).

```{note} This template is tested with python 3.12 and higher and conda 24.5
```

- a modern LaTeX distribution (e.g. [TeXLive](https://tug.org/texlive/),
- A modern LaTeX distribution (e.g. [TeXLive](https://tug.org/texlive/),
[MacTex](https://tug.org/mactex/), or [MikTex](https://miktex.org/))

- [Git](https://git-scm.com/downloads), Windows users please also consult
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,7 @@ iR
IrqM
Irt
iS
ISC
iSL
isort
iT
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ extend-ignore = [
"D104", # Missing docstring in public package (__init__.py files)
"S301", # pickle module is unsafe
"PLR0913", # Too many arguments in function definition
# ignore because conflict with ruff-format
"COM812",
"ISC001",
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit 308d102

Please sign in to comment.