Skip to content

Commit

Permalink
Merge pull request #257 from mbercx/fix/handson/running
Browse files Browse the repository at this point in the history
Fix final issues with running handson
  • Loading branch information
mbercx committed Jul 6, 2020
2 parents c9f0309 + 8f708e0 commit ff3a342
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 142 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
ipython_mplbackend = ""

copybutton_selector = 'div:not(.no-copy)>div.highlight pre'
copybutton_prompt_text = '>>> |\\\\$ |In \\\\[\\\\d\\\\]: |\\\\s+\\.\\.\\.: '
copybutton_prompt_text = '>>> |\\\\$ |In \\\\[\\\\d+\\\\]: |\\\\s+\\.\\.\\.: '
copybutton_prompt_is_regexp = True

todo_include_todos = True
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/2020_Intro_Week/sections/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,8 @@ Let's finish this example by storing the ``new_params`` dictionary node in the d

While it is also possible to import the ``Dict`` class directly, it is recommended to use the ``DataFactory`` function instead, as this is more future-proof: even if the import path of the class changes in the future, its entry point string (``'dict'``) will remain stable.

.. _2020_virtual_intro:basic:structure:

StructureData
~~~~~~~~~~~~~

Expand Down Expand Up @@ -1117,6 +1119,8 @@ In order to add new structures to your AiiDA database, you can also define a str
This will connect to the COD database on the web, perform the query for all entries with formula ``Si`` and spacegroup ``Fd-3m``, fetch the results and convert them to AiiDA StructureData objects.
In this case two structures exist for 'Si' in COD and both are shown.

.. _2020_virtual_intro:basic:kpoints:

KpointsData
~~~~~~~~~~~

Expand Down

0 comments on commit ff3a342

Please sign in to comment.