Skip to content

Commit 172cf9f

Browse files
committed
start writing introcution doc
1 parent 1004289 commit 172cf9f

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

Diff for: Introduction/introduction.ipynb

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Introduction"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": []
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
19+
"## Ref"
20+
]
21+
}
22+
],
23+
"metadata": {
24+
"kernelspec": {
25+
"display_name": "Python 3",
26+
"language": "python",
27+
"name": "python3"
28+
},
29+
"language_info": {
30+
"codemirror_mode": {
31+
"name": "ipython",
32+
"version": 3
33+
},
34+
"file_extension": ".py",
35+
"mimetype": "text/x-python",
36+
"name": "python",
37+
"nbconvert_exporter": "python",
38+
"pygments_lexer": "ipython3",
39+
"version": "3.6.7"
40+
}
41+
},
42+
"nbformat": 4,
43+
"nbformat_minor": 2
44+
}

Diff for: docs/getting_started.rst

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ How to use
2727
3. Execute python script in each directory.
2828

2929
4. Add star to this repo if you like it 😃.
30+

Diff for: docs/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ See this paper for more details:
2323
- `[1808.10703] PythonRobotics: a Python code collection of robotics
2424
algorithms`_ (`BibTeX`_)
2525

26+
2627
.. _`[1808.10703] PythonRobotics: a Python code collection of robotics algorithms`: https://arxiv.org/abs/1808.10703
2728
.. _BibTeX: https://github.com/AtsushiSakai/PythonRoboticsPaper/blob/master/python_robotics.bib
2829
.. _GitHub: https://github.com/AtsushiSakai/PythonRobotics
@@ -33,6 +34,7 @@ See this paper for more details:
3334
:caption: Guide
3435

3536
getting_started
37+
modules/introduction
3638
modules/localization
3739
modules/mapping
3840
modules/slam

Diff for: docs/modules/introduction.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
Introduction
3+
============
4+
5+
Ref
6+
---

0 commit comments

Comments
 (0)