This repo contains the sources of IGE Computing jupyter book
In sub-repo docs, you will find a collection of markdown files and jupyter notebooks that are organized in chapters and sections described in the _toc.yml file
To contribute to the jupyter book or propose corrections, you should do the following steps :
If you are the one making the modifications, two solutions :
git@github.com:ige-calcul/public-docs.git
git checkout main
\
git pull
git checkout -b issue_test main
git push --set-upstream origin issue_test
Then, in both cases, initiate a pull request from your branch and assign a reviewer
The convention is that the branch name should be issueXX_keyword to link it to the issue
The local build of the jupyter book is possible and recommanded to check the output of your modification, in your local repo :
pip install -r requirements.txt
(to be done just once)jupyter-book build .