Skip to content

Commit

Permalink
Merge pull request #10 from harp-tech/data-interface
Browse files Browse the repository at this point in the history
Add section on the python data interface
  • Loading branch information
glopesdev authored Nov 22, 2023
2 parents 005aecf + 28a73cb commit 5578a78
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@
[submodule "reflex-generator"]
path = draft-02
url = https://github.com/harp-tech/reflex-generator.git
[submodule "python"]
path = python
url = https://github.com/harp-tech/harp-python.git
5 changes: 5 additions & 0 deletions articles/python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
uid: python
---

[!include[harp-python](~/python/README.md)]
6 changes: 5 additions & 1 deletion articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
href: ~/protocol/Device.md
- name: Synchronization Clock
href: ~/protocol/SynchronizationClock.md
- name: Interface
- name: Control Interface
items:
- name: Quickstart
href: intro.md
Expand All @@ -22,3 +22,7 @@
href: logging.md
- name: Message Manipulation
href: message-manipulation.md
- name: Data Interface
items:
- name: Python
href: python.md
1 change: 1 addition & 0 deletions python
Submodule python added at 0e0483

0 comments on commit 5578a78

Please sign in to comment.