Skip to content

Commit

Permalink
Merge pull request #10 from brey/master
Browse files Browse the repository at this point in the history
Fix urls
  • Loading branch information
brey authored Apr 26, 2021
2 parents cdb93ef + 4ce2c30 commit 8f279a5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.8

- name: "Install Python dependencies"
run: "pip install black"
run: "pip install black==20.8b1"

- name: "Run linters"
run: "black --check ./"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Framework for Sea Level Hydrodynamic simulations
================================================

[![Documentation Status](https://readthedocs.org/projects/pyposeidon/badge/?version=latest)](https://pyposeidon.readthedocs.io/en/latest/?badge=latest) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/brey/pyPoseidon) ![CI](https://github.com/brey/pyPoseidon/actions/workflows/conda_and_nested_venv.yml/badge.svg) ![CI](https://github.com/brey/pyPoseidon/actions/workflows/conda.yml/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/brey/pyPoseidon/master?urlpath=%2Flab)
[![Documentation Status](https://readthedocs.org/projects/pyposeidon/badge/?version=latest)](https://pyposeidon.readthedocs.io/en/latest/?badge=latest) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/ec-jrc/pyPoseidon) ![CI](https://github.com/ec-jrc/pyPoseidon/actions/workflows/conda_and_nested_venv.yml/badge.svg) ![CI](https://github.com/ec-jrc/pyPoseidon/actions/workflows/conda.yml/badge.svg) ![CI](https://github.com/ec-jrc/pyPoseidon/actions/workflows/code_quality.yml/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ec-jrc/pyPoseidon/master?urlpath=%2Flab)

This is a development project utilising multiple solvers (currently DELFT3D & SCHISM) for simulating sea level height (currently only storm surge). The purpose is to create a simple, portable and transparent way of setting up, running and analysing hydrodynamic computations through python scripts and Jupyter Notebooks (http://jupyter.org). See Notebooks in Tutorial/ for relevant prototypes.

Expand Down
2 changes: 1 addition & 1 deletion Tutorial/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a tutorial on the functionality of pyposeidon. You can follow it locally by having Jupyter, pyposeidon and the solvers installed. See the [docs](https://pyposeidon.readthedocs.io/en/latest/10_installation.html) for more info.

Alternatively you can use [binder](https://mybinder.org/v2/gh/brey/pyposeidon/master?urlpath=%2Flab).
Alternatively you can use [binder](https://mybinder.org/v2/gh/ec-jrc/pyposeidon/master?urlpath=%2Flab).

It is suggested to follow a proposed sequence of review.

Expand Down
5 changes: 3 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test:
- pyposeidon

about:
home: https://github.com/brey/pyposeidon
home: https://github.com/ec-jrc/pyposeidon
license: EUPL-1.2
license_file: LICENSE
summary: 'Framework for Hydrodynamic simulations'
Expand All @@ -56,8 +56,9 @@ about:
pre/post processing utilizing popular packages
such as xarray, pandas, geopandas etc.
doc_url: https://pyposeidon.readthedocs.io/
dev_url: https://github.com/brey/pyPoseidon
dev_url: https://github.com/ec-jrc/pyPoseidon

extra:
recipe-maintainers:
- brey
- pmav99
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

site_name: "pyPoseidon"
use_directory_urls: false
repo_url: "https://github.com/brey/pyPoseidon"
repo_url: "https://github.com/ec-jrc/pyPoseidon"

theme:
name: "material"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
"Panos Mavrogiorgos <[email protected]>"
]
readme = "README.md"
homepage = "https://github.com/brey/pyposeidon"
homepage = "https://github.com/ec-jrc/pyposeidon"
keywords = [
"Hydrodynamic",
"Sea",
Expand Down

0 comments on commit 8f279a5

Please sign in to comment.