Skip to content

Commit 5909a2c

Browse files
committed
fix error
1 parent 13073d9 commit 5909a2c

4 files changed

Lines changed: 14 additions & 15 deletions

File tree

docs/20250902_171121_log.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/data_input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ structure and extract both metadata and raw signal data.
2626

2727
.. code-block:: python
2828
29-
from ioniq.io import EDHReader
29+
from ionique.io import EDHReader
3030
3131
reader = EDHReader("path/to/file.edh", downsample=5)
3232
metadata, current, voltage = reader

docs/install_beginner.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Installation for beginners
22
===========================
33

4-
Welcome to Ioniq!
4+
Welcome to Ionique!
55
------------------
66

77
This tutorial is designed for non-coding users. If you have used Python and GitHub before, please proceed with the ``README.md`` instructions.
@@ -44,7 +44,7 @@ Step 2: GitHub
4444

4545
First, you need to create an account by following the instructions on `GitHub <https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github>`_.
4646

47-
Now, open the repository link: `Ioniq Repository <https://github.com/wanunulab/ioniq>`_, click on the green **"Code"** button, and download the ZIP file. Unzip it.
47+
Now, open the repository link: `Ionique Repository <https://github.com/wanunulab/ionique>`_, click on the green **"Code"** button, and download the ZIP file. Unzip it.
4848

4949
Move the folder to the desired location on your computer.
5050

@@ -69,7 +69,7 @@ The most important command for this tutorial is **cd**, which stands for "change
6969
7070
cd directory_name
7171
72-
Find the **ioniq** folder and move inside it.
72+
Find the **ionique** folder and move inside it.
7373

7474
Step 4: Virtual Environment
7575
---------------------------
@@ -84,16 +84,16 @@ Run the following command:
8484

8585
.. code-block:: sh
8686
87-
python -m venv ioniq_env
87+
python -m venv ionique_env
8888
8989
Then, activate it:
9090

9191
.. code-block:: sh
9292
93-
source ioniq_env/bin/activate # Linux/MacOS
94-
ioniq_env\Scripts\activate.bat # Windows
93+
source ionique_env/bin/activate # Linux/MacOS
94+
ionique_env\Scripts\activate.bat # Windows
9595
96-
Now, install the Ioniq requirements:
96+
Now, install the Ionique requirements:
9797

9898
.. code-block:: sh
9999
@@ -135,6 +135,6 @@ Then, type:
135135
136136
to deactivate the virtual environment.
137137

138-
**Note:** Starting from **Step 5**, the procedure will be identical each time you want to run **Ioniq**.
138+
**Note:** Starting from **Step 5**, the procedure will be identical each time you want to run **Ionique**.
139139

140-
Happy using Ioniq!
140+
Happy using Ionique!

docs/modules.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ API Reference
2525
:maxdepth: 2
2626
:caption: API Reference
2727

28-
ioniq.io
29-
ioniq.parsers
30-
ioniq.analysis
31-
ioniq.utils
28+
ionique.io
29+
ionique.parsers
30+
ionique.analysis
31+
ionique.utils

0 commit comments

Comments
 (0)