diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-31 00:59:13 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-31 01:00:03 +0300 |
commit | c6bc5b69c251a3a835ca22378ee273b90c23a056 (patch) | |
tree | 85d5d23839a8a6585c33f613c9acf4bd418b1080 | |
parent | 38196344691ad32b7f80bb44489c069ceaecb1ec (diff) |
docs: Actually add unix port indexes, so docs for it could be generated.
-rw-r--r-- | docs/unix_contents.rst | 8 | ||||
-rw-r--r-- | docs/unix_index.rst | 15 |
2 files changed, 23 insertions, 0 deletions
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` |