blob: 8585b956a37f725d6538ebcb77ff6496a7534f8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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/
|