From 46e7f8e4fb172207121516f5bd15d162aedd041d Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 18 Oct 2016 17:42:47 -0700 Subject: Documentation rework to unify the docs together rather than having them on a per port basis. Also enables generating docs from inline RST in C code. Simply omits all lines except those that start with //|. Indentation after "//| " will be preserved. --- shared-bindings/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shared-bindings/index.rst (limited to 'shared-bindings/index.rst') diff --git a/shared-bindings/index.rst b/shared-bindings/index.rst new file mode 100644 index 000000000..42394febe --- /dev/null +++ b/shared-bindings/index.rst @@ -0,0 +1,12 @@ +Shared Libraries +======================================== + +These core libraries are intended on being consistent across ports. Currently +they are only implemented in the SAMD21 port but the ESP8266 support will soon +follow. + +.. toctree:: + :glob: + :maxdepth: 3 + + modules/* -- cgit v1.2.3