File tree 7 files changed +10
-10
lines changed 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- name : imas-python
1
+ name : IMAS-Python
2
2
3
3
on : push
4
4
8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - name : Checkout imas-python sources
11
+ - name : Checkout IMAS-Python sources
12
12
uses : actions/checkout@v4
13
13
14
14
- name : Set up Python
Original file line number Diff line number Diff line change 26
26
path : dist/
27
27
28
28
publish-to-pypi :
29
- name : Publish imas-python distribution to PyPI
29
+ name : Publish IMAS-Python distribution to PyPI
30
30
needs :
31
31
- build
32
32
runs-on : ubuntu-latest
45
45
uses : pypa/gh-action-pypi-publish@release/v1
46
46
47
47
publish-to-testpypi :
48
- name : Publish imas-python distribution to TestPyPI
48
+ name : Publish IMAS-Python distribution to TestPyPI
49
49
needs :
50
50
- build
51
51
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ contains tabular results. Some examples:
70
70
71
71
72
72
Here we see the benchmark ``core_profiles.Generate.time_create_core_profiles `` for
73
- imas-python `` imas-python ``.
73
+ `` IMAS-Python ``.
74
74
75
75
Some benchmarks are parametrized in multiple dimensions, as in below example. This
76
76
results in a 2D table of results.
77
77
78
78
.. code-block :: text
79
- :caption: Example output for a test parametrized in ``imas-python `` and ``backend``
79
+ :caption: Example output for a test parametrized in ``IMAS-Python `` and ``backend``
80
80
81
81
[65.62%] ··· core_profiles.Get.time_get ok
82
82
[65.62%] ··· ====== ========= ========== ============ ========= ============
Original file line number Diff line number Diff line change 3
3
<version name =" version" >0.0.1</version >
4
4
<IDS name =" minimal"
5
5
maxoccur =" 1"
6
- documentation =" A minimal test imas-python Data Structure (IDS)"
6
+ documentation =" A minimal test IMAS-Python Data Structure (IDS)"
7
7
lifecycle_status =" alpha"
8
8
lifecycle_version =" 0.0.1"
9
9
lifecycle_last_change =" 0.0.1" >
Original file line number Diff line number Diff line change 3
3
<version name =" version" >0.0.2</version >
4
4
<IDS name =" minimal"
5
5
maxoccur =" 1"
6
- documentation =" A minimal test imas-python Data Structure (IDS)"
6
+ documentation =" A minimal test IMAS-Python Data Structure (IDS)"
7
7
lifecycle_status =" alpha"
8
8
lifecycle_version =" 0.0.2"
9
9
lifecycle_last_change =" 0.0.2" >
Original file line number Diff line number Diff line change 3
3
<version name =" version" >0.0.1</version >
4
4
<IDS name =" minimal_struct_array"
5
5
maxoccur =" 1"
6
- documentation =" A minimal test imas-python Data Structure (IDS)"
6
+ documentation =" A minimal test IMAS-Python Data Structure (IDS)"
7
7
lifecycle_status =" alpha"
8
8
lifecycle_version =" 0.0.1"
9
9
lifecycle_last_change =" 0.0.1" >
Original file line number Diff line number Diff line change 3
3
<version name =" version" >0.0.1</version >
4
4
<IDS name =" minimal"
5
5
maxoccur =" 1"
6
- documentation =" A minimal test imas-python Data Structure (IDS)"
6
+ documentation =" A minimal test IMAS-Python Data Structure (IDS)"
7
7
lifecycle_status =" alpha"
8
8
lifecycle_version =" 0.0.1"
9
9
lifecycle_last_change =" 0.0.1" >
You can’t perform that action at this time.
0 commit comments