From 70346f592577dbef90f2882eed38809033e002b8 Mon Sep 17 00:00:00 2001 From: smoia Date: Fri, 23 Oct 2020 12:30:25 +0200 Subject: [PATCH] Little reformat --- docs/contributing.rst | 4 ++-- docs/installation.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index ed9b7f368..b0e2bd83a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -24,8 +24,8 @@ This will let you run the program with the latest modification, without requirin If you want to check, type ``python --version`` in a terminal. -Linux, Mac and Windows developer installation ----------------------------------------------- +Linux, Mac and Windows developer installation +--------------------------------------------- Be sure to have ``git`` and ``pip`` installed. Fork the phys2bids repository in GitHub, then open a terminal and run the following code to clone the forked repository and set it as your `origin`:: diff --git a/docs/installation.rst b/docs/installation.rst index 0c03bf39d..7a7278442 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -35,7 +35,7 @@ Install with ``pip`` Install ``phys2bids`` alone ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Pypi has the latest stable release of ``phys2bids`` as a package. Since we use ``auto`` to publish the latest features as soon as they are ready, it will _really_ be the latest release. Just run:: +Pypi has the latest stable release of ``phys2bids`` as a package. Since we use ``auto`` to publish the latest features as soon as they are ready, it will *really* be the latest release. Just run:: pip3 install phys2bids