File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 python -m pip install jupyter
3333 python -m jupyter nbconvert --output-dir='./website' --execute --to html lesson1_tutorial.ipynb
3434
35+ - name : Setup git name
36+ run : |
37+ git config --global user.email "murilomarinho@ieee.org"
38+ git config --global user.name "Murilo Marinho (GithubAction)"
39+
3540 - name : Publish website changes
3641 run : |
3742 cd website
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ This work is licensed under a
1818| ------| -----| ----|
1919| 1| Python basics| [ link] ( https://github.com/MarinhoLab/OpenExecutableBooksRobotics/blob/main/lesson1_tutorial.ipynb ) |
2020| 2| Rigid body transformation basics| [ link] ( https://github.com/MarinhoLab/OpenExecutableBooksRobotics/blob/main/lesson2_tutorial.ipynb ) |
21+ | 3| Planar robot forward kinematics| [ link] ( https://github.com/MarinhoLab/OpenExecutableBooksRobotics/blob/main/lesson3_tutorial.ipynb ) |
2122
You can’t perform that action at this time.
0 commit comments