Skip to content

Commit 4f7a010

Browse files
committed
website: misc small edits/adjustments
1 parent 4c4236f commit 4f7a010

5 files changed

Lines changed: 15 additions & 17 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ export default defineConfig({
5959
text: "QuickView",
6060
items: [
6161
{ text: "What is QuickView?",link: "/guides/quickview/index" },
62+
{ text: "Quickstart", link: "/guides/quickview/quickstart" },
6263
{ text: "UI Overview", link: "/guides/quickview/ui_overview" },
6364
{ text: "Keyboard Shortcuts",link: "/guides/quickview/shortcuts" },
6465
{ text: "File Selection", link: "/guides/quickview/file_selection" },
6566
{ text: "Variable Selection",link: "/guides/quickview/variable_selection" },
6667
{ text: "Viewport Layout", link: "/guides/quickview/viewport_layout" },
6768
{ text: "Individual Views", link: "/guides/quickview/individual_views" },
68-
{ text: "Resources", link: "/guides/quickview/resources" },
6969
],
7070
},
7171
{
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Resources
2-
3-
## Quickstart
1+
# Quickstart
42

53
- Install and launch the app [on a personal computer](../install_and_launch)
64
or use it [at NERSC](/nersc/index).
@@ -21,8 +19,6 @@
2119
- [Viewport layout options](./viewport_layout)
2220
- [Customization of individual plots](./individual_views)
2321

24-
## Miscellaneous
25-
2622
- Visit the GitHub [repository](https://github.com/Kitware/QuickView)
2723
- Report bugs or request features using [GitHub Issues](https://github.com/Kitware/QuickView/issues)
2824

docs/guides/quickview/ui_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
QuickView's UI contains three main components.
66

7-
- *The **viewport** displays global or regional maps for the user-selected
7+
- *The **viewport** displaying global or regional maps for the user-selected
88
physical quantities (variables in the NetCDF files):*
99
The sequence of the displayed variables and the size of the maps
1010
can be adjusted using the [Viewport Layout](./viewport_layout.md) control panel.

docs/guides/quickview/viewport_layout.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
QuickView version 1 allowed the user to change the size and sequence
55
of different views (map plots) in the viewport by drag-and-drop.
66
Users' feedback indicated that arbitrary drag-and-drop can get confusing,
7-
and it was inconvenient to not having a way to reapply the same size to all views.
7+
and it was inconvenient to not have a way to reapply the same size to all views.
88
With these comments in mind, we have changed the mechanisms for
99
configuring the viewport in version 2.
1010
:::
@@ -34,17 +34,19 @@ The screenshot above shows 3 variable groups.
3434
This grouping in the viewport can be canceled (or reapplied) by using
3535
the `G` key or a "Grouped" versus "Ungrouped" toggle.
3636

37-
## Variable sequence
37+
## Sequence of variables in the viewport
3838

3939
In the top-left corner of each individual view, the variable name is shown.
4040
Clicking the text will activate a drop-down menu for the user to replace
41-
the current variable by a different one.
41+
the current variable by a different one, resulting in the corresponding views
42+
to swap contents.
4243

4344
If the plots in the viewport are ungrouped, the drop-down menu will
4445
list all the other variables that have been loaded. See example
4546
in the screenshot below.
4647

4748
If the plots in the viewport are grouped, the drop-down menu will
48-
list all the other loaded variables *in the same group*.
49+
list all the other loaded variables *in the same group* that
50+
the user can choose from.
4951

5052
![Select variable for a view](./screenshots/variable_selection_in_viewport_when_ungrouped.png){ width="95%", align=center }

docs/guides/reminders.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
QuickView can be used in two modes:
55
a *new-viz* mode (for starting a new visualization) or
66
a *resume* mode (for resuming an analysis). Further details can be found on
7-
the description of [file selection](/guides/quickview/file_selection.md).
7+
[this page](/guides/quickview/file_selection.md).
88
:::
99

1010
::: info Connectivity files
@@ -32,16 +32,16 @@ button at the top of the "Select Variables" control panel for the new selection
3232
::: info Show/hide control panels
3333
Most of the buttons in the vertical toolbar
3434
are toggles for showing or hiding the corresponding control panels.
35-
These toggles have 1-key shortcuts--see cheat sheet [here](/guides/quickview/shortcuts.md).
35+
These toggles have 1-key shortcuts--see the summary [here](/guides/quickview/shortcuts.md).
3636
:::
3737

3838
::: tip Viewport Layout
3939
QuickView is designed to present multiple variables simultaneously
40-
in an informative way. Users can *rearrange* the individual views
41-
(i.e., contour plots) in the viewport and *resize* them.
42-
Further details can be found on the page about [viewport layout](/guides/quickview/viewport_layout.md)
40+
and in an informative way. Users can rearrange the individual views
41+
(i.e., map plots) in the viewport and resize them.
42+
Further details can be found on [this page](/guides/quickview/viewport_layout.md)
4343

4444
Furthermore, if a user saves a state file after these
4545
adjustments, they can later resume their analysis with the customized
46-
arrangement.
46+
arrangement, as explained [here](/guides/quickview/file_selection.md).
4747
:::

0 commit comments

Comments
 (0)