File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## Repository template
6+
7+ Below are the folders and files in ` book ` directory:
8+
9+ - ` _build ` : built files using ` jupyter-book build `
10+
11+ - ` chapters ` : .ipynb files of the contents
12+
13+ - ` pics ` : image files used on the contents
14+ - ` _config.yml ` : configuration file for Jupyter Book
15+ - ` _toc.yml ` : table of contents file for Jupyter Book
16+
17+
18+
519## How to contribute
620
7211 . fork [ Pseudo-Lab/Tutorial-Book] ( https://github.com/Pseudo-Lab/Tutorial-Book )
22+
8232 . clone the forked repo to your local computer
24+
25+ ``` bash
26+ git clone
27+ ```
28+
9293 . make necessary changes on the local repo
30+
10314 . push the changes made on the local repo to the forked repo
32+
33+ ```
34+ git add
35+ git commit
36+ git push
37+ ```
38+
11395 . create a pull request from the forked repo to [ Pseudo-Lab/Tutorial-Book] ( https://github.com/Pseudo-Lab/Tutorial-Book )
40+
12416 . Repeat step 3 and 5
1342
You can’t perform that action at this time.
0 commit comments