diff options
| author | blob8108 <spaaam42@gmail.com> | 2014-05-02 14:22:28 +0100 |
|---|---|---|
| committer | blob8108 <spaaam42@gmail.com> | 2014-05-02 14:23:45 +0100 |
| commit | ecdacfed946e10667133ce08f606866f98c45ddf (patch) | |
| tree | 1ebba16502596889c65f3297281d576c3d3f9fac /doc/index.rst | |
| parent | bea5d2c35de25466294cd78e9135062612b9ccb0 (diff) | |
| download | blockext-ecdacfed946e10667133ce08f606866f98c45ddf.tar.gz blockext-ecdacfed946e10667133ce08f606866f98c45ddf.zip | |
Add work-in-progress documentation
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/ |
