Skip to content

Commit 954b35a

Browse files
More updates to links and team
1 parent 7b0b879 commit 954b35a

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ For downloading the wind and wave data, we recommend using the [CDS API](https:/
2626

2727
To run most of the examples, you will need to update the data directories in the relevant settings `.json` file.
2828

29-
Just like the `parcels` framework, `plasticparcels` can be adapted to use other hydrodynamic, biogeochemical, wave, and atmospheric models. If you require assistance, please contact us through the [`plasticparcels` discussions page](https://github.com/OceanParcels/plasticparcels/discussions).
29+
Just like the `parcels` framework, `plasticparcels` can be adapted to use other hydrodynamic, biogeochemical, wave, and atmospheric models. If you require assistance, please contact us through the [`plasticparcels` discussions page](https://github.com/Parcels-code/plasticparcels/discussions).
3030

3131
### Community contributions and support
3232
#### Contributing code
33-
We welcome contributions to `plasticparcels`, especially example workbooks and analyses for our [public examples page](https://plastic.parcels-code.org/en/latest/examples.html). To contribute to the project, please submit a [pull request](https://github.com/OceanParcels/plasticparcels/pulls).
33+
We welcome contributions to `plasticparcels`, especially example workbooks and analyses for our [public examples page](https://plastic.parcels-code.org/en/latest/examples.html). To contribute to the project, please submit a [pull request](https://github.com/Parcels-code/plasticparcels/pulls).
3434

3535
#### Requesting features and reporting issues/bugs
36-
If you want to request a new feature, or if you find an issue or bug in the code, please open an issue in the [`plasticparcels` issue tracker](https://github.com/OceanParcels/plasticparcels/issues).
36+
If you want to request a new feature, or if you find an issue or bug in the code, please open an issue in the [`plasticparcels` issue tracker](https://github.com/Parcels-code/plasticparcels/issues).
3737

3838
#### Seeking support?
39-
If you would like support using `plasticparcels`, or are have any questions about your `plasticparcels` simulations, please start a discussion in the [`plasticparcels` discussion page](https://github.com/OceanParcels/plasticparcels/discussions).
39+
If you would like support using `plasticparcels`, or are have any questions about your `plasticparcels` simulations, please start a discussion in the [`plasticparcels` discussion page](https://github.com/Parcels-code/plasticparcels/discussions).
4040

4141

4242

@@ -45,7 +45,7 @@ If you would like support using `plasticparcels`, or are have any questions abou
4545
For more information and documentation, see the [plasticparcels documentation](https://plastic.parcels-code.org/).
4646

4747
[![DOI](https://joss.theoj.org/papers/10.21105/joss.07094/status.svg)](https://doi.org/10.21105/joss.07094)
48-
[![unit-tests](https://github.com/OceanParcels/plasticparcels/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/OceanParcels/plasticparcels/actions/workflows/unit_tests.yml)
48+
[![unit-tests](https://github.com/Parcels-code/plasticparcels/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/Parcels-code/plasticparcels/actions/workflows/unit_tests.yml)
4949
[![Anaconda-release](https://anaconda.org/conda-forge/plasticparcels/badges/version.svg)](https://anaconda.org/conda-forge/plasticparcels/)
5050
[![Anaconda-date](https://anaconda.org/conda-forge/plasticparcels/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/plasticparcels/)
5151
[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.11388383.svg)](https://doi.org/10.5281/zenodo.11388383)

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import plasticparcels
1818

1919
project = 'plasticparcels'
20-
copyright = f'{datetime.datetime.now().year}, The OceanParcels Team'
21-
author = 'The OceanParcels Team'
20+
copyright = f'{datetime.datetime.now().year}, The Parcels Team'
21+
author = 'The Parcels Team'
2222

2323
# -- General configuration ---------------------------------------------------
2424
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -56,7 +56,7 @@
5656
"image_dark": "plasticparcelslogo_inverted.png",
5757
},
5858
# "use_edit_page_button": True,
59-
"github_url": "https://github.com/OceanParcels/plasticparcels",
59+
"github_url": "https://github.com/Parcels-code/plasticparcels",
6060
"icon_links": [
6161
{
6262
"name": "Conda Forge",
@@ -144,9 +144,9 @@ def linkcode_resolve(domain, info):
144144
fn = os.path.relpath(fn, start=os.path.dirname(plasticparcels.__file__))
145145

146146
if is_non_standard_version(plasticparcels.__version__):
147-
return f"https://github.com/OceanParcels/plasticparcels/blob/main/plasticparcels/{fn}{linespec}"
147+
return f"https://github.com/Parcels-code/plasticparcels/blob/main/plasticparcels/{fn}{linespec}"
148148
else:
149149
return (
150-
f"https://github.com/OceanParcels/plasticparcels/blob/"
150+
f"https://github.com/Parcels-code/plasticparcels/blob/"
151151
f"v{plasticparcels.__version__}/plasticparcels/{fn}{linespec}"
152152
)

docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation
2222
conda install conda-forge::plasticparcels
2323
2424
25-
Or downloaded from https://github.com/OceanParcels/plasticparcels
25+
Or downloaded from https://github.com/Parcels-code/plasticparcels
2626

2727

2828
Required Data
@@ -39,14 +39,14 @@ For downloading the wind and wave data, we recommend using the `CDS API <https:/
3939

4040
To run the examples, you will need to update the data directories in the relevant settings ``.json`` file.
4141

42-
Just like the ``parcels`` framework, ``plasticparcels`` can be adapted to use other hydrodynamic, biogeochemical, wave, and atmospheric models. If you require assistance, please contact us through the `Discussions page on GitHub <https://github.com/OceanParcels/plasticparcels/discussions>`_.
42+
Just like the ``parcels`` framework, ``plasticparcels`` can be adapted to use other hydrodynamic, biogeochemical, wave, and atmospheric models. If you require assistance, please contact us through the `Discussions page on GitHub <https://github.com/Parcels-code/plasticparcels/discussions>`_.
4343

4444
Community Guidelines
4545
^^^^^^^^^^^^^^^^^^^^
4646

47-
We welcome contributions to ``plasticparcels``, especially example workbooks and analyses for our `public examples page <https://plastic.parcels-code.org/en/latest/examples.html>`_. To contribute to the project, please submit a `pull request <https://github.com/OceanParcels/plasticparcels/pulls>`_.
48-
If you want to request a new feature, or if you find an issue or bug in the code, please open an issue in the `plasticparcels issue tracker <https://github.com/OceanParcels/plasticparcels/issues>`_.
49-
If you would like support using ``plasticparcels``, or are have any questions about your ``plasticparcels`` simulations, please start a discussion in the `plasticparcels discussion page <https://github.com/OceanParcels/plasticparcels/discussions>`_.
47+
We welcome contributions to ``plasticparcels``, especially example workbooks and analyses for our `public examples page <https://plastic.parcels-code.org/en/latest/examples.html>`_. To contribute to the project, please submit a `pull request <https://github.com/Parcels-code/plasticparcels/pulls>`_.
48+
If you want to request a new feature, or if you find an issue or bug in the code, please open an issue in the `plasticparcels issue tracker <https://github.com/Parcels-code/plasticparcels/issues>`_.
49+
If you would like support using ``plasticparcels``, or are have any questions about your ``plasticparcels`` simulations, please start a discussion in the `plasticparcels discussion page <https://github.com/Parcels-code/plasticparcels/discussions>`_.
5050

5151
.. toctree::
5252
:maxdepth: 2
@@ -57,4 +57,4 @@ If you would like support using ``plasticparcels``, or are have any questions ab
5757
Physics kernels <physicskernels>
5858
Plastic initialisation maps <initialisationmaps>
5959
API reference <reference/index>
60-
OceanParcels website <https://parcels-code.org/>
60+
Parcels website <https://parcels-code.org/>

plasticparcels/scripts/create_masks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/OceanParcels/GlobalMassBudget/blob/main/create_masks_NEMO0083.py
1+
# https://github.com/Parcels-code/GlobalMassBudget/blob/main/create_masks_NEMO0083.py
22

33

44
"""

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies = [
3333

3434
[project.urls]
3535
homepage = "https://parcels-code.org/"
36-
repository = "https://github.com/OceanParcels/plasticparcels/"
37-
tracker = "https://github.com/OceanParcels/plasticparcels/issues"
36+
repository = "https://github.com/Parcels-code/plasticparcels/"
37+
tracker = "https://github.com/Parcels-code/plasticparcels/issues"
3838

3939
[tool.setuptools]
4040
packages = ["plasticparcels"]

0 commit comments

Comments
 (0)