Skip to content

Commit

Permalink
👌UPDATE: Tutorial 2022 managing data (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Sep 22, 2022
1 parent 82900aa commit fec8a75
Show file tree
Hide file tree
Showing 5 changed files with 2,326 additions and 3,420 deletions.
6 changes: 3 additions & 3 deletions docs/sections/managing_data/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To explain these concepts, we will be importing and using the information of an
Start by importing the archive that contains this data using the following CLI command:

```{code-block} console
$ verdi archive import https://object.cscs.ch/v1/AUTH_b1d80408b3d340db9f03d373bbde5c1e/marvel-vms/tutorials/aiida_tutorial_2020_07_perovskites_v0.9.aiida
$ verdi archive import https://object.cscs.ch/v1/AUTH_b1d80408b3d340db9f03d373bbde5c1e/marvel-vms/tutorials/aiida_tutorial_2022_10_perovskites_main_0001.aiida
```

:::{note}
Expand Down Expand Up @@ -212,8 +212,8 @@ In [1]: from aiida.tools.groups import GroupPath
In [2]: for subpath in GroupPath("tutorial/gga").walk(return_virtual=False):
...: print(subpath.get_group())
...:
"tutorial/gga/pbesol" [type core], of user aiida@localhost
"tutorial/gga/pbe" [type core], of user aiida@localhost
Group<tutorial/gga/pbe>
Group<tutorial/gga/pbesol>
```

:::{seealso}
Expand Down
4 changes: 2 additions & 2 deletions docs/sections/managing_data/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Managing data
---
:column: col-lg-12

.. link-button:: querying-executed
.. link-button:: querying
:type: ref
:text: Querying
:classes: btn-light text-left stretched-link font-weight-bold
Expand All @@ -60,4 +60,4 @@ Managing data
:hidden:

groups
querying-executed
querying

0 comments on commit fec8a75

Please sign in to comment.