Skip to content

Commit 5d0ca0f

Browse files
committed
Replaced references to master branch
1 parent 5b98dba commit 5d0ca0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
:target: https://pepy.tech/project/stumpy
1313
:alt: PyPI Downloads
1414
.. |License| image:: https://img.shields.io/pypi/l/stumpy.svg
15-
:target: https://github.com/stumpy-dev/stumpy/blob/master/LICENSE.txt
15+
:target: https://github.com/stumpy-dev/stumpy/blob/main/LICENSE.txt
1616
:alt: License
1717
.. |Test Status| image:: https://github.com/stumpy-dev/stumpy/workflows/Tests/badge.svg
1818
:target: https://github.com/stumpy-dev/stumpy/actions?query=workflow%3ATests+branch%3Amain
1919
:alt: Test Status
20-
.. |Code Coverage| image:: https://codecov.io/gh/stumpy-dev/stumpy/branch/master/graph/badge.svg
20+
.. |Code Coverage| image:: https://codecov.io/gh/stumpy-dev/stumpy/branch/main/graph/badge.svg
2121
:target: https://codecov.io/gh/stumpy-dev/stumpy
2222
:alt: Code Coverage
2323
.. |RTD Status| image:: https://readthedocs.org/projects/stumpy/badge/?version=latest
@@ -41,7 +41,7 @@
4141

4242
|
4343
44-
.. image:: https://raw.githubusercontent.com/stumpy-dev/stumpy/master/docs/images/stumpy_logo_small.png
44+
.. image:: https://raw.githubusercontent.com/stumpy-dev/stumpy/main/docs/images/stumpy_logo_small.png
4545
:target: https://github.com/stumpy-dev/stumpy
4646
:alt: STUMPY Logo
4747

@@ -227,7 +227,7 @@ Performance
227227

228228
We tested the performance of computing the exact matrix profile using the Numba JIT compiled version of the code on randomly generated time series data with various lengths (i.e., ``np.random.rand(n)``) along with different `CPU and GPU hardware resources <hardware_>`_.
229229

230-
.. image:: https://raw.githubusercontent.com/stumpy-dev/stumpy/master/docs/images/performance.png
230+
.. image:: https://raw.githubusercontent.com/stumpy-dev/stumpy/main/docs/images/performance.png
231231
:alt: STUMPY Performance Plot
232232

233233
The raw results are displayed in the table below as Hours:Minutes:Seconds.Milliseconds and with a constant window size of `m = 50`. Note that these reported runtimes include the time that it takes to move the data from the host to all of the GPU device(s). You may need to scroll to the right side of the table in order to see all of the runtimes.
@@ -334,7 +334,7 @@ First, please check the `discussions <https://github.com/stumpy-dev/stumpy/discu
334334
Contributing
335335
------------
336336

337-
We welcome `contributions <https://github.com/stumpy-dev/stumpy/blob/master/CONTRIBUTING.md>`__ in any form! Assistance with documentation, particularly expanding tutorials, is always welcome. To contribute please `fork the project <https://github.com/stumpy-dev/stumpy/fork>`__, make your changes, and submit a pull request. We will do our best to work through any issues with you and get your code merged into the main branch.
337+
We welcome `contributions <https://github.com/stumpy-dev/stumpy/blob/main/CONTRIBUTING.md>`__ in any form! Assistance with documentation, particularly expanding tutorials, is always welcome. To contribute please `fork the project <https://github.com/stumpy-dev/stumpy/fork>`__, make your changes, and submit a pull request. We will do our best to work through any issues with you and get your code merged into the main branch.
338338

339339
------
340340
Citing

0 commit comments

Comments
 (0)