diff --git a/LICENSE b/LICENSE index 0d5280506..e861ffccf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Consortium for Python Data API Standards contributors +Copyright (c) 2020-2022 Consortium for Python Data API Standards contributors Permission is hereby granted, free of charge, to any person obtaining a copy 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 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/spec/changelog.rst b/spec/changelog.rst new file mode 100644 index 000000000..e0993307d --- /dev/null +++ b/spec/changelog.rst @@ -0,0 +1,5 @@ +Changelog per API standard version +================================== + +.. include:: ../CHANGELOG.md + :parser: myst_parser.sphinx_ diff --git a/spec/conf.py b/spec/conf.py index 14ccf872b..9c01adabd 100644 --- a/spec/conf.py +++ b/spec/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'Python array API standard' -copyright = '2020, Consortium for Python Data API Standards' +copyright = '2020-2022, Consortium for Python Data API Standards' author = 'Consortium for Python Data API Standards' # The full version, including alpha/beta/rc tags -release = '2022.05-DRAFT' +release = '2022.12-DRAFT' # -- General configuration --------------------------------------------------- diff --git a/spec/index.rst b/spec/index.rst index 706c2f5e6..3e51cc68e 100644 --- a/spec/index.rst +++ b/spec/index.rst @@ -28,3 +28,10 @@ Contents usage_data verification_test_suite benchmark_suite + +.. toctree:: + :caption: Other + :maxdepth: 1 + + changelog + license diff --git a/spec/license.rst b/spec/license.rst new file mode 100644 index 000000000..8d4b6d1fd --- /dev/null +++ b/spec/license.rst @@ -0,0 +1,9 @@ +License +======= + +All content on this website and the corresponding +`GitHub repository `__ is licensed +under the following license: + + .. include:: ../LICENSE + :parser: myst_parser.sphinx_