Skip to content

Commit 303bbf2

Browse files
committed
Add Changelog and License to the rendered website, update copyright year
This is a follow-up to data-apisgh-574
1 parent 6d07556 commit 303bbf2

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Consortium for Python Data API Standards contributors
3+
Copyright (c) 2020-2022 Consortium for Python Data API Standards contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

spec/changelog.rst

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changelog per API standard version
2+
==================================
3+
4+
.. include:: ../CHANGELOG.md
5+
:parser: myst_parser.sphinx_

spec/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'Python array API standard'
21-
copyright = '2020, Consortium for Python Data API Standards'
21+
copyright = '2020-2022, Consortium for Python Data API Standards'
2222
author = 'Consortium for Python Data API Standards'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2022.05-DRAFT'
25+
release = '2022.12-DRAFT'
2626

2727

2828
# -- General configuration ---------------------------------------------------

spec/index.rst

+7
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ Contents
2828
usage_data
2929
verification_test_suite
3030
benchmark_suite
31+
32+
.. toctree::
33+
:caption: Other
34+
:maxdepth: 1
35+
36+
changelog
37+
license

spec/license.rst

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
License
2+
=======
3+
4+
All content on this website and the corresponding
5+
`GitHub repository <https://github.com/data-apis/array-api>`__ is licensed
6+
under the following license:
7+
8+
.. include:: ../LICENSE
9+
:parser: myst_parser.sphinx_

0 commit comments

Comments
 (0)