Skip to content

Commit

Permalink
Fix gallery with new theme (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored May 30, 2021
1 parent abc445b commit 229f8de
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: linkcheck

# Only build PRs.
# Only build PRs, the main branch, and releases.
on:
pull_request:
push:
branches:
- main
release:
types:
- published

jobs:
linkcheck:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __pycache__/
docs/_build/
docs/api/empymod*
docs/savefig/
docs/gallery/
docs/gallery/*/

# Pytest and coverage related
htmlcov
Expand Down
69 changes: 69 additions & 0 deletions docs/gallery/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
.. _empymod_gallery:

=======
Gallery
=======

:Release: |version|
:Date: |today|

----

.. toctree::
:maxdepth: 2
:hidden:

fdomain/index
tdomain/index
educational/index
reproducing/index
published/index

.. panels::
:container: container-lg pb-3
:column: col-lg-4 col-md-4 col-sm-6 col-xs-12 p-2

---
:img-top: fdomain/images/sphx_glr_single_and_crossplot_003.png

Frequency domain
^^^^^^^^^^^^^^^^

Frequency-domain examples. A good place to get started.

+++

.. link-button:: sphx_glr_gallery_fdomain
:type: ref
:text: To the examples
:classes: btn-block btn-info stretched-link

---
:img-top: tdomain/images/sphx_glr_tem_walktem_002.png

Time domain
^^^^^^^^^^^

Time-domain examples.

+++

.. link-button:: sphx_glr_gallery_tdomain
:type: ref
:text: To the examples
:classes: btn-block btn-info stretched-link

---
:img-top: educational/images/sphx_glr_dlf_standard_lagged_splined_003.png

Educational
^^^^^^^^^^^

Educational material and advanced examples.

+++

.. link-button:: sphx_glr_gallery_educational
:type: ref
:text: To the examples
:classes: btn-block btn-info stretched-link

0 comments on commit 229f8de

Please sign in to comment.