Skip to content

Commit c22a0ed

Browse files
committed
Changed links from equinor to PyLops org
1 parent 53a997d commit c22a0ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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)