Skip to content

Commit

Permalink
Merge branch 'riverFlowDynamics_dev' of https://github.com/angelmons/…
Browse files Browse the repository at this point in the history
…landlab into riverFlowDynamics_dev
  • Loading branch information
angelmons committed Oct 22, 2024
2 parents 17db26c + c617ac9 commit 9bfd889
Show file tree
Hide file tree
Showing 971 changed files with 22,231 additions and 21,697 deletions.
28 changes: 28 additions & 0 deletions .credits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ aliases = [
alternate_emails = [
]

[[tool.landlab.credits.author]]
name = 'Annie Thompson'
email = '[email protected]'
aliases = [
'annie',
]
alternate_emails = [
'[email protected]',
]
github = 'anweiii'

[[tool.landlab.credits.author]]
name = 'Benjamin Campforts'
email = '[email protected]'
Expand All @@ -51,9 +62,18 @@ aliases = [
]
alternate_emails = [
'[email protected]',
'[email protected]',
]
github = 'BCampforts'

[[tool.landlab.credits.author]]
name = 'Berkan M'
email = '[email protected]'
aliases = [
]
alternate_emails = [
]

[[tool.landlab.credits.author]]
name = 'Charlie Shobe'
email = '[email protected]'
Expand Down Expand Up @@ -361,6 +381,14 @@ aliases = [
alternate_emails = [
]

[[tool.landlab.credits.author]]
name = 'pankajiitkgp'
email = '[email protected]'
aliases = [
]
alternate_emails = [
]

[[tool.landlab.credits.author]]
name = 'pre-commit-ci[bot]'
email = '66853113+pre-commit-ci[bot]@users.noreply.github.com'
Expand Down
16 changes: 12 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,21 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.11
python-version: 3.12
miniforge-variant: Miniforge3
miniforge-version: latest
auto-update-conda: true

- name: install and check pandoc
run: |
conda install pandoc -c conda-forge
pandoc --help
pandoc --version
- name: Install dependencies
run: pip install nox

- name: Build documentation
run: nox -s build-docs
run: nox -s docs-build
131 changes: 0 additions & 131 deletions .github/workflows/prerelease.yml

This file was deleted.

131 changes: 0 additions & 131 deletions .github/workflows/release.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/test-notebooks.yml

This file was deleted.

Loading

0 comments on commit 9bfd889

Please sign in to comment.