Skip to content

Commit cddeff5

Browse files
authored
Merge pull request #203 from scipp/copier-update-2025-04
Apply copier update April 2025
2 parents a2569c3 + 1471bcc commit cddeff5

File tree

8 files changed

+30
-8
lines changed

8 files changed

+30
-8
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 5c4fd02
2+
_commit: a021314
33
_src_path: gh:scipp/copier_template
44
description: SANS data reduction for the European Spallation Source
55
max_python: '3.13'

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ jobs:
6565
- run: tox -e linkcheck
6666
if: ${{ inputs.linkcheck }}
6767
- uses: actions/upload-artifact@v4
68+
id: artifact-upload-step
6869
with:
6970
name: docs_html
7071
path: html/
72+
- run: echo "::notice::https://remote-unzip.deno.dev/${{ github.repository }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}"
7173

72-
- uses: JamesIves/[email protected].2
74+
- uses: JamesIves/[email protected].3
7375
if: ${{ inputs.publish }}
7476
with:
7577
branch: gh-pages

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: github.event_name == 'release' && github.event.action == 'published'
6969
steps:
7070
- uses: actions/download-artifact@v4
71-
- uses: pypa/gh-action-pypi-publish@v1.8.14
71+
- uses: pypa/gh-action-pypi-publish@v1.12.4
7272

7373
upload_conda:
7474
name: Deploy Conda

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ venv
1414
.venv
1515

1616
# Caches
17+
*.DS_Store
1718
.clangd/
1819
*.ipynb_checkpoints
1920
__pycache__/

docs/index.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,26 @@
44
:width: 60%
55
:align: center
66
:::
7+
:::{image} _static/logo-dark.svg
8+
:class: only-dark
9+
:alt: ESSsans
10+
:width: 60%
11+
:align: center
12+
:::
13+
14+
```{raw} html
15+
<style>
16+
.transparent {display: none; visibility: hidden;}
17+
.transparent + a.headerlink {display: none; visibility: hidden;}
18+
</style>
19+
```
20+
21+
```{role} transparent
22+
```
723

8-
#
24+
# {transparent}`ESSsans`
925

10-
<span style="font-size:1.2em;font-style:italic;color:#5a5a5a">
26+
<span style="font-size:1.2em;font-style:italic;color:var(--pst-color-text-muted)">
1127
SANS data reduction for the European Spallation Source
1228
</br></br>
1329
</span>
@@ -39,7 +55,7 @@
3955

4056
## Get in touch
4157

42-
- If you have questions that are not answered by these documentation pages, ask on [GitHub discussions](https://github.com/scipp/esssans/discussions). Please include a self-contained reproducible example if possible.
58+
- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/esssans/discussions). Please include a self-contained reproducible example if possible.
4359
- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/esssans).
4460

4561
```{toctree}

docs/user-guide/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# User guide
1+
# User Guide
22

33
```{toctree}
44
---
55
maxdepth: 1
66
---
7+
78
installation
89
loki/index
910
isis/index

docs/user-guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22

3-
To install `esssans` and all of its dependencies, use
3+
To install ESSsans and all of its dependencies, use
44

55
`````{tab-set}
66
````{tab-item} pip

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ description = Update dependencies by running pip-compile-multi
6464
deps =
6565
pip-compile-multi
6666
tomli
67+
# Avoid https://github.com/jazzband/pip-tools/issues/2131
68+
pip==24.2
6769
skip_install = true
6870
changedir = requirements
6971
commands = python ./make_base.py --nightly plopp,sciline,scippneutron,scippnexus,scipp,essreduce

0 commit comments

Comments
 (0)