Skip to content

Commit aacbe93

Browse files
authored
Add HyperSpy (#736)
1 parent 7dede03 commit aacbe93

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/en/tabcontents.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ params:
2929
alttext: JAX
3030
url: https://github.com/google/jax
3131
- title: Xarray
32-
text: Labeled, indexed multi-dimensional arrays for advanced analytics and visualization
32+
text: Labeled, indexed multi-dimensional arrays for advanced analytics and visualization.
3333
img: /images/content_images/arlib/xarray.png
3434
alttext: xarray
3535
url: https://xarray.pydata.org/en/stable/index.html
@@ -119,6 +119,8 @@ params:
119119
label: PyWavelets
120120
- url: https://python-control.org/
121121
label: python-control
122+
- url: https://hyperspy.org/
123+
label: HyperSpy
122124
- title: Image Processing
123125
alttext: An photograph of the mountains.
124126
img: /images/content_images/sc_dom_img/image_processing.svg

layouts/partials/tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="tabs-title">{{ $title }}</h1>
1010
Scientific Domains
1111
</button>
1212
<button id="0-tab-1" type="button" role="tab" aria-selected="false" aria-controls="0-tabpanel-1">
13-
Array libraries
13+
Array Libraries
1414
</button>
1515
<button id="0-tab-2" type="button" role="tab" aria-selected="false" aria-controls="0-tabpanel-2">
1616
Data Science

0 commit comments

Comments
 (0)