-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Tim Roith edited this page Oct 13, 2021
·
3 revisions
-
pip install jupyter-book -
pip install sphinx_proof -
pip install sphinx_tojupyter
-
Open terminal.
-
cdinto folder. -
jb build . -
Navigate manually to folder
_build\html. -
Click on
index.
-
git checkout development(switch to develpment branch) -
git branch(show branch you are currently working on) -
git pull(pull changes) -
Add your own changes, add content etc.
-
git add . -
git commit -m "[message]"(commit changes to your local git. -
git push -u origin [branch you want to push to](push changes to online repo.