Skip to content

Commit

Permalink
remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 4, 2024
1 parent 3a35af4 commit b80f97b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/babel_heatf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ summary = "PyMT plugin for the Fortran heat model"

[ci]
python_version = ["3.9"]
os = ["linux", "mac", "windows"]
os = ["linux", "mac", "windows"]
4 changes: 2 additions & 2 deletions docs/source/example-fortran.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Windows

Building the *heat* model on Windows requires either:

* A Unix-like system, such as `Cygwin <https://www.cygwin.com/>`_ or
* A Unix-like system, such as `Cygwin <https://www.cygwin.com/>`_ or
`Windows Subsystem for Linux <https://learn.microsoft.com/en-us/windows/wsl/>`_,
in which case you can follow the above Linux and macOS instructions.
* Microsoft Visual Studio 2017 or later, or Microsoft Build Tools for
Expand Down Expand Up @@ -167,7 +167,7 @@ to conda, for example using the binaries provided by
The `BMI bindings <https://github.com/csdms/bmi-fortran>`_ (installed
here via conda) should be compiled with the same compiler as the model
that uses them, to avoid incompatibility issues, and so if you choose
a different compiler than provided by `fortran-compiler`, you will
a different compiler than provided by `fortran-compiler`, you will
likely have to compile the BMI bindings with this compiler as well.


Expand Down

0 comments on commit b80f97b

Please sign in to comment.