From cf0d2d0202473c09e84b3eaf6f37751bc80ebaa7 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 24 Sep 2020 14:09:24 +1000 Subject: [PATCH] adjust rst syntax --- source/rst/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/rst/getting_started.rst b/source/rst/getting_started.rst index bd4d0de..acb2c9e 100644 --- a/source/rst/getting_started.rst +++ b/source/rst/getting_started.rst @@ -617,9 +617,9 @@ As the 1st task, try For example, if you've installed the command line version, open up a terminal and enter. +.. code-block:: bash - - ``git clone https://github.com/QuantEcon/QuantEcon.py``. + git clone https://github.com/QuantEcon/QuantEcon.py (This is just ``git clone`` in front of the URL for the repository)