website: https://pseudo-lab.github.io/Tutorial-Book/
Below are the folders and files in book
directory:
-
_build
: built files usingjupyter-book build
-
chapters
: .ipynb files of the contents -
pics
: image files used on the contents -
_config.yml
: configuration file for Jupyter Book -
_toc.yml
: table of contents file for Jupyter Book
-
clone the forked repo to your local computer
git clone
-
make necessary changes on the local repo
-
push the changes made on the local repo to the forked repo
git add git commit git push
-
create a pull request from the forked repo to Pseudo-Lab/Tutorial-Book
-
Repeat step 3 and 5