Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 8, 2023
1 parent 4508bf2 commit 4dba1db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ contributions.
* [Editing the Documentation](#editing-the-documentation)
* [Contributing Code](#contributing-code)
- [Setting up your environment](#setting-up-your-environment)
- [Code style](#code-style)
- [Code style and linting](#code-style-and-linting)
- [Testing your code](#testing-your-code)
- [Documentation](#documentation)
- [Code Review](#code-review)
* [Publish a new release](#release-a-new-version)
* [Publish a new release](#publish-a-new-release)
* [Update the Dependencies](#update-the-dependencies)
* [Set up Binder](#set-up-the-binder-configuration)

Expand Down Expand Up @@ -79,8 +79,7 @@ download and install anything:
* Fill out the two fields under "Commit changes": the first is a short title describing
your fixes; the second is a more detailed description of the changes. Try to be as
detailed as possible and describe *why* you changed something.
* Click on the "Commit changes" button to open a
[pull request (see below)](#pull-requests).
* Click on the "Commit changes" button to open a pull request (see below).
* We'll review your changes and then merge them in if everything is OK.
* Done 🎉🍺

Expand All @@ -91,7 +90,7 @@ example scripts. See [Contributing Code](#contributing-code) for instructions.

**Is this your first contribution?**
Please take a look at these resources to learn about git and pull requests (don't
hesitate to ask questions in the [GitHub discussions page](https://github.com/mdtanker/antarctic_plots/discussions):
hesitate to ask questions in the [GitHub discussions page](https://github.com/mdtanker/antarctic_plots/discussions)):

* [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/).
* Aaron Meurer's [tutorial on the git workflow](http://www.asmeurer.com/git-workflow/)
Expand Down Expand Up @@ -337,7 +336,7 @@ If you add a dependency necessary for using the package, make sure to add it to

To run this package online, Read the Docs will automatically create a Binder instance based on the configuration file `/binder/environment.yml`. This file reflects the latest release on Conda-Forge. Update it with the following commands.

make conda install
make conda_install

conda activate antarctic_plots

Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

See below for the full installation instructions. If instead you'd like to use
this package online, without needing to install anything, check out our
[Binder link](https://mybinder.org/v2/gh/mdtanker/antarctic_plots/main),
which gives full access the the package in an online environment.
[Binder link](https://mybinder.org/v2/gh/mdtanker/antarctic_plots/main), which
gives full access the the package in an online environment.

This Binder environment can also be accessed by clicking the Binder icon in any
of the `gallery` or `tutorial` examples.
Expand Down
2 changes: 1 addition & 1 deletion src/antarctic_plots/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def region_xy_to_ll(


def region_to_bounding_box(
region: tuple[typing.Any, typing.Any, typing.Any, typing.Any]
region: tuple[typing.Any, typing.Any, typing.Any, typing.Any],
) -> tuple[typing.Any, typing.Any, typing.Any, typing.Any]:
"""
Convert GMT region in format [e, w, n, s] to bounding box format used for icepyx:
Expand Down

0 comments on commit 4dba1db

Please sign in to comment.