Commit 6c82b54d 6c82b54db3b2b12a3bf57513531dee3ad8c5fe3e by Nicolas Perriault

moved sphinx docs to master repository

1 parent 7aad8fe7
.DS_Store
*.xml
*.png
/docs/*.js
/docs/*.xml
/docs/_build
/tmp
......
[submodule "docs"]
path = docs
url = git://github.com/n1k0/casperjs.git
.PHONY: default all
.PHONY: default test docs selftest clitest jshint
default: all
default: test
all: selftest clitest jshint
test: selftest clitest jshint
docs:
sphinx-build -b html ./docs docs/_build
selftest:
-bin/casperjs selftest
bin/casperjs selftest
clitest:
-python tests/clitests/runtests.py
python tests/clitests/runtests.py
jshint:
-jshint --config=.jshintconfig .
jshint --config=.jshintconfig .
......
docs @ 127fa2c9
Subproject commit 442060c4b89053177962720d76e89468afd2918e
Subproject commit 127fa2c967089939a2c23720c9ee006a42685989
......