You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,7 +24,7 @@ This package is heavily inspired by the original [WFDB Software Package](https:/
24
24
25
25
See the [documentation site](http://wfdb.readthedocs.io) for the public APIs.
26
26
27
-
See the [demo.ipynb](https://github.com/MIT-LCP/wfdb-python/blob/master/demo.ipynb) notebook file for example use cases.
27
+
See the [demo.ipynb](https://github.com/MIT-LCP/wfdb-python/blob/main/demo.ipynb) notebook file for example use cases.
28
28
29
29
## Installation
30
30
@@ -57,7 +57,7 @@ See the [note](#package-management) below about dev dependencies.
57
57
We welcome community contributions in the form of pull requests. When contributing code, please ensure:
58
58
59
59
- Documentation is provided. New functions and classes should have numpy/scipy style [docstrings](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt).
60
-
- Unit tests are written for new features that are not covered by [existing tests](https://github.com/MIT-LCP/wfdb-python/tree/master/tests).
60
+
- Unit tests are written for new features that are not covered by [existing tests](https://github.com/MIT-LCP/wfdb-python/tree/main/tests).
61
61
- The code style is consistent with the project's formating standards.
0 commit comments