Skip to content

Commit f84a25c

Browse files
Add all new recipe filter keywords from 5 x new recipes
1 parent b681833 commit f84a25c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
```
3838

3939
* If the filter doesn't exist, it has to be added in `<div class="filter-menu">`
40-
alphabetically for `/docs/source/recipes/README.rst`, e.g.,
40+
alphabetically for `docs/source/recipes/README.rst`, e.g.,
4141

4242
```html
4343
<div class="filter-menu">

docs/source/recipes/README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Click on the keywords below to filter the recipes according to their function:
5555
<button data-filter="regrid">Regrid</button>
5656
<button data-filter="subspace">Subspace</button>
5757
<button data-filter="mask">Mask</button>
58+
<button data-filter="vectorplot">Vectorplot</button>
59+
<button data-filter="subplot">Subplot</button>
60+
<button data-filter="stats">Statistical Operations</button>
5861
</div>
5962

6063
.. raw:: html

0 commit comments

Comments
 (0)