Skip to content

Commit 3ecd84c

Browse files
author
Murilo M. Marinho
committed
Working version with jupyter book --pre
1 parent cca8c3d commit 3ecd84c

4 files changed

Lines changed: 375 additions & 40 deletions

File tree

lesson1_tutorial.ipynb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# About this Notebook\n",
7+
"# A quick Python refresher\n",
88
"\n",
99
"*License: CC-BY-NC-SA 4.0*\n",
1010
"\n",
@@ -55,13 +55,7 @@
5555
"languageId": "raw"
5656
}
5757
},
58-
"source": [
59-
"```{math}\n",
60-
"\n",
61-
"\\newcommand{\\myvec}[1]{{\\mathbf{\\boldsymbol{{#1}}}}}\n",
62-
"\\newcommand{\\mymatrix}[1]{{\\mathbf{\\boldsymbol{{#1}}}}}\n",
63-
"```"
64-
]
58+
"source": []
6559
},
6660
{
6761
"cell_type": "markdown",

lesson2_tutorial.ipynb

Lines changed: 354 additions & 31 deletions
Large diffs are not rendered by default.

lesson3_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# About\n",
7+
"# Forward Kinematics 1\n",
88
"\n",
99
"*License: CC-BY-NC-SA 4.0*\n",
1010
"\n",

myst.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See docs at: https://mystmd.org/guide/frontmatter
2+
version: 1
3+
project:
4+
id: f420092a-e58c-429b-aca2-fb33c47059c7
5+
# title:
6+
# description:
7+
# keywords: []
8+
# authors: []
9+
github: https://github.com/MarinhoLab/OpenExecutableBooksRobotics
10+
# To autogenerate a Table of Contents, run "jupyter book init --write-toc"
11+
math:
12+
'\myvec': '\mathbf{\boldsymbol{ #1 }}'
13+
'\mymatrix': '\mathbf{\boldsymbol{ #1 }}'
14+
site:
15+
template: book-theme
16+
# options:
17+
# favicon: favicon.ico
18+
# logo: site_logo.png

0 commit comments

Comments
 (0)