File: Makefile

package info (click to toggle)
scikit-rf 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80,716 kB
  • sloc: python: 33,009; makefile: 130; sh: 19
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
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