author | Patrick Mezard <patrick@mezard.eu> |
Sat, 25 Aug 2012 09:20:15 +0200 | |
branch | stable |
changeset 514 | ea667749ccd1 |
parent 242 | 1fc4299ca8e2 |
child 557 | 41688ca951e7 |
permissions | -rw-r--r-- |
233 | 1 |
|
2 |
all: tutorial |
|
242
1fc4299ca8e2
[doc] change doc generation directory
Pierre-Yves.David@ens-lyon.org
parents:
235
diff
changeset
|
3 |
sphinx-build . ../html/ |
233 | 4 |
|
5 |
tutorial: |
|
235
8469ccb9550f
[doc] add `.t` to `.rst` converteur
Pierre-Yves.David@ens-lyon.org
parents:
233
diff
changeset
|
6 |
python test2rst.py tutorials/ |