You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce documentation duplication by linking to AiiDAlab docs (#1228)
This PR replaces the section on local Docker installation of AiiDAlab with a link to the corresponding section in the AiiDAlab docs and adds a note regarding the different image.
If you used another method to access AiiDAlab, you may proceed to :doc:`install the app </installation/install>`.
8
+
9
+
We provide an AiiDAlab Docker image extension with the Quantum ESPRESSO app pre-installed and ready for use. The installation instructions are mostly identical to the general instructions available on the `AiiDAlab documentation <https://aiidalab.readthedocs.io/en/latest/usage/access/index.html>`_ page. You only need to **replace** ``aiidalab/full-stack`` **with** ``ghcr.io/aiidalab/qe`` **when referencing the image** to use.
10
+
11
+
When complete (AiiDAlab is running in your browser), return here and proceed to :doc:`launch the app </installation/launch>`.
12
+
13
+
.. note::
14
+
15
+
When using this method to access AiiDAlab, the app will be pre-installed in the container and ready for use. No need to visit the *install the app* page.
Copy file name to clipboardExpand all lines: docs/source/installation/access/index.rst
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,55 +9,56 @@ Access AiiDAlab
9
9
.. grid:: 1 1 1 2
10
10
:gutter: 3
11
11
12
-
.. grid-item-card:: Materials Cloud AiiDAlab Server
12
+
.. grid-item-card:: Local Docker Instance
13
13
:text-align: center
14
14
:shadow: md
15
15
16
-
For researchers affiliated with Materials Cloud partners, log into the open AiiDAlab server hosted on the Materials Cloud.
16
+
Install Docker locally and run an instance of an AiiDAlab image *pre-configured** for the Quantum ESPRESSO app. No prior knowledge of Docker necessary!
Install Docker locally and run an instance of an AiiDAlab image *pre-configured** for the Quantum ESPRESSO app. No prior knowledge of Docker necessary!
33
+
Download a virtual machine image for AiiDAlab based on Quantum Mobile, *pre-configured** with everything you need to run the Quantum ESPRESSO app.
33
34
34
35
++++
35
36
36
-
.. button-ref:: container
37
+
.. button-ref:: vm
37
38
:ref-type: doc
38
39
:click-parent:
39
40
:expand:
40
41
:color: primary
41
42
:outline:
42
43
43
-
To the guide
44
+
To the download page
44
45
45
-
.. grid-item-card:: Virtual Machine Image
46
+
47
+
.. grid-item-card:: Materials Cloud AiiDAlab Server
46
48
:text-align: center
47
49
:shadow: md
48
50
49
-
Download a virtual machine image for AiiDAlab based on Quantum Mobile, *pre-configured** with everything you need to run the Quantum ESPRESSO app.
51
+
For researchers affiliated with Materials Cloud partners, log into the open AiiDAlab server hosted on the Materials Cloud.
Copy file name to clipboardExpand all lines: docs/source/tutorials/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Tutorials
5
5
6
6
.. important::
7
7
8
-
Before you get started, make sure you've :doc:`accessed </installation/access_aiidalab/index>` AiiDAlab and :doc:`installed </installation/install>` the Quantum ESPRESSO app.
8
+
Before you get started, make sure you've :doc:`accessed </installation/access/index>` AiiDAlab and :doc:`installed </installation/install>` the Quantum ESPRESSO app.
0 commit comments