Skip to content

Commit c5bf1f5

Browse files
committed
docs: 📚 update copyright years and refactor acknowledgements section
1 parent e10c3b5 commit c5bf1f5

10 files changed

Lines changed: 22 additions & 27 deletions

File tree

docs/0_toc.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -31,3 +31,9 @@
3131
11_writing_a_profile
3232
10_api
3333
genindex
34+
35+
.. toctree::
36+
:maxdepth: 1
37+
:caption: About
38+
39+
ack

docs/10_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -135,7 +135,7 @@ Python Check API
135135
======================
136136

137137
Requirement Class
138-
----------
138+
-----------------
139139
.. autoclass:: rocrate_validator.requirements.python.PyRequirement
140140
:members:
141141

docs/1_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

docs/2_usage_cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

docs/3_usage_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

docs/4_how_it_works.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

docs/5_offline_mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

docs/ack.rst

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -13,22 +13,11 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515

16-
.. _acknowledgements:
17-
18-
.. toctree::
19-
:maxdepth: 5
20-
:caption: Contents:
21-
2216
Acknowledgements
2317
================
2418

25-
This work has been partially funded by the following sources:
26-
27-
.. image:: https://raw.githubusercontent.com/crs4/rocrate-validator/develop/docs/img/eu-logo/EN_Co-fundedbytheEU_RGB_POS.png
28-
:alt: Co-funded by the EU
29-
:width: 250px
30-
:align: right
31-
32-
- the `BY-COVID <https://by-covid.org/>`_ project (HORIZON Europe grant agreement number 101046203);
33-
- the `LIFEMap <https://www.thelifemap.it/>`_ project, funded by the Italian Ministry of Health (Piano Operative Salute, Trajectory 3).
34-
19+
.. Body sourced from the README so it stays in sync with it (the README
20+
.. "## Acknowledgements" heading is skipped: the page title above replaces it).
21+
.. include:: ../README.md
22+
:parser: myst_parser.sphinx_
23+
:start-line: 182

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# Set project metadata
3333
project = 'rocrate-validator'
34-
copyright = '2024, CRS4'
34+
copyright = '2024-2026, CRS4'
3535
author = 'Marco Enrico Piras, Luca Pireddu, Simone Leo'
3636
release = __version__
3737

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 CRS4
2+
Copyright (c) 2024-2026 CRS4
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)