Skip to content

Commit 8409fb3

Browse files
authored
Merge pull request #221 from scipp/update-docs-frontpage
Add deprecation message and links to other projects on front page
2 parents 5372ef6 + e7fab64 commit 8409fb3

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def add_buttons(
8383
'sphinx.ext.napoleon',
8484
'sphinx_autodoc_typehints',
8585
'sphinx_copybutton',
86+
'sphinx_design',
8687
'nbsphinx',
8788
]
8889

docs/index.rst

+56
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,62 @@
1717
</br></br>
1818
</div>
1919

20+
21+
.. attention::
22+
23+
The ``ess`` python package is being split-up into technique and instrument specific packages,
24+
and should be considered deprecated.
25+
The documentation here is kept for historical reasons.
26+
**Below, you will find links to the new packages.**
27+
28+
29+
.. grid:: 2
30+
31+
.. grid-item-card:: ESSdiffraction
32+
:link: https://scipp.github.io/essdiffraction/
33+
34+
Diffraction data reduction
35+
36+
.. grid-item-card:: ESSnmx
37+
:link: https://scipp.github.io/essnmx/
38+
39+
Data reduction for the NMX instrument
40+
41+
.. grid:: 2
42+
43+
.. grid-item-card:: ESSpolarization
44+
:link: https://scipp.github.io/esspolarization/
45+
46+
Polarization data reduction
47+
48+
.. grid-item-card:: ESSreflectometry
49+
:link: https://scipp.github.io/essreflectometry/
50+
51+
Reflectometry data reduction
52+
53+
.. grid:: 2
54+
55+
.. grid-item-card:: ESSsans
56+
:link: https://scipp.github.io/esssans/
57+
58+
SANS data reduction
59+
60+
.. grid-item-card:: ESSspectroscopy
61+
:link: https://scipp.github.io/essspectroscopy/
62+
63+
Spectroscopy data reduction
64+
65+
.. grid:: 2
66+
67+
.. grid-item-card:: ESSreduce
68+
:link: https://scipp.github.io/essreduce/
69+
70+
Common tools for ESS data reduction
71+
72+
.. raw:: html
73+
74+
<br><br><br><br>
75+
2076
`European Spallation Source`_ (ESS) toolkit for neutron scattering data reduction powered by `scipp`_ and `scippneutron`_.
2177
Provides ESS facility and instrument bespoke tools.
2278
The ``ess`` module is part of the software stack for data reduction:

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies:
3232
- sphinx=4.5.0
3333
- sphinx-book-theme=0.3.3
3434
- sphinx-copybutton=0.5.2
35+
- sphinx-design==0.4.1
3536
- pip:
3637
- orsopy==1.0.1
3738
- sphinx-autodoc-typehints==1.18.3

0 commit comments

Comments
 (0)