Skip to content

Commit 6cf3b20

Browse files
authored
Merge pull request #223 from krassowski/docs/positioning-system
Add positioning system documentation
2 parents b60f389 + 0027ce9 commit 6cf3b20

File tree

3 files changed

+1910
-2
lines changed

3 files changed

+1910
-2
lines changed

docs/Architecture.ipynb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
"import pathlib\n",
1919
"import re\n",
2020
"\n",
21-
"import graphviz\n",
2221
"import IPython\n",
2322
"\n",
23+
"import graphviz\n",
24+
"\n",
2425
"\n",
2526
"@IPython.core.magic.register_line_cell_magic\n",
2627
"def dot(line, cell=None):\n",
@@ -56,6 +57,15 @@
5657
"%dot dot/as-is/frontend.dot"
5758
]
5859
},
60+
{
61+
"cell_type": "markdown",
62+
"metadata": {},
63+
"source": [
64+
"##### **Positioning system**\n",
65+
"\n",
66+
"![positioning system](images/coordinate_system.png)"
67+
]
68+
},
5969
{
6070
"cell_type": "markdown",
6171
"metadata": {},
@@ -156,7 +166,7 @@
156166
"name": "python",
157167
"nbconvert_exporter": "python",
158168
"pygments_lexer": "ipython3",
159-
"version": "3.7.6"
169+
"version": "3.7.5"
160170
}
161171
},
162172
"nbformat": 4,

docs/images/coordinate_system.png

84.9 KB
Loading

0 commit comments

Comments
 (0)