Skip to content

Commit 657906d

Browse files
authored
removing mentions of -examples repo from the README (#226)
1 parent 82637dc commit 657906d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import PyPartMC
3030

3131
#### Jupyter notebooks with examples
3232

33-
- Urban plum scenario demo (as in [PartMC](https://github.com/compdyn/partmc/tree/master/scenarios/1_urban_plume)):
33+
- Urban plum scenario demo (as in [PartMC](https://github.com/compdyn/partmc/tree/master/scenarios/1_urban_plume)):
3434
[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.jupyter.org/github/open-atmos/PyPartMC/blob/main/examples/particle_simulation.ipynb)
3535
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/particle_simulation.ipynb)
3636
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/particle_simulation.ipynb)
@@ -45,7 +45,7 @@ import PyPartMC
4545
- works on Linux, macOS and Windows (compatibility assured with [CI builds](https://github.com/open-atmos/PyPartMC/blob/main/.github/workflows/tests.yml))
4646
- hassle-free installation using `pip` (prior PartMC installation **not needed**)
4747
- works out of the box on [mybinder.org](https://mybinder.org/), [Google Colab](colab.research.google.com/) and alike
48-
- ships with [a set of examples](https://github.com/open-atmos/PyPartMC-examples) maintained in a form of Jupyter notebooks
48+
- ships with [a set of examples](https://github.com/open-atmos/PyPartMC/tree/main/examples) maintained in a form of Jupyter notebooks
4949
- Pythonic API (but retaining PartMC jargon) incl. Python GC deallocation of Fortran objects
5050
- specification of parameters using native Python datatypes (lists, dicts) in place of PartMC spec files
5151
- code snippets in README depicting how to use PyPartMC from Julia (also executed on CI)
@@ -76,10 +76,6 @@ print(ppmc.__version__)
7676
gas_data = ppmc.GasData(("H2SO4", "HNO3", "HCl", "NH3", "NO", "NO2"))
7777
```
7878

79-
#### Jupyter notebooks with examples
80-
81-
See the [PyPartMC-examples](https://github.com/open-atmos/PyPartMC-examples) project.
82-
8379
#### usage in other projects
8480

8581
PyPartMC is used within the [test workflow of the PySDM project](https://github.com/atmos-cloud-sim-uj/PySDM/tree/main/tests/smoke_tests/partmc).

0 commit comments

Comments
 (0)