Skip to content

Commit 8d4b207

Browse files
renamed pyrsa to rsatoolbox in readme files and license
1 parent 39c4307 commit 8d4b207

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 pyrsa authors
3+
Copyright (c) 2019 rsatoolbox authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
[![Documentation Status](https://readthedocs.org/projects/rsatoolbox/badge/?version=latest)](https://rsatoolbox.readthedocs.io/en/latest/?badge=latest)
44
[![PyPI version](https://badge.fury.io/py/rsatoolbox.svg)](https://badge.fury.io/py/rsatoolbox)
55
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/626ca9ec9f75485a9f73783c02710b1f)](https://www.codacy.com/gh/rsagroup/rsatoolbox?utm_source=github.com&utm_medium=referral&utm_content=rsagroup/rsatoolbox&utm_campaign=Badge_Grade)
6-
[![CodeFactor](https://www.codefactor.io/repository/github/rsagroup/pyrsa/badge)](https://www.codefactor.io/repository/github/rsagroup/rsatoolbox)
7-
[![codecov](https://codecov.io/gh/rsagroup/pyrsa/branch/master/graph/badge.svg)](https://codecov.io/gh/rsagroup/rsatoolbox)
6+
[![CodeFactor](https://www.codefactor.io/repository/github/rsagroup/rsatoolbox/badge)](https://www.codefactor.io/repository/github/rsagroup/rsatoolbox)
7+
[![codecov](https://codecov.io/gh/rsagroup/rsatoolbox/branch/master/graph/badge.svg)](https://codecov.io/gh/rsagroup/rsatoolbox)
88

99

1010
Conceived during the RSA retreat 2019 in Blue Mountains,
11-
this version replaces the 2013 version of pyrsa previously at ilogue/pyrsa.
11+
this version replaces the 2013 version of rsatoolbox previously at ilogue/rsatoolbox.
1212

1313
[Documentation](https://rsatoolbox.readthedocs.io/)
1414

1515

1616
#### Getting Started
1717

18-
The easiest way to install pyrsa is with pip:
18+
The easiest way to install rsatoolbox is with pip:
1919

2020
```sh
2121
pip install rsatoolbox
@@ -24,8 +24,8 @@ pip install rsatoolbox
2424
here is a simple code sample:
2525

2626
```python
27-
import numpy, pyrsa
28-
data = pyrsa.data.Dataset(numpy.random.rand(10, 5))
29-
rdms = pyrsa.rdm.calc_rdm(data)
30-
pyrsa.vis.show_rdm(rdms)
27+
import numpy, rsatoolbox
28+
data = rsatoolbox.data.Dataset(numpy.random.rand(10, 5))
29+
rdms = rsatoolbox.rdm.calc_rdm(data)
30+
rsatoolbox.vis.show_rdm(rdms)
3131
```

wiki/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# wiki
22

3-
This directory contains resources to be linked to from the [Github wiki](https://github.com/rsagroup/pyrsa/wiki).
3+
This directory contains resources to be linked to from the [Github wiki](https://github.com/rsagroup/rsatoolbox/wiki).

0 commit comments

Comments
 (0)