Skip to content

Commit 5578a78

Browse files
authored
Merge pull request #10 from harp-tech/data-interface
Add section on the python data interface
2 parents 005aecf + 28a73cb commit 5578a78

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@
3838
[submodule "reflex-generator"]
3939
path = draft-02
4040
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: python
3+
---
4+
5+
[!include[harp-python](~/python/README.md)]

articles/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
href: ~/protocol/Device.md
1111
- name: Synchronization Clock
1212
href: ~/protocol/SynchronizationClock.md
13-
- name: Interface
13+
- name: Control Interface
1414
items:
1515
- name: Quickstart
1616
href: intro.md
@@ -22,3 +22,7 @@
2222
href: logging.md
2323
- name: Message Manipulation
2424
href: message-manipulation.md
25+
- name: Data Interface
26+
items:
27+
- name: Python
28+
href: python.md

python

Submodule python added at 0e0483a

0 commit comments

Comments
 (0)