Skip to content

Commit 8711b55

Browse files
authored
Update links from eltos to xsuite namespace
1 parent 20c329b commit 8711b55

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors:
66
family-names: Niedermayer
77
orcid: "https://orcid.org/0000-0002-4722-6619"
88
type: software
9-
url: "https://eltos.github.io/xplt"
10-
repository-code: "https://github.com/eltos/xplt"
9+
url: "https://xsuite.github.io/xplt"
10+
repository-code: "https://github.com/xsuite/xplt"
1111
abstract: >-
1212
A plotting library for Xsuite and simmilar accelerator physics codes.
1313
keywords:

docs/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1313

1414
project = "Xplt"
15-
copyright = "2022, Philipp Niedermayer (github.com/eltos)"
15+
copyright = "2022-2024, Philipp Niedermayer (github.com/eltos)"
1616
author = "Philipp Niedermayer (github.com/eltos)"
17-
github_username = "eltos"
17+
github_username = "xsuite"
1818
github_repository = "xplt"
1919
version = __version__
2020
release = version
@@ -94,7 +94,7 @@ def linkcode_resolve(domain, info):
9494
else:
9595
path = (root + sourcefile.split(root)[-1]).replace(os.path.sep, "/")
9696
filename = f"{path}#L{line}-L{line + len(sourcecode) - 1}"
97-
return f"https://github.com/eltos/xplt/blob/v{version}/{filename}"
97+
return f"https://github.com/xsuite/xplt/blob/v{version}/{filename}"
9898
except:
9999
return None
100100

@@ -127,7 +127,7 @@ def setup(app):
127127
html_static_path = ["_static"]
128128
html_theme_options = {
129129
"show_nav_level": 2,
130-
"github_url": "https://github.com/eltos/xplt",
130+
"github_url": "https://github.com/xsuite/xplt",
131131
"icon_links": [
132132
{
133133
"name": "PyPI",

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dynamic = ["version"]
3232

3333
[project.urls]
3434
homepage = "https://github.com/eltos/xplt"
35-
documentation = "https://eltos.github.io/xplt"
36-
repository = "https://github.com/eltos/xplt"
35+
documentation = "https://xsuite.github.io/xplt"
36+
repository = "https://github.com/xsuite/xplt"
3737

3838
[project.optional-dependencies]
3939
all = ["pandas"]

0 commit comments

Comments
 (0)