Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/developers_guide/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ conda-forge

Iris is available on conda-forge as ``iris``.

This is managed via the the Iris conda recipe on the
This is managed via the Iris conda recipe on the
`conda-forge iris-feedstock`_, which is updated after the release is cut on
GitHub, followed by automatic build and publish of the
conda package on the `conda-forge Anaconda channel`_.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/user_manual/explanation/iris_cubes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ A cube consists of:

* an attributes dictionary which, other than some protected CF names, can
hold arbitrary extra metadata. This implements the concept of dataset-level
and variable-level attributes when loading and and saving NetCDF files (see
and variable-level attributes when loading and saving NetCDF files (see
:class:`~iris.cube.CubeAttrsDict` and NetCDF
:func:`~iris.fileformats.netcdf.saver.save` for more).
* a list of cell methods to represent operations which have already been
Expand Down
2 changes: 1 addition & 1 deletion docs/src/user_manual/tutorial/s3_io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ S3 bucket **onto** -- e.g.
Setup AWS credentials
~~~~~~~~~~~~~~~~~~~~~
Provide S3 access credentials in an AWS credentials file, as described
`here in the the s3-fuse documentation <https://github.com/s3fs-fuse/s3fs-fuse/blob/master/README.md#examples>`_.
`here in the s3-fuse documentation <https://github.com/s3fs-fuse/s3fs-fuse/blob/master/README.md#examples>`_.

There is a general introduction to AWS credentials
`here in the AWS documentation <https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html>`_
Expand Down
Loading