Skip to content

Commit f53fb88

Browse files
Apply suggestions from code review
Co-authored-by: Simon Pinches <SimonPinches@users.noreply.github.com>
1 parent 9d925a5 commit f53fb88

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: imas-python
1+
name: IMAS-Python
22

33
on: push
44

@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- name: Checkout imas-python sources
11+
- name: Checkout IMAS-Python sources
1212
uses: actions/checkout@v4
1313

1414
- name: Set up Python

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: dist/
2727

2828
publish-to-pypi:
29-
name: Publish imas-python distribution to PyPI
29+
name: Publish IMAS-Python distribution to PyPI
3030
needs:
3131
- build
3232
runs-on: ubuntu-latest
@@ -45,7 +45,7 @@ jobs:
4545
uses: pypa/gh-action-pypi-publish@release/v1
4646

4747
publish-to-testpypi:
48-
name: Publish imas-python distribution to TestPyPI
48+
name: Publish IMAS-Python distribution to TestPyPI
4949
needs:
5050
- build
5151
runs-on: ubuntu-latest

docs/source/benchmarking.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ contains tabular results. Some examples:
7070
7171
7272
Here we see the benchmark ``core_profiles.Generate.time_create_core_profiles`` for
73-
imas-python ``imas-python``.
73+
``IMAS-Python``.
7474

7575
Some benchmarks are parametrized in multiple dimensions, as in below example. This
7676
results in a 2D table of results.
7777

7878
.. 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``
8080
8181
[65.62%] ··· core_profiles.Get.time_get ok
8282
[65.62%] ··· ====== ========= ========== ============ ========= ============

imas/assets/IDS_minimal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<version name="version">0.0.1</version>
44
<IDS name="minimal"
55
maxoccur="1"
6-
documentation="A minimal test imas-python Data Structure (IDS)"
6+
documentation="A minimal test IMAS-Python Data Structure (IDS)"
77
lifecycle_status="alpha"
88
lifecycle_version="0.0.1"
99
lifecycle_last_change="0.0.1">

imas/assets/IDS_minimal_2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<version name="version">0.0.2</version>
44
<IDS name="minimal"
55
maxoccur="1"
6-
documentation="A minimal test imas-python Data Structure (IDS)"
6+
documentation="A minimal test IMAS-Python Data Structure (IDS)"
77
lifecycle_status="alpha"
88
lifecycle_version="0.0.2"
99
lifecycle_last_change="0.0.2">

imas/assets/IDS_minimal_struct_array.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<version name="version">0.0.1</version>
44
<IDS name="minimal_struct_array"
55
maxoccur="1"
6-
documentation="A minimal test imas-python Data Structure (IDS)"
6+
documentation="A minimal test IMAS-Python Data Structure (IDS)"
77
lifecycle_status="alpha"
88
lifecycle_version="0.0.1"
99
lifecycle_last_change="0.0.1">

imas/assets/IDS_minimal_types.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<version name="version">0.0.1</version>
44
<IDS name="minimal"
55
maxoccur="1"
6-
documentation="A minimal test imas-python Data Structure (IDS)"
6+
documentation="A minimal test IMAS-Python Data Structure (IDS)"
77
lifecycle_status="alpha"
88
lifecycle_version="0.0.1"
99
lifecycle_last_change="0.0.1">

0 commit comments

Comments
 (0)