From 1b0ae33aa5cae9f1d196e6fba8d2ca8bd75db8c0 Mon Sep 17 00:00:00 2001
From: Rahix <rahix@rahix.de>
Date: Sun, 14 Jul 2019 15:38:38 +0200
Subject: [PATCH] doc: Link to Pycardium guide

Signed-off-by: Rahix <rahix@rahix.de>
---
 Documentation/overview.rst        | 3 ++-
 Documentation/pycardium-guide.rst | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/overview.rst b/Documentation/overview.rst
index 2f0f465e..e9708c92 100644
--- a/Documentation/overview.rst
+++ b/Documentation/overview.rst
@@ -32,7 +32,8 @@ number of tasks that will have been keeping card10 running.  These are:
 Pycardium
 ---------
 Pycardium is our MicroPython fork.  Its purpose is to make it as easy as
-possible to interact with card10.
+possible to interact with card10.  If you are interested in working on
+Pycardium, take a look at the :ref:`pycardium_guide` guide.
 
 \*cardium
 ---------
diff --git a/Documentation/pycardium-guide.rst b/Documentation/pycardium-guide.rst
index 54be468c..707a86ed 100644
--- a/Documentation/pycardium-guide.rst
+++ b/Documentation/pycardium-guide.rst
@@ -1,3 +1,5 @@
+.. _pycardium_guide:
+
 Pycardium Module Development
 ============================
 This is a step-by-step guide on augmenting Pycardium with new modules.  These
-- 
GitLab