File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ How to...
2+ =========
3+
4+ .. toctree ::
5+ :maxdepth: 2
6+ :caption: Guides:
7+
8+ installation
9+
10+
11+
Original file line number Diff line number Diff line change 1+ Get Started
2+ ===========
3+
4+ Installation
5+ ------------
6+
7+ To install this library, that's not yet on pypi you can do so by:
8+
9+ .. code-block :: bash
10+
11+ $ python -m venv brain
12+ $ . brain/bin/activate
13+ $ pip install git+git://github.com/UCL-COMP0233-24-25/sagittal_average
14+
15+
16+ Then you'll be able to use on all your 2D brain data as:
17+
18+ .. code-block :: bash
19+
20+ $ sagittal_brain.run_averages(" input_file.csv" , " ouput_file.csv" )
21+
22+
23+ Have fun!
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ Welcome to sagittal-average's documentation!
1010 :maxdepth: 2
1111 :caption: Contents:
1212
13+ How to... <how_to/index >
1314 API <api/modules >
You can’t perform that action at this time.
0 commit comments