Skip to content

Commit

Permalink
Merge pull request #277 from ImperialCollegeLondon/276-implementation…
Browse files Browse the repository at this point in the history
…-of-flora-and-pft

Implementation of Flora and PlantFunctionalType
  • Loading branch information
davidorme authored Sep 9, 2024
2 parents 1d2fc84 + 242f075 commit 247d009
Show file tree
Hide file tree
Showing 17 changed files with 1,767 additions and 119 deletions.
1 change: 1 addition & 0 deletions docs/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ subtrees:
- file: users/pmodel/c3c4model.md
- file: users/pmodel/isotopic_discrimination.md
- file: users/tmodel/tmodel.md
- file: users/tmodel/canopy.md
- file: users/splash.md
- file: users/constants.md
- file: users/hygro.md
Expand Down
28 changes: 28 additions & 0 deletions docs/source/api/demography_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
jupytext:
formats: md:myst
text_representation:
extension: .md
format_name: myst
format_version: 0.13
kernelspec:
display_name: Python 3
language: python
name: python3
---

# The {mod}`~pyrealm.demography` module

```{eval-rst}
.. automodule:: pyrealm.demography
:autosummary:
:members:
```

## The {mod}`~pyrealm.demography.flora` module

```{eval-rst}
.. automodule:: pyrealm.demography.flora
:autosummary:
:members:
```
249 changes: 131 additions & 118 deletions docs/source/refs.bib

Large diffs are not rendered by default.

Loading

0 comments on commit 247d009

Please sign in to comment.