From: Alexis Laferrière Date: Sun, 15 Jun 2014 13:54:37 +0000 (-0400) Subject: pep8analysis: intro the web interface X-Git-Tag: v0.6.6~24^2~6 X-Git-Url: http://nitlanguage.org pep8analysis: intro the web interface Signed-off-by: Alexis Laferrière --- diff --git a/contrib/pep8analysis/Makefile b/contrib/pep8analysis/Makefile index 15809f8..6829411 100644 --- a/contrib/pep8analysis/Makefile +++ b/contrib/pep8analysis/Makefile @@ -8,4 +8,9 @@ doc/index.html: tests: bin/pep8analysis bin/pep8analysis --cfg-long tests/privat/*.pep tests/micro/*.pep tests/terrasa/*.pep -.PHONY: bin/pep8analysis tests doc/index.html +www/pep8analysis.js: + ../../bin/nitg -o www/pep8analysis.js --semi-global src/pep8analysis_web.nit + mkdir -p www/samples + cp tests/micro/*.pep tests/privat/02-fibo.pep tests/privat/06-calc-non-pur.pep www/samples + +.PHONY: bin/pep8analysis tests doc/index.html www/pep8analysis.js diff --git a/contrib/pep8analysis/www/index.html b/contrib/pep8analysis/www/index.html new file mode 100644 index 0000000..1f72b50 --- /dev/null +++ b/contrib/pep8analysis/www/index.html @@ -0,0 +1,141 @@ + + + + Pep/8 Analysis + + + + + + + + + + + + + + + + + + +
+ +
Loading the tool... This may take some time.
+ +
+
+
+
Pep/8 Source Code
+
+ + + + +
+
+
+ +
+
+ +
+
+ + +
+ + +