Skip to content

Commit

Permalink
Merge pull request #328 from ImperialCollegeLondon/316-update-documen…
Browse files Browse the repository at this point in the history
…tation-for-canopy-and-crown

Revise and document functionality of canopy and crown
  • Loading branch information
davidorme authored Oct 21, 2024
2 parents 2883d59 + 55b6f90 commit 82ad6f0
Show file tree
Hide file tree
Showing 9 changed files with 1,011 additions and 400 deletions.
3 changes: 3 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
Loading

0 comments on commit 82ad6f0

Please sign in to comment.