Skip to content

Commit

Permalink
Revert "Revert "change paths (#2)""
Browse files Browse the repository at this point in the history
This reverts commit c8c21c9.
  • Loading branch information
Lars Kotthoff committed Jul 3, 2015
1 parent 1550e85 commit 31bc172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ install:
- unzip master.zip
- cd python-markdown-math-master && sudo python setup.py install && cd ..
script:
- cd tutorial
- ./build || ./build || ./build
- cd ..

after_success:
- git checkout gh-pages
Expand All @@ -38,7 +36,7 @@ after_success:
- git config credential.helper "store --file=.git/credentials"
- echo "https://$GH_TOKEN:@github.com" >> .git/credentials
- git config push.default matching
- git add tutorial/devel
- git add devel
- git commit -a -m "update auto-generated tutorial pages [ci skip]"
- git push

Expand Down
4 changes: 2 additions & 2 deletions tutorial/src/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ are regularly updated and reflect the documentation of the [current package vers

An offline version of this tutorial is available for download

* [here](https://mlr-org.github.io/mlr-tutorial/tutorial/release/mlr_tutorial.zip) for the
* [here](https://mlr-org.github.io/mlr-tutorial/release/mlr_tutorial.zip) for the
current mlr release on CRAN
* and [here](https://mlr-org.github.io/mlr-tutorial/tutorial/devel/mlr_tutorial.zip) for
* and [here](https://mlr-org.github.io/mlr-tutorial/devel/mlr_tutorial.zip) for
the mlr devel version on Github.

The tutorial explains the basic analysis of a data set step by step.
Expand Down

0 comments on commit 31bc172

Please sign in to comment.