Skip to content

Commit 4b42bfb

Browse files
committed
Reorganising content in tutorial modules
1 parent 5329025 commit 4b42bfb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5202
-1135
lines changed

docs/_static/aiida-tutor-custom.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ div.highlight-bash div.highlight {
66
background-color: aliceblue;
77
}
88

9-
.center-panel {
10-
display: block;
11-
margin-left: auto;
12-
margin-right: auto;
13-
width: 500px;
14-
max-width: 100%;
15-
}
16-
179
.header-text {
1810
font-size: 18px
1911
}

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"sphinx.ext.mathjax",
4646
"sphinx_copybutton",
4747
"sphinx_panels",
48+
"sphinx_tabs.tabs",
4849
]
4950

5051
myst_enable_extensions = [

docs/index.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,15 @@ Videos
4747
For some events we have also recorded the lectures, that you can find here. You will also find the
4848
links inside the respective sections.
4949

50-
.. Without this, the default list is indented more than the toctree list
51-
.. rst-class:: toctree-l1
52-
5350
* `2020 AiiDA virtual tutorial (aiida-core 1.3.0) <https://aiida-tutorials.readthedocs.io/en/tutorial-2020-intro-week/#presentations>`_
5451
* `2019 tutorial lectures (aiida-core 1.0.0b3) <https://www.youtube.com/playlist?list=PL19kfLn4sO_-QtPaHAA8KByFluT2vvlG0>`_ (`mirror <https://www.bilibili.com/video/av64190843/>`_)
5552
* `2019 plugin migration workshop lectures (aiida-core 1.0.0b2) <https://www.youtube.com/playlist?list=PL19kfLn4sO_9laPkLBdv935PquRxX8dCc>`_
5653

57-
5854
.. toctree::
5955
:hidden:
6056

61-
sections/setup/index
6257
sections/fundamentals/index
6358
sections/calculations/index
6459
sections/data/index
65-
sections/matsci/index
60+
sections/workflows/index
61+
sections/plugins/index

0 commit comments

Comments
 (0)