Commit 6c82b54d 6c82b54db3b2b12a3bf57513531dee3ad8c5fe3e by Nicolas Perriault

moved sphinx docs to master repository

1 parent 7aad8fe7
1 .DS_Store 1 .DS_Store
2 *.xml 2 *.xml
3 *.png 3 *.png
4 /docs/*.js
5 /docs/*.xml
6 /docs/_build
4 /tmp 7 /tmp
......
1 [submodule "docs"]
2 path = docs
3 url = git://github.com/n1k0/casperjs.git
1 .PHONY: default all 1 .PHONY: default test docs selftest clitest jshint
2 2
3 default: all 3 default: test
4 4
5 all: selftest clitest jshint 5 test: selftest clitest jshint
6
7 docs:
8 sphinx-build -b html ./docs docs/_build
6 9
7 selftest: 10 selftest:
8 -bin/casperjs selftest 11 bin/casperjs selftest
9 12
10 clitest: 13 clitest:
11 -python tests/clitests/runtests.py 14 python tests/clitests/runtests.py
12 15
13 jshint: 16 jshint:
14 -jshint --config=.jshintconfig . 17 jshint --config=.jshintconfig .
......
docs @ 127fa2c9
1 Subproject commit 442060c4b89053177962720d76e89468afd2918e 1 Subproject commit 127fa2c967089939a2c23720c9ee006a42685989
......