From 2aca47105a35b1a5f37a15e772b01bf1858785cf Mon Sep 17 00:00:00 2001 From: Matthew Flamm Date: Thu, 18 Dec 2025 14:59:09 -0500 Subject: [PATCH] use main branch --- .github/workflows/test.yml | 4 ++-- CONTRIBUTING.md | 4 ++-- LICENSES_THIRD_PARTY | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3761e4..002bdf7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: test: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6704240..7277e33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ print(scipy.__version__, numpy.__version__, rtdpy.__version__, sys.version_info) ## Implementing a new RTD model -See [NCstr model](https://github.com/Merck/rtdpy/blob/master/rtdpy/ncstr.py) +See [NCstr model](https://github.com/Merck/rtdpy/blob/main/rtdpy/ncstr.py) for a simple example. * The base RTD class should be inherited, i.e. `class NewRTD(RTD):`. The RTD @@ -38,6 +38,6 @@ for a simple example. * All API documentation is done in the class/method docstrings. * The tutorial documentation is written in - [index.rst](https://github.com/Merck/rtdpy/blob/master/source/index.rst). + [index.rst](https://github.com/Merck/rtdpy/blob/main/source/index.rst). * The requirements for building the documentation with sphinx are in requirements_docs.txt. diff --git a/LICENSES_THIRD_PARTY b/LICENSES_THIRD_PARTY index 70394f6..930d5f3 100644 --- a/LICENSES_THIRD_PARTY +++ b/LICENSES_THIRD_PARTY @@ -3,5 +3,5 @@ Third party dependencies listed by License type [Format: name (Python module) Type - URL] -------------------------------------------------- -* NumPy (numpy) BSD-3 - https://github.com/numpy/numpy/blob/master/LICENSE.txt -* SciPy (scipy) BSD-3 - https://github.com/scipy/scipy/blob/master/LICENSE.txt +* NumPy (numpy) BSD-3 - https://github.com/numpy/numpy/blob/main/LICENSE.txt +* SciPy (scipy) BSD-3 - https://github.com/scipy/scipy/blob/main/LICENSE.txt