Skip to content

Commit 1a51ac1

Browse files
committed
Changing reference xref and pdf version
1 parent 652c938 commit 1a51ac1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

myst.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ project:
1919
keys:
2020
# These link resolve in the browser but generates did not resolve and 403 for the build
2121
- https://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-scan?projshort=SPITZER
22-
- https://academic.oup.com/mnras/article/505/2/2954/6284767
2322
extends:
2423
- toc.yml
2524
site:

tutorials/parquet-catalog-demos/irsa-hats-with-lsdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ The rationale for selecting these columns is as follows:
326326
ztf_schema_df[ztf_schema_df.name.isin(ztf_columns)]
327327
```
328328

329-
For a quality cut, we apply the following filter on the number of good epochs (from [Coughlin et al. 2021](https://academic.oup.com/mnras/article/505/2/2954/6284767) section 2):
329+
For a quality cut, we apply the following filter on the number of good epochs (from {cite}`doi.org/10.1093/mnras/stab1502`) section 2):
330330

331331
```{code-cell} ipython3
332332
quality_filters = [

tutorials/spherex/spherex_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SPHEREx is a NASA Astrophysics Medium Explorer mission that launched in March 20
3636

3737
The community will also mine SPHEREx data and combine it with synergistic data sets to address a variety of additional topics in astrophysics.
3838

39-
More information is available in the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/SPHEREx_Expsupp_QR_v1.0.pdf).
39+
More information is available in the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/SPHEREx_Expsupp_QR.pdf).
4040

4141
+++
4242

0 commit comments

Comments
 (0)