Skip to content

Commit 104a956

Browse files
author
Murilo M. Marinho
committed
[lessons 1,2] Removed hardcoded TOC
1 parent 5feaf7d commit 104a956

2 files changed

Lines changed: 109 additions & 552 deletions

File tree

dqrobotics/lesson1/lesson_dq1_python_basics.ipynb

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -25,49 +25,8 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"source": [
28-
"<a name=\"T_36F3C828\"></a>\n",
29-
"# <span style=\"color:rgb(213,80,0)\">Python Basics</span>\n",
30-
"<a name=\"beginToc\"></a>\n",
31-
"## Table of Contents\n",
32-
"[Python Basics](#T_36F3C828)\n",
28+
"# Python Basics\n",
3329
"\n",
34-
"&emsp;[Introduction](#H_221F9604)\n",
35-
"\n",
36-
"&emsp;[MATLAB scripts](#H_CC3F55EF)\n",
37-
"\n",
38-
"&emsp;[Defining real numbers](#H_6AAE4A8C)\n",
39-
"\n",
40-
"&emsp;[Basic operations with real numbers](#H_1715DA2F)\n",
41-
"\n",
42-
"&emsp;&emsp;[Sum](#H_F8D0F1E0)\n",
43-
"\n",
44-
"&emsp;&emsp;[Subtraction](#H_2998A281)\n",
45-
"\n",
46-
"&emsp;&emsp;[Multiplication](#H_BC234F99)\n",
47-
"\n",
48-
"&emsp;&emsp;[Division](#H_C82901BB)\n",
49-
"\n",
50-
"&emsp;&emsp;&emsp;[Exponentiation](#H_4B48E0F1)\n",
51-
"\n",
52-
"&emsp;[Trigonometric operations with real numbers](#H_765559ED)\n",
53-
"\n",
54-
"&emsp;&emsp;[Cosine](#H_CCFAA037)\n",
55-
"\n",
56-
"&emsp;&emsp;[Sine](#H_BEB0CE4E)\n",
57-
"\n",
58-
"&emsp;&emsp;[Tangent](#H_24035A9E)\n",
59-
"\n",
60-
"&emsp;[Exponential and logarithm](#H_EED5BCFF)\n",
61-
"\n",
62-
"&emsp;&emsp;[Exponential](#H_75E1C5A4)\n",
63-
"\n",
64-
"&emsp;&emsp;[Natural logarithm](#H_BC849EBD)\n",
65-
"\n",
66-
"[Homework](#T_FCCB39BE)\n",
67-
"\n",
68-
"<a name=\"endToc\"></a>\n",
69-
"<a name=\"H_7AC3DD0F\"></a>\n",
70-
"<a name=\"H_221F9604\"></a>\n",
7130
"## Introduction\n",
7231
"\n",
7332
"Before we begin learning DQ Robotics, it is important to understand some basics of Python programming.\n",

0 commit comments

Comments
 (0)