Skip to content

Commit

Permalink
Merge branch 'develop' into 236-develop-pyrealmcoresolar-function-rad…
Browse files Browse the repository at this point in the history
…iation-calc-library
  • Loading branch information
j-emberton authored Oct 21, 2024
2 parents 55131c1 + 34c1f34 commit dc28fd4
Show file tree
Hide file tree
Showing 91 changed files with 2,968 additions and 1,540 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.8
rev: v0.6.9
hooks:
# Run the linter.
- id: ruff
Expand Down
11 changes: 11 additions & 0 deletions docs/source/api/constants_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# The {mod}`~pyrealm.constants` module
Expand Down
11 changes: 11 additions & 0 deletions docs/source/api/core_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# The {mod}`~pyrealm.core` module
Expand Down
11 changes: 11 additions & 0 deletions docs/source/api/demography_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# The {mod}`~pyrealm.demography` module
Expand Down
11 changes: 11 additions & 0 deletions docs/source/api/pmodel_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# The {mod}`~pyrealm.pmodel` module
Expand Down
11 changes: 11 additions & 0 deletions docs/source/api/splash_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# The {mod}`~pyrealm.splash` module
Expand Down
11 changes: 11 additions & 0 deletions docs/source/api/tmodel_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# The {mod}`~pyrealm.tmodel` module
Expand Down
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
from dataclasses import dataclass, field
from datetime import datetime

# Import Matplotlib to avoid this message in notebooks:
# "Matplotlib is building the font cache; this may take a moment."
import matplotlib.pyplot # noqa: F401
import sphinxcontrib.bibtex.plugin
from sphinxcontrib.bibtex.style.referencing import BracketStyle
from sphinxcontrib.bibtex.style.referencing.author_year import AuthorYearReferenceStyle
Expand Down Expand Up @@ -96,6 +99,7 @@ class MyReferenceStyle(AuthorYearReferenceStyle):
("py:class", "numpy._typing._array_like._ScalarType_co"),
("py:class", "numpy._typing._generic_alias.ScalarType"),
("py:class", "numpy.float32"),
("py:class", "numpy.float64"),
("py:class", "numpy.int64"),
("py:class", "numpy.timedelta64"),
("py:class", "numpy.bool_"),
Expand Down
11 changes: 11 additions & 0 deletions docs/source/development/code_qa_and_typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# Code quality and static typing
Expand Down
11 changes: 11 additions & 0 deletions docs/source/development/code_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# Package testing and profiling
Expand Down
21 changes: 21 additions & 0 deletions docs/source/development/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# Documentation
Expand Down Expand Up @@ -60,6 +71,16 @@ kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---
```

Expand Down
11 changes: 11 additions & 0 deletions docs/source/development/github_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# GitHub Actions
Expand Down
11 changes: 11 additions & 0 deletions docs/source/development/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# Developing `pyrealm`
Expand Down
11 changes: 11 additions & 0 deletions docs/source/development/profiling_and_benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3
language: python
name: python3
language_info:
codemirror_mode:
name: ipython
version: 3
file_extension: .py
mimetype: text/x-python
name: python
nbconvert_exporter: python
pygments_lexer: ipython3
version: 3.11.9
---

# Profiling and benchmarking
Expand Down
Loading

0 comments on commit dc28fd4

Please sign in to comment.