We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005aecf commit 28a73cbCopy full SHA for 28a73cb
4 files changed
.gitmodules
@@ -38,3 +38,6 @@
38
[submodule "reflex-generator"]
39
path = draft-02
40
url = https://github.com/harp-tech/reflex-generator.git
41
+[submodule "python"]
42
+ path = python
43
+ url = https://github.com/harp-tech/harp-python.git
articles/python.md
@@ -0,0 +1,5 @@
1
+---
2
+uid: python
3
4
+
5
+[!include[harp-python](~/python/README.md)]
articles/toc.yml
@@ -10,7 +10,7 @@
10
href: ~/protocol/Device.md
11
- name: Synchronization Clock
12
href: ~/protocol/SynchronizationClock.md
13
-- name: Interface
+- name: Control Interface
14
items:
15
- name: Quickstart
16
href: intro.md
@@ -22,3 +22,7 @@
22
href: logging.md
23
- name: Message Manipulation
24
href: message-manipulation.md
25
+- name: Data Interface
26
+ items:
27
+ - name: Python
28
+ href: python.md
python
0 commit comments