Skip to content

Commit 44fd827

Browse files
move citation out of caption for pdf build sync with python
1 parent 6e39efb commit 44fd827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reading.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,9 @@ of accessing data through an API in this book, with the hope that it gives you e
11601160
idea that you can learn how to use another API if needed. In particular, in this book we will show you the basics
11611161
of how to use the `httr2` package in R\index{API!httr2}\index{httr2}\index{NASA} to access data from the NASA "Astronomy Picture
11621162
of the Day" API (a great source of desktop backgrounds, by the way—take a look at the stunning
1163-
picture of the Rho-Ophiuchi cloud complex in Figure \@ref(fig:NASA-API-Rho-Ophiuchi) from July 13, 2023!).
1163+
picture of the Rho-Ophiuchi cloud complex [@rhoophiuchi] in Figure \@ref(fig:NASA-API-Rho-Ophiuchi) from July 13, 2023!).
11641164

1165-
(ref:NASA-API-Rho-Ophiuchi) The James Webb Space Telescope's NIRCam image of the Rho Ophiuchi molecular cloud complex [@rhoophiuchi].
1165+
(ref:NASA-API-Rho-Ophiuchi) The James Webb Space Telescope's NIRCam image of the Rho Ophiuchi molecular cloud complex.
11661166

11671167
```{r NASA-API-Rho-Ophiuchi, echo = FALSE, message = FALSE, warning = FALSE, fig.cap = "(ref:NASA-API-Rho-Ophiuchi)", fig.retina = 2, out.width="60%"}
11681168
knitr::include_graphics("img/reading/NASA-API-Rho-Ophiuchi.png")

0 commit comments

Comments
 (0)