-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from marcobarilari/marco_fixes-and-updates
Major refactor docs add improve
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |