Skip to content

Commit

Permalink
Fix missing code block in environments tutorial (#42)
Browse files Browse the repository at this point in the history
One of the `code-block` directives in the environments tutorial was missing a double colon. The associated code block was missing from the HTML documentation.
  • Loading branch information
arekfu committed Apr 1, 2020
1 parent 4c5a72f commit 20e398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ It also prints the zlib version.

All you need to do is build and run it:

.. code-block: console
.. code-block:: console
$ mpicc ./mpi-hello.c
$ mpirun -n 4 ./a.out
Expand Down

0 comments on commit 20e398d

Please sign in to comment.