File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ Copyright © 2013 Marshall Bockrath-Vandegrift & Damballa, Inc.
69
69
70
70
Distributed under the Apache License, Version 2.0.
71
71
72
- [ intro ] : https://github.atl.damballa/rnd /parkour/blob/master/doc/intro.md
73
- [ motivation ] : https://github.atl.damballa/rnd /parkour/blob/master/doc/motivation.md
74
- [ namespaces ] : https://github.atl.damballa/rnd /parkour/blob/master/doc/namespaces.md
75
- [ serialization ] : https://github.atl.damballa/rnd /parkour/blob/master/doc/serialization.md
76
- [ testing ] : https://github.atl.damballa/rnd /parkour/blob/master/doc/testing.md
77
- [ deployment ] : https://github.atl.damballa/rnd /parkour/blob/master/doc/deployment.md
72
+ [ intro ] : https://github.com/damballa /parkour/blob/master/doc/intro.md
73
+ [ motivation ] : https://github.com/damballa /parkour/blob/master/doc/motivation.md
74
+ [ namespaces ] : https://github.com/damballa /parkour/blob/master/doc/namespaces.md
75
+ [ serialization ] : https://github.com/damballa /parkour/blob/master/doc/serialization.md
76
+ [ testing ] : https://github.com/damballa /parkour/blob/master/doc/testing.md
77
+ [ deployment ] : https://github.com/damballa /parkour/blob/master/doc/deployment.md
78
78
[ api ] : https://github.atl.damballa/pages/rnd/parkour/
79
79
[ codox ] : https://github.com/weavejester/codox
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -e
2
2
3
- git checkout master
3
+ # git checkout master
4
4
lein doc
5
5
git checkout gh-pages
6
6
sleep 1
7
7
find tmp/codox -type f -exec touch {} +
8
8
rsync -r tmp/codox/ .
9
- git add .
10
- git commit
11
- git push -u rnd gh-pages
12
- git checkout master
9
+ # git add .
10
+ # git commit
11
+ # git push -u damballa gh-pages
12
+ # git checkout master
Original file line number Diff line number Diff line change 14
14
[org.apache.avro/avro-mapred " 1.7.5"
15
15
:exclusions [org.apache.avro/avro-ipc]]]
16
16
:plugins [[codox/codox " 0.6.6" ]]
17
- :codox {:src-dir-uri " https://github.atl.damballa/rnd /parkour/blob/master/"
17
+ :codox {:src-dir-uri " https://github.com/damballa /parkour/blob/master/"
18
18
:src-linenum-anchor-prefix " L"
19
19
:sources [" src/clojure" ]
20
20
:exclude [parkour.io.dseq.mapred
You can’t perform that action at this time.
0 commit comments