Skip to content

Commit 4ba76f0

Browse files
authored
Tutorial 5: Add bibliography reference section (#28)
* Update hash of thumbnail figure for Tutorial 5 Wish there was more human readable URLs... * Fix references and add bibliography to Tutorial 5 Got several `WARNING: could not find bibtex key` errors because a Bibliography section wasn't put in. Xref https://jupyterbook.org/en/stable/content/citations.html
1 parent a4c0fa4 commit 4ba76f0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

book/_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ html:
4444
4545
sphinx:
4646
config:
47+
bibtex_bibliography_header: ".. rubric:: References"
4748
bibtex_reference_style: author_year
4849
html_show_copyright: false
4950
# Adjust highlight language for sphinx_gmt examples

book/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ and [Yvonne Fröhlich](https://orcid.org/0000-0002-8566-0619)
9595
:gutter: 1
9696

9797
:::{grid-item-card} Tutorial 5 - 3-D Topography (Planetary / Antarctic maps)
98-
:img-top: _images/1dfddce0ff606bd7dc3a175aedbd2fc4bde3aeadfadfd339eb30ce1903d049f9.png
98+
:img-top: _images/0a6fc097b1fcaa99eff8632dab714787757564ed60e07f20825101c6a8e045ae.png
9999
:link: ./tut05_topography.html
100100
by [Wei Ji Leong](https://orcid.org/0000-0003-2354-1988)
101101
and [André Belém](https://orcid.org/0000-0002-8865-6180)

book/tut05_topography.ipynb

+3
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,9 @@
418418
"- https://github.com/andrebelem/PlanetaryMaps/blob/main/2_%20Tutorial%20Mars%20Maps%20V2.ipynb\n",
419419
"- https://www.generic-mapping-tools.org/egu22pygmt/lidar_to_surface.html\n",
420420
"- https://www.pygmt.org/v0.13.0/tutorials/advanced/3d_perspective_image.html\n",
421+
"```\n",
422+
"\n",
423+
"```{bibliography}\n",
421424
"```"
422425
]
423426
}

0 commit comments

Comments
 (0)