-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vincent Arel-Bundock
committed
Nov 17, 2012
1 parent
5501ca4
commit 7a9d34a
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
gh: | ||
git rm -r csv | ||
git rm -r doc | ||
mkdir csv | ||
mkdir doc | ||
R CMD BATCH Rdatasets.R | ||
python docs2rst.py | ||
git add csv | ||
git add doc | ||
git add datasets.html | ||
git add datasets.csv | ||
git add Rdatasets.R | ||
vim datasets.csv | ||
vim README.rst | ||
|
||
ghpages: | ||
git rm -r csv | ||
git rm -r doc | ||
git checkout master csv | ||
git checkout master doc | ||
git checkout master Rdatasets.R | ||
git checkout master README.rst | ||
git checkout master datasets.html | ||
git checkout master datasets.csv | ||
sed -i 's/https:\/\/raw.github.com\/vincentarelbundock\/Rdatasets\/master\///g' datasets.html | ||
git add csv | ||
git add doc | ||
git add datasets.html | ||
git add datasets.csv | ||
git add Rdatasets.R | ||
vim README.rst | ||
vim index.html | ||
git add index.html | ||
|