Skip to content

Commit 2c0f012

Browse files
authored
Merge pull request #13 from brian-rose/add-biblio
Add a formal bibliography
2 parents 06c9d08 + ae2a205 commit 2c0f012

File tree

7 files changed

+2595
-78
lines changed

7 files changed

+2595
-78
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ parse:
2525
- smartquotes
2626
- substitution
2727

28+
bibtex_bibfiles:
29+
- references.bib
30+
2831
sphinx:
2932
config:
3033
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
3134
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
35+
bibtex_reference_style: author_year
3236
html_favicon: notebooks/images/icons/favicon.ico
3337
html_last_updated_fmt: "%-d %B %Y"
3438
html_theme: sphinx_pythia_theme

_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ parts:
88
chapters:
99
- file: notebooks/eof-intro
1010
- file: notebooks/climate-modes-xeofs
11+
- caption: Appendix
12+
chapters:
13+
- file: references

environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ dependencies:
2020
- cftime
2121
- pydap
2222
- sphinx-pythia-theme
23-
- pip
24-
- pip:
25-
- xeofs
23+
- xeofs

0 commit comments

Comments
 (0)