Skip to content

Commit

Permalink
add h5py and re-arrange cards in docs slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Sep 17, 2024
1 parent 1c4c58e commit 05ed876
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Getting started

::::{grid} 3
::::{grid} 2

:::{grid-item-card} {octicon}`desktop-download;1em`  Installation
:link: getting-started/installation.md
Expand All @@ -14,15 +14,15 @@

:::

::::

::::{grid} 2

:::{grid-item-card} {octicon}`graph;1em`  Numpy, Pandas, and Xarray
:link: getting-started/numpy-pandas-xarray.ipynb

:::

::::

::::{grid} 3

:::{grid-item-card} {octicon}`download;1em`  Saving figures to disk
:link: plot-types/saving-figures.ipynb

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ scipp = ["scipp"]
all = ["scipp", "ipympl", "pythreejs", "mpltoolbox", "ipywidgets", "graphviz"]
test = [
"graphviz",
"h5py",
"ipympl",
"ipywidgets",
"kaleido",
Expand Down
1 change: 1 addition & 0 deletions requirements/basetest.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# --- END OF CUSTOM SECTION ---
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
graphviz
h5py
ipympl
ipywidgets
kaleido
Expand Down
5 changes: 4 additions & 1 deletion requirements/basetest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:314ee5934e03b1ff21f09178bb0e346436d24621
# SHA1:c6f601e33fd3f41cccb2b6941696c30023119c3b
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -29,6 +29,8 @@ fonttools==4.53.1
# via matplotlib
graphviz==0.20.3
# via -r basetest.in
h5py==3.11.0
# via -r basetest.in
idna==3.10
# via requests
iniconfig==2.0.0
Expand Down Expand Up @@ -68,6 +70,7 @@ mpltoolbox==24.5.1
numpy==2.1.1
# via
# contourpy
# h5py
# ipydatawidgets
# ipympl
# matplotlib
Expand Down
2 changes: 0 additions & 2 deletions requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
-r base.in
-r basetest.in
gitpython
h5py
ipykernel
ipython!=8.7.0 # Breaks syntax highlighting in Jupyter code cells.
myst-parser
nbsphinx
pooch
pydata-sphinx-theme>=0.14
requests
sphinx
Expand Down
4 changes: 1 addition & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:5aef0021b553749f4bbc89ce00a58c083e7b4e21
# SHA1:306fdd5d8d28daa68e493fb60648c0436bc661b0
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -41,8 +41,6 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via -r docs.in
h5py==3.11.0
# via -r docs.in
imagesize==1.4.1
# via sphinx
ipykernel==6.29.5
Expand Down

0 comments on commit 05ed876

Please sign in to comment.