From ecdacfed946e10667133ce08f606866f98c45ddf Mon Sep 17 00:00:00 2001 From: blob8108 Date: Fri, 2 May 2014 14:22:28 +0100 Subject: Add work-in-progress documentation --- doc/index.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/index.rst (limited to 'doc/index.rst') 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/ -- cgit v1.3.1