From c6bc5b69c251a3a835ca22378ee273b90c23a056 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sat, 31 Oct 2015 00:59:13 +0300
Subject: [PATCH] docs: Actually add unix port indexes, so docs for it could be
 generated.

---
 docs/unix_contents.rst |  8 ++++++++
 docs/unix_index.rst    | 15 +++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 docs/unix_contents.rst
 create mode 100644 docs/unix_index.rst

diff --git a/docs/unix_contents.rst b/docs/unix_contents.rst
new file mode 100644
index 000000000..ec0a6f0e8
--- /dev/null
+++ b/docs/unix_contents.rst
@@ -0,0 +1,8 @@
+MicroPython documentation contents
+==================================
+
+.. toctree::
+
+    library/index.rst
+    reference/index.rst
+    license.rst
diff --git a/docs/unix_index.rst b/docs/unix_index.rst
new file mode 100644
index 000000000..027f24c2e
--- /dev/null
+++ b/docs/unix_index.rst
@@ -0,0 +1,15 @@
+MicroPython documentation and references
+========================================
+
+.. toctree::
+
+    library/index.rst
+    license.rst
+    unix_contents.rst
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
-- 
GitLab