Skip to content

Commit

Permalink
start using reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
andife committed Jul 7, 2024
1 parent b55aa9d commit f2e0f8e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright Contributors to the Pyro project.
#
# SPDX-License-Identifier: Apache-2.0

name: CI

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright Contributors to the Pyro project.
#
# SPDX-License-Identifier: Apache-2.0

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright Contributors to the Pyro project.
#
# SPDX-License-Identifier: Apache-2.0

.PHONY: all install docs lint format test integration-test clean FORCE

all: docs test
Expand Down
16 changes: 16 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version = 1
SPDX-PackageName = "pyro"
SPDX-PackageSupplier = "TODO add"
SPDX-PackageDownloadLocation = "pyro.ai"

[[annotations]]
path = "tutorial/source/**ipynb"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright Contributors to the Pyro project."
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "tutorial/source/**rst"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright Contributors to the Pyro project."
SPDX-License-Identifier = "Apache-2.0"
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright Contributors to the Pyro project.
#
# SPDX-License-Identifier: Apache-2.0

[tool:pytest]
filterwarnings = error
ignore:numpy.ufunc size changed:RuntimeWarning
Expand Down
4 changes: 4 additions & 0 deletions tutorial/source/sir_hmc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. Copyright Contributors to the Pyro project.
..
.. SPDX-License-Identifier: Apache-2.0
Example: Epidemiological inference via HMC
==========================================

Expand Down

0 comments on commit f2e0f8e

Please sign in to comment.