-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation styling for easier navigation (#624)
- Loading branch information
1 parent
d0e33aa
commit b86f0ce
Showing
32 changed files
with
525 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,3 +116,8 @@ conda-build/ | |
|
||
# Ad-hoc QA | ||
qa/ | ||
|
||
# Sphinx generated .txt files | ||
notebook-examples.txt | ||
team-panel.txt | ||
demos.txt |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* Main index page overview cards */ | ||
|
||
.sd-card-img-top { | ||
width: 33% !important; | ||
display: block; | ||
margin-left: auto; | ||
margin-right: auto; | ||
margin-top: 10px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- title: AMS 2023 Abstract | ||
path: https://ams.confex.com/ams/103ANNUAL/meetingapp.cgi/Paper/412648 | ||
thumbnail: _static/thumbnails/ams-logo.jpg | ||
|
||
- title: LLNL Climate and Weather Seminar Series (01/25/2023) - A Gentle Introduction to xCDAT | ||
path: demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb | ||
thumbnail: _static/thumbnails/llnl-logo.png | ||
|
||
- title: ESGF2 - A Gentle Introduction to xCDAT (video introduction) | ||
path: https://youtu.be/sJpQ9vKDKa8?feature=shared | ||
thumbnail: _static/thumbnails/esgf2-logo.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
- title: A Gentle Introduction to xCDAT (Xarray Climate Data Analysis Tools) | ||
path: examples/introduction-to-xcdat.ipynb | ||
thumbnail: _static/xcdat-logo.png | ||
|
||
- title: General Dataset Utilities | ||
path: examples/general-utilities.ipynb | ||
thumbnail: _static/dataset-diagram.webp | ||
|
||
- title: Calculate Geospatial Weighted Averages from Monthly Time Series | ||
path: examples/spatial-average.ipynb | ||
thumbnail: _static/thumbnails/spatial-avg.png | ||
|
||
- title: Calculate Time Averages from Time Series Data | ||
path: examples/temporal-average.ipynb | ||
thumbnail: _static/thumbnails/temporal-average.png | ||
|
||
- title: Calculate Climatology and Departures from Time Series Data | ||
path: examples/climatology-and-departures.ipynb | ||
thumbnail: _static/thumbnails/climatology-and-departures.png | ||
|
||
- title: Horizontal Regridding | ||
path: examples/regridding-horizontal.ipynb | ||
thumbnail: _static/thumbnails/regridding-horizontal.png | ||
|
||
- title: Vertical Regridding | ||
path: examples/regridding-vertical.ipynb | ||
thumbnail: _static/thumbnails/regridding-vertical.png |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
################ | ||
Getting Started | ||
################ | ||
|
||
The getting started guide aims to get you using xCDAT productively as quickly as possible. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:hidden: | ||
|
||
Project Overview <overview> | ||
Installation <installation> | ||
xCDAT on HPC / Jupyter <getting-started-hpc-jupyter> | ||
faqs |
Oops, something went wrong.