File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 124124html_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}
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments