diff options
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..8585b95 --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,30 @@ +.. Blockext documentation master file, created by + sphinx-quickstart on Sat Jan 11 12:36:40 2014. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Blockext's documentation! +==================================== + +Blockext is the easiest way to write extensions for `Scratch 2.0`_ and `Snap!`_ +using the Python programming language. + +Contents: + +.. toctree:: + :maxdepth: 2 + + tutorial + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + + +.. _Scratch 2.0: http://scratch.mit.edu/ +.. _Snap!: http://snap.berkeley.edu/ |
