diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-09-21 11:52:01 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-09-25 17:23:06 +0100 |
| commit | 6162bea5b24fda48dfd56abba5011fbb262bad01 (patch) | |
| tree | 5fbee84e9dd1f24910cf29e0d9dc872144d560d4 /docs/index.rst | |
| parent | 4f449120e1faaae13ceca65c2b1ebcb20900826d (diff) | |
docs: Initial commit of Sphinx documentation framework.
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..53c2859ca --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,22 @@ +.. Micro Python documentation master file, created by + sphinx-quickstart on Sun Sep 21 11:42:03 2014. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Micro Python's documentation! +======================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |
