Skip to content

Commit

Permalink
Merge branch 'development' into callout-on-nonfunctional-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored Aug 8, 2024
2 parents b1e9b5f + 91ca3c9 commit 632ee42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
branch = True
source = icepyx
omit =
setup.py
doc/*
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Change setuptools-scm local_scheme to "no-local-version" so the
# local part of the version isn't included, making the version string
# compatible with PyPI.
sed --in-place "s/node-and-date/no-local-version/g" setup.py
sed --in-place "s/node-and-date/no-local-version/g" pyproject.toml
- name: Build source and wheel distributions
run: |
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To clone the repository:
Provided the location of the repo is part of your $PYTHONPATH, you should simply be able to add `import icepyx` to your Python document.
Alternatively, in a command line or terminal, navigate to the folder in your cloned repository containing setup.py and run
Alternatively, in a command line or terminal, navigate to the folder in your cloned repository containing `pyproject.toml` and run

.. code-block::
Expand Down

0 comments on commit 632ee42

Please sign in to comment.