File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
family-names : Niedermayer
7
7
orcid : " https://orcid.org/0000-0002-4722-6619"
8
8
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"
11
11
abstract : >-
12
12
A plotting library for Xsuite and simmilar accelerator physics codes.
13
13
keywords :
Original file line number Diff line number Diff line change 12
12
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
13
13
14
14
project = "Xplt"
15
- copyright = "2022, Philipp Niedermayer (github.com/eltos)"
15
+ copyright = "2022-2024 , Philipp Niedermayer (github.com/eltos)"
16
16
author = "Philipp Niedermayer (github.com/eltos)"
17
- github_username = "eltos "
17
+ github_username = "xsuite "
18
18
github_repository = "xplt"
19
19
version = __version__
20
20
release = version
@@ -94,7 +94,7 @@ def linkcode_resolve(domain, info):
94
94
else :
95
95
path = (root + sourcefile .split (root )[- 1 ]).replace (os .path .sep , "/" )
96
96
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 } "
98
98
except :
99
99
return None
100
100
@@ -127,7 +127,7 @@ def setup(app):
127
127
html_static_path = ["_static" ]
128
128
html_theme_options = {
129
129
"show_nav_level" : 2 ,
130
- "github_url" : "https://github.com/eltos /xplt" ,
130
+ "github_url" : "https://github.com/xsuite /xplt" ,
131
131
"icon_links" : [
132
132
{
133
133
"name" : "PyPI" ,
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ dynamic = ["version"]
32
32
33
33
[project .urls ]
34
34
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"
37
37
38
38
[project .optional-dependencies ]
39
39
all = [" pandas" ]
You can’t perform that action at this time.
0 commit comments