File tree Expand file tree Collapse file tree 4 files changed +23
-10
lines changed
Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,13 @@ export default defineConfig({
5858 {
5959 text : "QuickView" ,
6060 items : [
61- { text : "Resources " , link : "/guides/quickview/resources " } ,
61+ { text : "What is QuickView " , link : "/guides/quickview/index " } ,
6262 { text : "Keyboard Shortcuts" , link : "/guides/quickview/shortcuts" } ,
63- { text : "Toolbar" , link : "/guides/quickview/toolbar" } ,
64- { text : "Control Panels" , link : "/guides/quickview/control_panels" } ,
65- { text : "Viewport" , link : "/guides/quickview/viewport" } ,
63+ { text : "UI Overview" , link : "/guides/quickview/ui_overview" } ,
64+ { text : "File Selection" , link : "/guides/quickview/file_selection" } ,
65+ { text : "Variable Selection" , link : "/guides/quickview/variable_selection" } ,
66+ { text : "Viewport Layout" , link : "/guides/quickview/viewport_layout" } ,
67+ { text : "Individual Views" , link : "/guides/quickview/individual_views" } ,
6668 ] ,
6769 } ,
6870 {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The following sections on this page contain instructions for users who would lik
88
99[[ toc]]
1010
11- Users who are interested in the installation itself can find relevant information
11+ Users who are interested in the ** installation** process can find relevant information
1212on separate pages:
1313- How our public installation was done: see [ this page] ( ./public_installation ) .
1414- How to install your own copy at NERSC: see [ this example] ( ./users_installation.md ) .
@@ -69,7 +69,7 @@ to your project's allocation. This is explained at the end of
6969Also see below for a recap of the steps (clicks).
7070:::
7171
72- ### Shuting down a servier in JupyterHub
72+ #### Shuting down a servier in JupyterHub
7373
7474- Go to the JupytherHub window/tab in your browser.
7575- Click on ` File ` in the top-left corner.
Original file line number Diff line number Diff line change @@ -7,11 +7,23 @@ has been funding our development.
77
88We are working on making the installation publicly accessible by
99all NERSC users. In the meantime, NERSC users can use the following
10- command to access QuickView and QuickCompare, instead.
10+ commands to access QuickView and QuickCompare, instead.
11+
12+ ```
13+ /global/cfs/projectdirs/m4359/tools/quickview2
14+ ```
15+
16+ ```
17+ /global/cfs/projectdirs/m4359/tools/quickcompare
18+ ```
1119
1220If you want to have your own installation at a location of your choices,
1321please take a look at [ this page] ( ./users_installation.md ) .
1422
23+ ::: danger The rest of this page will be updated after we consolidate
24+ QuickView and QuickCompare into one environment.
25+ :::
26+
1527## Create custom conda environments
1628
1729Create a directory for all the conda environments we aim to enable for our users.
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ expect that
99- the conda environment is named ` quickview-env ` ,
1010 which we refer to as ` ${envName} ` below.
1111
12- ::: warning Note!
13- Please ** use a login node for the installation** . After that,
14- the tools can be used on login nodes or other types of nodes
12+ ::: warning Note: Please use a login node for the installation.
13+ After that, the tools can be used on login nodes or other types of nodes
1514via the same commands/shortcuts.
1615:::
1716
You can’t perform that action at this time.
0 commit comments