Skip to content

Commit 3cfd9c3

Browse files
authored
docs: merge multiple bibtex citations together (#156)
* fix: deprecated tick label resizing
1 parent b649e89 commit 3cfd9c3

56 files changed

Lines changed: 90 additions & 93 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
deploy:
1212

13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/python-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest]
16-
python-version: [3.11]
16+
python-version: [3.12]
1717
env:
1818
OS: ${{ matrix.os }}
1919
PYTHON: ${{ matrix.python-version }}
@@ -52,7 +52,7 @@ jobs:
5252
--password=${{ secrets.EARTHDATA_PASSWORD }} \
5353
--webdav=${{ secrets.PODAAC_PASSWORD }}
5454
- name: Archive code coverage results
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
57-
name: code-coverage-report
57+
name: code-coverage-report-${{ matrix.os }}
5858
path: ./coverage.xml

doc/source/api_reference/calc_degree_one.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
calc_degree_one.py
33
==================
44

5-
- Calculates degree 1 variations using GRACE/GRACE-FO coefficients of degree 2 and greater, and modeled ocean bottom pressure variations :cite:p:`Swenson:2008cr` :cite:p:`Sutterley:2019bx`.
5+
- Calculates degree 1 variations using GRACE/GRACE-FO coefficients of degree 2 and greater, and modeled ocean bottom pressure variations :cite:p:`Swenson:2008cr,Sutterley:2019bx`.
66

77
`Source code`__
88

@@ -26,7 +26,7 @@ Calling Sequence
2626
* ``4``: Wang et al. (2012) values from PREM with soft sediment :cite:p:`Wang:2012gc`
2727

2828
--kl -k : @after
29-
* ``None``: use derived values from :cite:p:`Trupin:1992kp` :cite:p:`Blewitt:2003bz`.
29+
* ``None``: use derived values from :cite:p:`Trupin:1992kp,Blewitt:2003bz`.
3030

3131
--gia -G : @after
3232
* ``'IJ05-R2'``: Ivins R2 GIA Models :cite:p:`Ivins:2013cq`

doc/source/api_reference/calc_harmonic_resolution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
calc_harmonic_resolution.py
33
===========================
44

5-
- Calculates the spatial resolution that can be resolved by the spherical harmonics of a certain degree :cite:p:`Barthelmes:2013fy` :cite:p:`HofmannWellenhof:2006hy`
5+
- Calculates the spatial resolution that can be resolved by the spherical harmonics of a certain degree :cite:p:`Barthelmes:2013fy,HofmannWellenhof:2006hy`
66
- Default method uses the smallest half-wavelength that can be resolved
77
- Secondary method calculates the smallest possible bump that can be resolved
88

doc/source/api_reference/calc_mascon.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ calc_mascon.py
44

55
- Reads in GRACE/GRACE-FO spherical harmonic coefficients
66
- Correct spherical harmonics with the specified GIA model group
7-
- Filters and smooths data with specified processing algorithms :cite:p:`Jekeli:1981vj` :cite:p:`Swenson:2006hu`
8-
- Calculates a time-series of regional mass anomalies through a least-squares mascon procedure following :cite:p:`Tiwari:2009bx` :cite:p:`Jacob:2012gv`
9-
- Calculates the regional mascon errors following :cite:p:`Wahr:2006bx`
7+
- Filters and smooths data with specified processing algorithms :cite:p:`Jekeli:1981vj,Swenson:2006hu`
8+
- Calculates a time-series of regional mass anomalies through a least-squares mascon procedure following :cite:t:`Tiwari:2009bx,Jacob:2012gv`
9+
- Calculates the regional mascon errors following :cite:t:`Wahr:2006bx`
1010

1111
`Source code`__
1212

doc/source/api_reference/calc_sensitivity_kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
calc_sensitivity_kernel.py
33
==========================
44

5-
- Calculates spatial sensitivity kernels through a least-squares mascon procedure following :cite:p:`Tiwari:2009bx` :cite:p:`Jacob:2012gv`
5+
- Calculates spatial sensitivity kernels through a least-squares mascon procedure following :cite:t:`Tiwari:2009bx,Jacob:2012gv`
66

77
`Source code`__
88

doc/source/api_reference/dealiasing_global_uplift.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dealiasing_global_uplift.py
33
===========================
44

5-
- Reads GRACE/GRACE-FO level-1b dealiasing data files for global atmospheric and oceanic loading and estimates anomalies in elastic crustal uplift :cite:p:`Davis:2004il` :cite:p:`Wahr:1998hy`
5+
- Reads GRACE/GRACE-FO level-1b dealiasing data files for global atmospheric and oceanic loading and estimates anomalies in elastic crustal uplift :cite:p:`Davis:2004il,Wahr:1998hy`
66

77
`Source code`__
88

doc/source/api_reference/destripe_harmonics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
destripe_harmonics
33
==================
44

5-
- Filters spherical harmonic coefficients for correlated "striping" errors following :cite:p:`Swenson:2006hu`
5+
- Filters spherical harmonic coefficients for correlated "striping" errors following :cite:t:`Swenson:2006hu`
66

77
Calling Sequence
88
################

doc/source/api_reference/grace_raster_grids.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ grace_raster_grids.py
44

55
- Reads in GRACE/GRACE-FO spherical harmonic coefficients and exports projected spatial fields
66
- Correct spherical harmonics with the specified GIA model group
7-
- Filters and smooths data with specified processing algorithms :cite:p:`Jekeli:1981vj` :cite:p:`Swenson:2006hu`
8-
- Converts data to specified units and performs a Clenshaw harmonic summation to convert to the spatial domain :cite:p:`Holmes:2002ff` :cite:p:`Tscherning:1982tu`
7+
- Filters and smooths data with specified processing algorithms :cite:p:`Jekeli:1981vj,Swenson:2006hu`
8+
- Converts data to specified units and performs a Clenshaw harmonic summation to convert to the spatial domain :cite:p:`Holmes:2002ff,Tscherning:1982tu`
99

1010
`Source code`__
1111

doc/source/api_reference/grace_spatial_error.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
grace_spatial_error.py
33
======================
44

5-
- Reads in GRACE/GRACE-FO spherical harmonic coefficients and exports spatial error field following :cite:p:`Wahr:2006bx`
6-
- Filters and smooths data with specified processing algorithms :cite:p:`Jekeli:1981vj` :cite:p:`Swenson:2006hu`
5+
- Reads in GRACE/GRACE-FO spherical harmonic coefficients and exports spatial error field following :cite:t:`Wahr:2006bx`
6+
- Filters and smooths data with specified processing algorithms :cite:p:`Jekeli:1981vj,Swenson:2006hu`
77
- Converts data to specified units and performs a spherical harmonic summation to convert error field to the spatial domain :cite:p:`Wahr:1998hy`
88

99
`Source code`__

0 commit comments

Comments
 (0)