File: Makefile

package info (click to toggle)
scikit-rf 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 82,128 kB
  • sloc: python: 33,328; makefile: 130; sh: 19
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8


notebooks:
	for file in tutorials/*.ipynb; do\
	  runipy  --pylab -o $$file;\
	done
	cd tutorials;ipython nbconvert --to rst *.ipynb
	sed -i 's/``/`/g' tutorials/*.rst