From 12f040e2be26d5b0fdc908cff5507cc4296a8a26 Mon Sep 17 00:00:00 2001 From: riccardoleone1991 Date: Thu, 16 Jun 2022 15:56:54 +0200 Subject: [PATCH 1/2] Add instructions to download from GitHub and how to make a contribution --- docs/dev_guide.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/dev_guide.rst b/docs/dev_guide.rst index 4d0d99bc0..88f5e846d 100644 --- a/docs/dev_guide.rst +++ b/docs/dev_guide.rst @@ -23,6 +23,18 @@ and then use ``fit`` or ``transform`` methods to apply the algorithm to data (ge Installation for Development ---------------------------- +First, you need to clone the NiMARE repository on github. + +.. code-block:: bash + + git clone https://github.com/neurostuff/NiMARE.git + + +.. note:: + + Replace all instances of `/path/to/` with the appropriate path on your + filesystem + Installation with Conda ``````````````````````` @@ -71,6 +83,12 @@ Once inside the container, you can install NiMARE: Maintaining NiMARE ------------------ +Making Changes +`````````````` + +Please follow the instructions specified in +Contributing.md ``_ + Labeling PRs ```````````` From 25dd735cb2517a823151965807ce56559056c37c Mon Sep 17 00:00:00 2001 From: James Kent Date: Thu, 16 Jun 2022 18:27:37 +0100 Subject: [PATCH 2/2] fix hyperlink --- docs/dev_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev_guide.rst b/docs/dev_guide.rst index 88f5e846d..daac5e940 100644 --- a/docs/dev_guide.rst +++ b/docs/dev_guide.rst @@ -87,7 +87,7 @@ Making Changes `````````````` Please follow the instructions specified in -Contributing.md ``_ +`Contributing.md `_ Labeling PRs ````````````