Skip to content

Commit

Permalink
add deprecation message and links to other projects on front page
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Mar 20, 2024
1 parent 5372ef6 commit 3ae1a36
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def add_buttons(
'sphinx.ext.napoleon',
'sphinx_autodoc_typehints',
'sphinx_copybutton',
'sphinx_design',
'nbsphinx',
]

Expand Down
22 changes: 22 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@
</br></br>
</div>


.. attention::

The ``ess`` python package is being split-up into technique and instrument specific packages,
and should be considered deprecated.
The documentation here is kept for historical reasons.


.. grid:: 2

.. grid-item-card:: ESSsans
:link: https://scipp.github.io/esssans/

A

.. grid-item-card:: ESSdiffraction
:link: https://scipp.github.io/essdiffraction/

B



`European Spallation Source`_ (ESS) toolkit for neutron scattering data reduction powered by `scipp`_ and `scippneutron`_.
Provides ESS facility and instrument bespoke tools.
The ``ess`` module is part of the software stack for data reduction:
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- sphinx=4.5.0
- sphinx-book-theme=0.3.3
- sphinx-copybutton=0.5.2
- sphinx-design==0.5.0
- pip:
- orsopy==1.0.1
- sphinx-autodoc-typehints==1.18.3

0 comments on commit 3ae1a36

Please sign in to comment.