diff --git a/.gitmodules b/.gitmodules index 25222552..dcf05a45 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/articles/python.md b/articles/python.md new file mode 100644 index 00000000..3b68b13d --- /dev/null +++ b/articles/python.md @@ -0,0 +1,5 @@ +--- +uid: python +--- + +[!include[harp-python](~/python/README.md)] diff --git a/articles/toc.yml b/articles/toc.yml index d28026f8..192df91b 100644 --- a/articles/toc.yml +++ b/articles/toc.yml @@ -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 @@ -22,3 +22,7 @@ href: logging.md - name: Message Manipulation href: message-manipulation.md +- name: Data Interface + items: + - name: Python + href: python.md diff --git a/python b/python new file mode 160000 index 00000000..0e0483a7 --- /dev/null +++ b/python @@ -0,0 +1 @@ +Subproject commit 0e0483a795489271f9afb8a76c166de665f3f6b6