Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basics tutorial for 2020 virtual tutorial #214

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The official home of AiiDA tutorial materials and videos.
Where to start
---------------------

- short demo: the :ref:`Ljubljana 2019 tutorial <Ljubljana 2019 Homepage>` (using Quantum ESPRESSO), or
- in-depth tutorial: the :ref:`2020 Introductory Virtual tutorial <2020_Intro_Week_Homepage>`
- short demos: the :ref:`Ljubljana 2019 tutorial <Ljubljana 2019 Homepage>` (using Quantum ESPRESSO), or
the :ref:`Wannier90 "Virtual Edition" 2020 tutorial <Oxford 2020 Homepage>` (using Wannier90).
- in-depth tutorial: the :ref:`EPFL 2019 tutorial <EPFL 2019 Homepage>`, including `lecture videos <https://www.youtube.com/playlist?list=PL19kfLn4sO_-QtPaHAA8KByFluT2vvlG0>`_
- `AiiDA cheatsheet <https://github.com/aiidateam/aiida-tutorials/raw/b5a8d54176153ce2b735e1fae8cae2c93c78a6bf/docs/pages/2019_IIT_Mandi_India/cheatsheet/cheatsheet.pdf>`_ with class hierarchy and common commands


Expand Down
4 changes: 2 additions & 2 deletions docs/pages/2019_MARVEL_Psik_MaX/sections/verdi_shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ the command itself:

!some bash command

.. _loadnode:
.. _2020_virtual_loadnode:

Loading a node
--------------
Expand Down Expand Up @@ -298,7 +298,7 @@ In that case two duplicate structures are found for 'Si'.
Accessing inputs and outputs
----------------------------

Load again the calculation node used in Section :ref:`loadnode`:
Load again the calculation node used in Section :ref:`2020_virtual_loadnode`:

.. code:: python

Expand Down
Loading