Skip to content

Commit 2c34605

Browse files
Swap to using literal code blocks
1 parent 92ccc5d commit 2c34605

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

docs/source/installation.rst

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,28 @@ Alternatively, on Linux systems, this can be done with `sudo apt install graphvi
2121
Install from source
2222
-------------------
2323

24-
In future it will be possible to install from PyPI, but for now...
25-
26-
.. code-block:: console
24+
In future it will be possible to install from PyPI, but for now::
2725

2826
git clone https://github.com/CITCOM-project/CausalTestingFramework
2927
cd CausalTestingFramework
3028

31-
then, to install a specific release:
29+
then, to install a specific release::
3230

33-
.. code-block:: console
3431
git fetch --all --tags --prune
3532
git checkout tags/<tag> -b <branch>
3633
pip install -e .
3734

38-
e.g. version `1.0.0`
35+
e.g. version `1.0.0`::
3936

40-
.. code-block:: console
4137
git fetch --all --tags --prune
4238
git checkout tags/1.0.0 -b version
4339
pip install -e .
4440

45-
or to install the latest development version:
41+
or to install the latest development version::
4642

47-
.. code-block:: console
4843
pip install -e .
4944

50-
Use
51-
52-
.. code-block:: console
45+
Use::
5346

5447
pip install -e .[dev]
5548

0 commit comments

Comments
 (0)