Skip to content

Commit

Permalink
Add to doc index
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Dec 7, 2023
1 parent f28fee6 commit 11373ce
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@ channels:
- nodefaults
dependencies:
- python=3.10
- ipykernel
- ipython
- matplotlib
- nbsphinx
- numpy
- numpydoc
- pre-commit
- pytest
- pytest-cov
- scipy
- xarray
- sphinx>=4.2.0
- sphinx-copybutton
- sphinx-design
- sphinx-panels
- sphinx-autosummary-accessors
- sphinx-book-theme >= 0.0.38
- nbsphinx
- sphinxcontrib-srclinks
- numpydoc
- ipython
- xarray
- pip
- pip:
# relative to this file. Needs to be editable to be accepted.
Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"IPython.sphinxext.ipython_console_highlighting",
"IPython.sphinxext.ipython_directive",
"nbsphinx",
"sphinx_design",
]

extlinks = {
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ A Python library for creating eddy covariance flux footprints using multiple ana
:caption: For users

API Reference <api>
Tutorials and Presentations <tutorials-and-presentations>
42 changes: 42 additions & 0 deletions doc/tutorials-and-presentations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.. _tutorials-and-presentations:

Tutorials and Presentations
===========================

Tutorials
---------

.. toctree::
:maxdepth: 1
:hidden:

demo

.. grid:: 1 2 2 2
:gutter: 2


.. grid-item-card::
:text-align: center
:link: demo.html

.. image:: _images/demo_7_0.png
:alt: Eddy-footprint demonstration
+++
Eddy-footprint demonstration

Presentations
-------------

.. grid:: 1 2 2 2
:gutter: 2


.. grid-item-card::
:text-align: center
:link: https://agu.confex.com/agu/fm23/meetingapp.cgi/Paper/1418503

Eddy-footprint: an open-source Python package for generating eddy covariance footprints

+++
2023 AGU Fall Meeting

0 comments on commit 11373ce

Please sign in to comment.