Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
4 changes: 2 additions & 2 deletions LICENSES_THIRD_PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -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