File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 37
37
```
38
38
39
39
* 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.,
41
41
42
42
``` html
43
43
<div class =" filter-menu" >
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ Click on the keywords below to filter the recipes according to their function:
55
55
<button data-filter =" regrid" >Regrid</button >
56
56
<button data-filter =" subspace" >Subspace</button >
57
57
<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 >
58
61
</div >
59
62
60
63
.. raw :: html
You can’t perform that action at this time.
0 commit comments