Skip to content

Commit f0c5e96

Browse files
committed
Update docs
1 parent 19f4a69 commit f0c5e96

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

docs/buildDocs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ cat > index.html <<EOF
117117
<!DOCTYPE html>
118118
<html>
119119
<head>
120-
<title>NiBAx Docs</title>
120+
<title>niCHART Docs</title>
121121
<meta http-equiv = "refresh" content="0; url='/${REPO_NAME}/en/main/'" />
122122
</head>
123123
<body>
@@ -137,7 +137,7 @@ If you're looking to update our documentation, check the 'docs/' dir.
137137
138138
If you are looking for documentation, please see:
139139
140-
* https://cbica.github.io/NiBAx/
140+
* https://cbica.github.io/niCHART/
141141
EOF
142142

143143
# copy the resulting html pages built from sphinx above to our new git repo

docs/contents/datapreprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Complete example
4343

4444
.. code-block:: shell
4545
46-
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/CBICA/NiBAx/
47-
cd NiBAx/Image_Processing/sMRI
46+
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/CBICA/niCHART/
47+
cd niCHART/Image_Processing/sMRI
4848
git lfs pull --include example
4949
git lfs pull --include sMRI_ProcessingPipeline
5050

docs/contents/development.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ with the full path.
4242
/usr/bin/python --version
4343

4444

45-
It is recommended to install **[NiBAx]** in a virtual Python environment.
45+
It is recommended to install **[niCHART]** in a virtual Python environment.
4646
Shown below is an installation into the folder `.env` in the current working
4747
directory.
4848

4949
.. code-block:: shell
5050
5151
python -m venv .env
5252
source .env/bin/activate
53-
python -m pip install https://github.com/CBICA/NiBAx
53+
python -m pip install https://github.com/CBICA/niCHART
5454
5555
56-
Once installed, the GUI is accesible as command `NiBAx`.
56+
Once installed, the GUI is accesible as command `niCHART`.
5757

5858
.. code-block:: shell
5959
60-
# Typing NiBAx in an activated virtual environment
60+
# Typing niCHART in an activated virtual environment
6161
# will launch the graphical user interface.
62-
NiBAx
62+
niCHART
6363
6464
***************************
6565
Build documentation locally

docs/contents/userguide.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414

1515
The easiest method to install the toolbox is via the binary installers for Windows, macOS, and Linux.
1616

17-
Alternate releases of **[NiBAχ]** can be found `here <https://github.com/CBICA/NiBAx/tags>`_.
17+
Alternate releases of **[niCHART]** can be found `here <https://github.com/CBICA/niCHART/tags>`_.
1818

1919

2020
Until one-click installation packages are available, we recommend to install
@@ -48,24 +48,24 @@ with the full path.
4848
/usr/bin/python --version
4949

5050

51-
It is recommended to install **[NiBAx]** in a virtual Python environment.
51+
It is recommended to install **[niCHART]** in a virtual Python environment.
5252
Shown below is an installation into the folder `.env` in the current working
5353
directory.
5454

5555
.. code-block:: shell
5656
5757
python -m venv .env
5858
source .env/bin/activate
59-
python -m pip install https://github.com/CBICA/NiBAx
59+
python -m pip install https://github.com/CBICA/niCHART
6060
6161
62-
Once installed, the GUI is accesible as command `NiBAx`.
62+
Once installed, the GUI is accesible as command `niCHART`.
6363

6464
.. code-block:: shell
6565
66-
# Typing NiBAx in an activated virtual environment
66+
# Typing niCHART in an activated virtual environment
6767
# will launch the graphical user interface.
68-
NiBAx
68+
niCHART
6969
7070
7171
*********
@@ -87,12 +87,12 @@ is to be launched. Typically, as follows:
8787
.. code-tab:: text PowerShell (Windows 10/11)
8888

8989
& .env/Scripts/Activate.ps1
90-
NiBAx.exe
90+
niCHART.exe
9191

9292
.. code-tab:: shell Bash (Linux and macOS)
9393

9494
source /path/to/.env/bin/activate
95-
NiBAx
95+
niCHART
9696

9797

9898
This will launch the GUI.

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ of expressive imaging signatures.
4747
*****
4848
About
4949
*****
50-
By using NiBAx, the user agrees to the following license:
50+
By using niCHART, the user agrees to the following license:
5151
https://www.med.upenn.edu/cbica/software-agreement-non-commercial.html
5252

53-
For more information and support, please post on the `Discussions <https://github.com/CBICA/NiBAx/discussions>`_
53+
For more information and support, please post on the `Discussions <https://github.com/CBICA/niCHART/discussions>`_
5454
section or contact `CBICA Software <[email protected]>`_.

0 commit comments

Comments
 (0)