Skip to content

Commit

Permalink
Merge branch 'main' into favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille authored May 6, 2024
2 parents 81bf002 + 6965c4a commit e9fb2db
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ The tool is based on the [`Parcels`](https://oceanparcels.org/) computational La

![PlasticParcels](docs/_static/plasticparcelslogo.png)

### Installation

`PlasticParcels` can be installed using `conda` from the [`conda-forge` channel](https://anaconda.org/conda-forge/plasticparcels) with the following command:

```bash
conda install conda-forge::plasticparcels
```

### Further information
For more information and documentation, see the [PlasticParcels documentation](https://plastic.oceanparcels.org/).

[![unit-tests](https://github.com/OceanParcels/plasticparcels/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/OceanParcels/plasticparcels/actions/workflows/unit_tests.yml)
[![Anaconda-release](https://anaconda.org/conda-forge/plasticparcels/badges/version.svg)](https://anaconda.org/conda-forge/plasticparcels/)
[![Anaconda-date](https://anaconda.org/conda-forge/plasticparcels/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/plasticparcels/)
[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.823561.svg)](https://doi.org/10.5281/zenodo.823561)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
html_theme_options = {
"logo": {
"image_light": "plasticparcelslogo.png",
"image_dark": "plasticparcelslogo-inverted.png", # TODO create this
"image_dark": "plasticparcelslogo_inverted.png",
},
# "use_edit_page_button": True,
"github_url": "https://github.com/OceanParcels/plasticparcels",
Expand Down
13 changes: 13 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Welcome to the documentation of PlasticParcels.
``plasticparcels`` is a python package for simulating the transport and dispersion of plastics in the ocean. The tool is based on the ``parcels`` computational Lagrangian ocean analysis framework, providing a modular and customisable collection of methods, notebooks, and tutorials for advecting virtual plastic particles with a wide range of physical properties.


Installation
^^^^^^^^^^^^

``plasticparcels`` can be installed using ``conda`` from the `conda-forge channel <https://anaconda.org/conda-forge/plasticparcels>`_ with the following command:

.. code-block::
conda install conda-forge::plasticparcels
Or downloaded from https://github.com/OceanParcels/PlasticParcels


.. toctree::
:maxdepth: 2
:caption: Contents
Expand Down

0 comments on commit e9fb2db

Please sign in to comment.