Skip to content

Commit 8db42c4

Browse files
committed
more minor fixes
1 parent 4d91ec2 commit 8db42c4

File tree

5 files changed

+33
-32
lines changed

5 files changed

+33
-32
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
project = "scoringrules"
1010
author = "scoringrules contributors"
11-
copyright = "2024"
12-
release = "0.7.0"
11+
copyright = "2024-2025"
12+
release = "0.8.0"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/contributing.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ uv run pytest tests/
3939

4040
### Contributing to the documentation
4141

42-
You can work on the documentation by modifying `mkdocs.yaml` and files in `docs/`. The most convenient way to do it is to run
42+
You can work on the documentation by modifying files in `docs/`. The most convenient way to do it is to run
4343

4444
```
45-
uvx --with-requirements docs/requirements.txt mkdocs serve
45+
uvx --with-requirements docs/requirements.txt sphinx-autobuild docs/ docs/_build/
4646
```
4747

48-
and open the locally hosted documentation on your browser. It will be updated automatically every time you make changes and save. If you edit or add pieces of LaTex math, please make sure they
49-
are rendered correctly.
48+
and open the locally hosted documentation on your browser. It will be updated automatically every time you make changes and save. If you edit or add pieces of LaTex math, please make sure they are rendered correctly.

docs/reference.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ Multivariate
3232
.. autosummary::
3333
:toctree: generated
3434
35-
energy_score
36-
twenergy_score
37-
owenergy_score
38-
vrenergy_score
39-
variogram_score
40-
owvariogram_score
41-
twvariogram_score
42-
vrvariogram_score
35+
es_ensemble
36+
owes_ensemble
37+
twes_ensemble
38+
vres_ensemble
39+
40+
vs_ensemble
41+
owvs_ensemble
42+
twvs_ensemble
43+
vrvs_ensemble
44+
4345
gksmv_ensemble
4446
twgksmv_ensemble
4547
owgksmv_ensemble
@@ -108,7 +110,7 @@ Parametric distributions forecasts
108110
logs_uniform
109111
110112
Consistent scoring functions
111-
==========================
113+
============================
112114
.. autosummary::
113115
:toctree: generated
114116
@@ -117,7 +119,7 @@ Consistent scoring functions
117119
118120
119121
Categorical forecasts
120-
=================================
122+
=====================
121123
.. autosummary::
122124
:toctree: generated
123125

scoringrules/_crps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def crps_ensemble(
6969
Weighted variants of the CRPS.
7070
crps_quantile
7171
CRPS for quantile forecasts.
72-
energy_score
72+
es_ensemble
7373
The multivariate equivalent of the CRPS.
7474
7575
Notes

uv.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)