PAX HPC
install micromamba https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html or any other conda/python env
git clone [email protected]:pax-hpc/pax-hpc.git
cd pax-hpc
micromamba create -n pax-hpc
micromamba activate pax-hpc
micromamba install python -c conda-forge
python3 -m pip install -r docs/requirements.txt
sphinx-build docs build
open in the browser or some local server
git checkout -b mycoolbranch
do you changes add them to git with git add
git commit -m "my cool changes"
git push -u origin mycoolbranch
This assumes you already added an ssh key to your github profile...