Skip to content

Commit

Permalink
Tutorial mandi/section verdi cmdline fixes (#180)
Browse files Browse the repository at this point in the history
Fix the dot-file naming scheme description.
  • Loading branch information
csadorf authored and CasperWA committed Oct 4, 2019
1 parent 8f02c46 commit cfb735b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/2019_IIT_Mandi_India/sections/verdi_cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ With that in mind, let's generate a graph for the calculation node with UUID ``c
verdi node graph generate <IDENTIFIER>
This command will create the file ``<PK>.dot`` that can be viewed with any PDF document viewer.
This command will create a file with the naming scheme ``<PK>.dot.pdf`` that can be viewed with any PDF document viewer.
You can open this file on the Amazon machine by using ``evince`` or, if the ssh connection is too slow, copy it via ``scp`` to your local machine.
To do so, if you are using Linux/Mac OS X, you can type in your *local* machine:

Expand Down Expand Up @@ -381,7 +381,7 @@ Type in the terminal:
verdi data structure show --format ase <IDENTIFIER>
to show the selected structure, although it will take a few seconds to appear
to show the selected structure, although it will take a few seconds to appear.
You should be able to rotate the view with the right mouse button.

.. note::
Expand Down

0 comments on commit cfb735b

Please sign in to comment.