Skip to content

Commit

Permalink
Merge pull request #13 from marcobarilari/marco_fixes-and-updates
Browse files Browse the repository at this point in the history
Major refactor docs add improve
  • Loading branch information
marcobarilari authored Oct 22, 2023
2 parents 3d165fe + 32f372a commit e4e3196
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# CPP_HPC

The content of this documentation is in the `src` folder and is rendered using
[mkdocs](https://www.mkdocs.org/) on here:
[https://cpp-lln-lab.github.io/CPP_HPC/](https://cpp-lln-lab.github.io/CPP_HPC/)
CPP HPC cookbook to use the CECI cluster at UCLouvain, read it here: [https://cpp-lln-lab.github.io/CPP_HPC/](https://cpp-lln-lab.github.io/CPP_HPC/)

To serve locally (requires python):
To contribute see [here](https://github.com/cpp-lln-lab/CPP_HPC/contributing)

```bash
pip install -r requirements.txt
mkdocs serve
```
This repo is a hub to centralize snippet of code, script etc to run analyses (freesurfer, fmriprep, mriqc, etc) in
the [CECI clusters](http://www.ceci-hpc.be/) available for UCLouvain.

and go to [http://127.0.0.1:8000/welcome](http://127.0.0.1:8000/welcome)
To get an account, follow the instructions in the
[documentation](https://support.ceci-hpc.be/doc/).

The content of this documentation is in the `doc` folder and is rendered using
[mkdocs](https://www.mkdocs.org/), to serve locally see the contributing section here [https://cpp-lln-lab.github.io/CPP_HPC/contributing](https://cpp-lln-lab.github.io/CPP_HPC/contributing) or [here](doc/controbuting.md)

0 comments on commit e4e3196

Please sign in to comment.