Skip to content

Commit c309a88

Browse files
committed
website: misc minor edits
1 parent cb730e1 commit c309a88

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

docs/guides/install_and_launch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ quickcompare -p 0
8383
```
8484

8585
After some seconds, the Terminal window should indicate that the app has
86-
loaded various plugins, and then provide an URL similar to `http://localhost:50329/`.
86+
loaded various plugins, and then provide an URL similar to `http://localhost:50329/`
87+
(your actual number will likely be different).
8788
**Enter the URL into a web brower** to access the graphical UL.
8889

8990

docs/guides/reminders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ that the grid described by the connecitivity file does not match the grid in the
2121
simulation data file. Please double check when you run into a loading error.
2222
:::
2323

24-
::: warning The `LOAD VARIABLES` Button
24+
::: warning The `Load X Variables` Button
2525
Most buttons, sliders, and selection boxes in the UI apply their effects
2626
immediately upon user interaction. The only exception is variable
2727
selection: After variables are chosen for the first time following file load
28-
or after the selection is changed, the user **must** click the `LOAD VARIABLES`
28+
or after the selection is changed, the user **must** click the `Load X Variables`
2929
button at the top of the "Select Variables" control panel for the new selection to take effect.
3030
:::
3131

docs/nersc/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
# The QuickView tool family at NERSC
22

33
Our tools have been installed at NERSC,
4-
the [National Energy Research Scientific Computing Center](https://www.nersc.gov/)
4+
the [National Energy Research Scientific Computing Center](https://www.nersc.gov/),
55
and are continually updated there.
66
The following sections on this page contain instructions for users who would like to use our installations.
77

88
[[toc]]
99

1010
User's who would like to understand how our installation was done
11-
or how to have their own installation are referred to [this page](installation_at_nersc.md).
11+
or how to do their own installations are referred to [this page](installation_at_nersc.md).
1212

1313
## Quickstart for users familiar with JupyterHub
1414

1515
- Login to [JupytherHub](https://jupyter.nersc.gov/hub/login) and start a terminal window.
16+
1617
- *Optional but recommended*: in the terminal, use the `cd` command to go to the directory
1718
where your data files are located (or a directory closer to the data files than your home directory).
19+
While this step is optional, it may save you quite some clicks later in the graphical UI.
20+
1821
- QuickView version 2 can be launched using the following command:
1922
```
2023
/global/common/software/m4359/quickview2
2124
```
25+
2226
- QuickCompare can be launched using the following command:
2327
```
2428
/global/common/software/m4359/quickcompare
2529
```
30+
2631
- After a few seconds, the Terminal window will say "Use URL below to connect to the application:"
2732
and shows a URL starting with `https://`.
2833
A click on the URL will bring up the graphical UI in a brower window.

docs/nersc/perlmutter-run-quickcompare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Once connected,
1616

1717
- *Optional but recommended*: in the shell, use the `cd` command to go to
1818
the directory where your data files are located (or a directory closer to the data files than your home directory).
19-
While that step is optional, it may save you quick some clicks later in the graphical UI.
19+
While that step is optional, it may save you quite some clicks later in the graphical UI.
2020

2121
- Starting QuickCompare using the command `/global/common/software/m4359/quickcompare` in the shell.
2222

docs/nersc/perlmutter-run-quickview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Once connected,
1616

1717
- *Optional but recommended*: in the shell, use the `cd` command to go to
1818
the directory where your data files are located (or a directory closer to the data files than your home directory).
19-
While that step is optional, it may save you quick some clicks later in the graphical UI.
19+
While that step is optional, it may save you quite some clicks later in the graphical UI.
2020

2121
- Starting **QuickView** using the command `/global/common/software/m4359/quickview` in the shell.
2222

0 commit comments

Comments
 (0)