Skip to content

Commit 8170717

Browse files
authored
Merge pull request #8 from mrava87/master
Switch to PyLops organisation
2 parents b84b95a + 8c40aa7 commit 8170717

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
![PyLops-gpu](https://github.com/equinor/pylops-gpu/blob/master/docs/source/_static/g-pylops_b.png)
1+
![PyLops-gpu](https://github.com/PyLops/pylops-gpu/blob/master/docs/source/_static/g-pylops_b.png)
22

33
[![PyPI version](https://badge.fury.io/py/pylops-gpu.svg)](https://badge.fury.io/py/pylops-gpu)
4-
[![Build Status](https://travis-ci.org/equinor/pylops-gpu.svg?branch=master)](https://travis-ci.org/equinor/pylops-gpu)
5-
[![AzureDevOps Status](https://dev.azure.com/MRAVA/PyLops/_apis/build/status/equinor.pylops-gpu?branchName=master)](https://dev.azure.com/MRAVA/PyLops/_build/latest?definitionId=2&branchName=master)
4+
[![Build Status](https://travis-ci.com/PyLops/pylops-gpu.svg?branch=master)](https://travis-ci.com/PyLops/pylops-gpu)
5+
[![AzureDevOps Status](https://travis-ci.com/PyLops/pylops-gpu.svg?branch=master)](https://travis-ci.com/PyLops/pylops-gpu)
66
[![Documentation Status](https://readthedocs.org/projects/pylops-gpu/badge/?version=latest)](https://pylops-gpu.readthedocs.io/en/latest/?badge=latest)
7-
[![OS-support](https://img.shields.io/badge/OS-linux,osx-850A8B.svg)](https://github.com/equinor/pylops-gpu)
7+
[![OS-support](https://img.shields.io/badge/OS-linux,osx-850A8B.svg)](https://github.com/PyLops/pylops-gpu)
88
[![Slack Status](https://img.shields.io/badge/chat-slack-green.svg)](https://pylops.slack.com)
99

1010
:vertical_traffic_light: :vertical_traffic_light: This library is under early development.
@@ -89,7 +89,7 @@ Coming soon...
8989
You can also directly install from the master node
9090

9191
```
92-
pip install git+https://[email protected]/equinor/pylops-gpu.git@master
92+
pip install git+https://[email protected]/PyLops/pylops-gpu.git@master
9393
```
9494

9595
## Contributing
@@ -123,7 +123,6 @@ It is an extension of [PyLops](https://pylops.readthedocs.io/en/latest/) for lar
123123
*GPU-driven* linear operators on that can be tailored to our needs, and as contribution to the free software community.
124124

125125

126-
127126
## Contributors
128127
* Matteo Ravasi, mrava87
129128
* Francesco Picetti, fpicetti

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@
124124
html_context = {
125125
'menu_links_name': 'Repository',
126126
'menu_links': [
127-
('<i class="fa fa-github fa-fw"></i> Source Code', 'https://github.com/equinor/pylops-gpu'),
128-
('<i class="fa fa-users fa-fw"></i> Contributing', 'https://github.com/equinor/pylops-gpu/blob/master/CONTRIBUTING.md'),
127+
('<i class="fa fa-github fa-fw"></i> Source Code', 'https://github.com/PyLops/pylops-gpu'),
128+
('<i class="fa fa-users fa-fw"></i> Contributing', 'https://github.com/PyLops/pylops-gpu/blob/master/CONTRIBUTING.md'),
129129
],
130130
# Custom variables to enable "Improve this page"" and "Download notebook"
131131
# links
132132
'doc_path': 'docs/source',
133133
'galleries': sphinx_gallery_conf['gallery_dirs'],
134134
'gallery_dir': dict(zip(sphinx_gallery_conf['gallery_dirs'],
135135
sphinx_gallery_conf['examples_dirs'])),
136-
'github_project': 'equinor',
136+
'github_project': 'PyLops',
137137
'github_repo': 'pylops-gpu',
138138
'github_version': 'master',
139139
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def src(pth):
3030
'Topic :: Scientific/Engineering :: Mathematics'
3131
],
3232
author='mrava',
33-
author_email='mrava@equinor.com',
33+
author_email='matteoravasi@gmail.com',
3434
install_requires=['numpy >= 1.15.0',
3535
'torch >= 1.2.0',
3636
'pytorch_complex_tensor',

0 commit comments

Comments
 (0)