Skip to content

Commit

Permalink
deploy: d552556
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Feb 1, 2025
1 parent 79620b7 commit 1bfee81
Show file tree
Hide file tree
Showing 37 changed files with 1,337 additions and 817 deletions.
Binary file modified .doctrees/api/index.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/examples/plot_grand_stats.doctree
Binary file not shown.
Binary file modified .doctrees/examples/plot_qc_hover.doctree
Binary file not shown.
Binary file modified .doctrees/examples/plot_qc_poss_vs_used.doctree
Binary file not shown.
Binary file modified .doctrees/examples/sg_execution_times.doctree
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/sg_execution_times.doctree
Binary file not shown.
Binary file modified .doctrees/userguide/index.doctree
Binary file not shown.
Binary file added .doctrees/userguide/quickstart.doctree
Binary file not shown.
Binary file not shown.
Binary file modified _downloads/6742944b67d4968c626afed6fdda4bcd/plot_qc_hover.zip
Binary file not shown.
Binary file modified _downloads/994e376499e59bb54fd692040f9da018/plot_grand_stats.zip
Binary file not shown.
Binary file modified _downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip
Binary file not shown.
Binary file modified _downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions _sources/api/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _api:

=========
API Guide
=========
Expand Down
2 changes: 1 addition & 1 deletion _sources/examples/plot_grand_stats.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ for each type of observation.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.328 seconds)
**Total running time of the script:** (0 minutes 0.062 seconds)


.. _sphx_glr_download_examples_plot_grand_stats.py:
Expand Down
4 changes: 2 additions & 2 deletions _sources/examples/plot_qc_hover.rst.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _sources/examples/plot_qc_poss_vs_used.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ Find number of used versus possible observations

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.198 seconds)
**Total running time of the script:** (0 minutes 0.208 seconds)


.. _sphx_glr_download_examples_plot_qc_poss_vs_used.py:
Expand Down
12 changes: 6 additions & 6 deletions _sources/examples/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.787** total execution time for 3 files **from examples**:
**00:00.529** total execution time for 3 files **from examples**:

.. container::

Expand All @@ -32,12 +32,12 @@ Computation times
* - Example
- Time
- Mem (MB)
* - :ref:`sphx_glr_examples_plot_grand_stats.py` (``plot_grand_stats.py``)
- 00:00.328
- 0.0
* - :ref:`sphx_glr_examples_plot_qc_hover.py` (``plot_qc_hover.py``)
- 00:00.261
- 00:00.259
- 0.0
* - :ref:`sphx_glr_examples_plot_qc_poss_vs_used.py` (``plot_qc_poss_vs_used.py``)
- 00:00.198
- 00:00.208
- 0.0
* - :ref:`sphx_glr_examples_plot_grand_stats.py` (``plot_grand_stats.py``)
- 00:00.062
- 0.0
6 changes: 4 additions & 2 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ pyDARTdiags
examples/index
api/index

pyDARTdiags is a Python library for observation space diagnostics for the Data Assimilation Research Testbed (`DART <https://github.com/NCAR/DART>`_).
pyDARTdiags is a Python library for manipulating observation sequences
and calculating observation-space diagnostics for the Data Assimilation Research Testbed
(`DART <https://github.com/NCAR/DART>`_).


.. caution::
Expand Down Expand Up @@ -72,7 +74,7 @@ Contributing

Contributions are welcome! If you have a feature request, bug report, or a suggestion,
please open an issue on our `GitHub repository <https://github.com/NCAR/pyDARTdiags>`_.
To learn more about contributing to pyDARTdiags, please see the `Developer's Guide <devel>`_.
To learn more about contributing to pyDARTdiags, please see the :ref:`Developer's Guide <devel>`.

License
=======
Expand Down
12 changes: 6 additions & 6 deletions _sources/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.787** total execution time for 3 files **from all galleries**:
**00:00.529** total execution time for 3 files **from all galleries**:

.. container::

Expand All @@ -32,12 +32,12 @@ Computation times
* - Example
- Time
- Mem (MB)
* - :ref:`sphx_glr_examples_plot_grand_stats.py` (``../examples/plot_grand_stats.py``)
- 00:00.328
- 0.0
* - :ref:`sphx_glr_examples_plot_qc_hover.py` (``../examples/plot_qc_hover.py``)
- 00:00.261
- 00:00.259
- 0.0
* - :ref:`sphx_glr_examples_plot_qc_poss_vs_used.py` (``../examples/plot_qc_poss_vs_used.py``)
- 00:00.198
- 00:00.208
- 0.0
* - :ref:`sphx_glr_examples_plot_grand_stats.py` (``../examples/plot_grand_stats.py``)
- 00:00.062
- 0.0
Loading

0 comments on commit 1bfee81

Please sign in to comment.