diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-10-07 10:00:52 +0200 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-10-07 10:21:11 +0200 |
commit | 8551018184e16dc76cadb05cfaf73985105a3293 (patch) | |
tree | bc4b1ff327f4c6b3f835a44a509414a1f9889f81 /doc/source/f2py | |
parent | b347b4d2043ac97af3583b1038f2c02bdadcf3db (diff) | |
download | numpy-8551018184e16dc76cadb05cfaf73985105a3293.tar.gz |
MAINT: Fix typos found by codespell
Diffstat (limited to 'doc/source/f2py')
-rw-r--r-- | doc/source/f2py/windows/conda.rst | 2 | ||||
-rw-r--r-- | doc/source/f2py/windows/index.rst | 2 | ||||
-rw-r--r-- | doc/source/f2py/windows/pgi.rst | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/f2py/windows/conda.rst b/doc/source/f2py/windows/conda.rst index b16402bbc..08a79b29d 100644 --- a/doc/source/f2py/windows/conda.rst +++ b/doc/source/f2py/windows/conda.rst @@ -4,7 +4,7 @@ F2PY and Conda on Windows ========================= -As a convienience measure, we will additionally assume the +As a convenience measure, we will additionally assume the existence of ``scoop``, which can be used to install tools without administrative access. diff --git a/doc/source/f2py/windows/index.rst b/doc/source/f2py/windows/index.rst index aee96cb13..c1e6b4128 100644 --- a/doc/source/f2py/windows/index.rst +++ b/doc/source/f2py/windows/index.rst @@ -83,7 +83,7 @@ LFortran (FOSS) Baseline ======== -For this document we will asume the following basic tools: +For this document we will assume the following basic tools: - The IDE being considered is the community supported `Microsoft Visual Studio Code`_ - The terminal being used is the `Windows Terminal`_ diff --git a/doc/source/f2py/windows/pgi.rst b/doc/source/f2py/windows/pgi.rst index 3139d9c5b..644259abe 100644 --- a/doc/source/f2py/windows/pgi.rst +++ b/doc/source/f2py/windows/pgi.rst @@ -19,10 +19,10 @@ as classic Flang requires a custom LLVM and compilation from sources. **As of November 2021** - As of 29-01-2022, `PGI compiler toolchains`_ have been superceeded by the Nvidia + As of 29-01-2022, `PGI compiler toolchains`_ have been superseded by the Nvidia HPC SDK, with no `native Windows support`_. However, .. _PGI compiler toolchains: https://www.pgroup.com/index.html -.. _native Windows support: https://developer.nvidia.com/nvidia-hpc-sdk-downloads#collapseFour
\ No newline at end of file +.. _native Windows support: https://developer.nvidia.com/nvidia-hpc-sdk-downloads#collapseFour |