From 7ca33d8b97647569cb3a29c01700b31621966592 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 9 Dec 2019 16:47:40 +0100 Subject: [PATCH] projects: add submodule This will contain the code snippets included by the docs. --- .gitmodules | 6 +++--- examples | 1 - pybricks-projects | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 examples create mode 160000 pybricks-projects diff --git a/.gitmodules b/.gitmodules index c8fb8a2..86b988d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "examples"] - path = examples - url = https://github.com/pybricks/examples +[submodule "pybricks-projects"] + path = pybricks-projects + url = https://github.com/pybricks/pybricks-projects diff --git a/examples b/examples deleted file mode 160000 index 18ee0e4..0000000 --- a/examples +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 18ee0e408c7fea3cce1146d44a86297ccf05e0b9 diff --git a/pybricks-projects b/pybricks-projects new file mode 160000 index 0000000..b49356a --- /dev/null +++ b/pybricks-projects @@ -0,0 +1 @@ +Subproject commit b49356a69756cda33af7ca1e76aab6615eaedbee