Skip to content

Commit

Permalink
pythia fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 15, 2024
1 parent 220fd75 commit 8c0640a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The motivation behind this book is to provide some examples of Pangeo-based work

## Authors

[Martin Schobben](@martinschobben), [Nikolas Pikall](@npikall)
[Martin Schobben](https://github.com/MartinSchobben), [Nikolas Pikall](https://github.com/npikall)

### Contributors

Expand Down
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
copyright: "2024"

bibtex_bibfiles:
- notebooks/references.bib

execute:
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
execute_notebooks: cache
Expand All @@ -27,6 +30,7 @@ parse:

sphinx:
config:
bibtex_reference_style: author_year
linkcheck_ignore: ["https://doi.org/*", "https://zenodo.org/badge/*"] # don't run link checker on DOI links since they are immutable
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
html_favicon: notebooks/images/icons/favicon.ico
Expand Down Expand Up @@ -76,5 +80,3 @@ sphinx:
- footer-info
- footer-extra

bibtex_bibfiles:
- notebooks/references.bib
7 changes: 5 additions & 2 deletions notebooks/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ @article{quast_getting_2024
author = {Raphael Quast},
title = {EOmaps: A python package to visualize and analyze geographical datasets.},
doi = {10.5281/zenodo.6459598},
url = {https://doi.org/10.5281/zenodo.6459598}
url = {https://doi.org/10.5281/zenodo.6459598},
journal = {},
year = {2024}
}

@article{rouse1974monitoring,
Expand All @@ -157,4 +159,5 @@ @online{nasa2020
year = {2020},
url = {https://earthobservatory.nasa.gov/features/MeasuringVegetation/measuring_vegetation_2.php},
urldate = {2024-07-26}
}
}

6 changes: 3 additions & 3 deletions notebooks/references.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# References {.unnumbered}\n",
"# References\n",
"\n",
"::: {#refs}\n",
":::"
"```{bibliography}\n",
"```\n"
]
}
],
Expand Down

0 comments on commit 8c0640a

Please sign in to comment.