diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2021-05-06 11:58:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 10:58:01 +0200 |
commit | 436af88d8c436265c751bbbc0d76ef42aab0cdf0 (patch) | |
tree | 608eedcc3573b342ecd0eed2a16e9a129924660f /doc/drnim.rst | |
parent | 706562f661e49d06f63a1283525275fb70bb7073 (diff) | |
download | Nim-436af88d8c436265c751bbbc0d76ef42aab0cdf0.tar.gz |
follow-up #17837: add `Console` for interactive sessions (#17930)
* follow-up #17837: add `Console` for interactive sessions * fix Latex
Diffstat (limited to 'doc/drnim.rst')
-rw-r--r-- | doc/drnim.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/drnim.rst b/doc/drnim.rst index d33a6066e..08de7cd6d 100644 --- a/doc/drnim.rst +++ b/doc/drnim.rst @@ -1,5 +1,3 @@ -.. default-role:: code - =================================== DrNim User Guide =================================== @@ -7,6 +5,8 @@ :Author: Andreas Rumpf :Version: |nimversion| +.. include:: rstcommon.rst +.. default-role:: Nim .. contents:: @@ -43,7 +43,8 @@ your code. Installation ============ -Run `koch drnim`, the executable will afterwards be in `$nim/bin/drnim`. +Run `koch drnim`:option:, the executable will afterwards be +in ``$nim/bin/drnim``. Motivating Example |