Skip to content

Commit d51f547

Browse files
committed
Update doc profiles
1 parent b1e6f0c commit d51f547

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ SSH tunneling is also supported:
117117

118118
## Documentation
119119

120-
[Annotated source](http:/hugoduncan.github.com/clj-ssh/api/0.4/uberdoc.html).
121-
[API](http:/hugoduncan.github.com/clj-ssh/api/0.4/index.html).
120+
[Annotated source](http:/hugoduncan.github.com/clj-ssh/0.5/annotated/uberdoc.html).
121+
[API](http:/hugoduncan.github.com/clj-ssh/0.5/api/index.html).
122122

123123
## FAQ
124124

profiles.clj

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
:clojure-1.3.0 {:dependencies [[org.clojure/clojure "1.3.0"]]}
44
:clojure-1.4.0 {:dependencies [[org.clojure/clojure "1.4.0"]]}
55
:clojure-1.5.0 {:dependencies [[org.clojure/clojure "1.5.0-RC4"]]}
6-
:codox {:codox {:writer codox-md.writer/write-docs
7-
:version "0.4"
8-
:output-dir "doc/api/0.4"
9-
:exclude [clj-ssh.agent clj-ssh.reflect clj-ssh.keychain]}
10-
:dependencies [[codox-md "0.1.0" :exclusions [org.clojure/clojure]]]}
11-
:marginalia {:marginalia {:dir "doc/api/0.4"}}
6+
:doc {:dependencies [[com.palletops/pallet-codox "0.1.0-SNAPSHOT"]
7+
[codox-md "0.2.0" :exclusions [org.clojure/clojure]]]
8+
:plugins [[codox/codox.leiningen "0.6.4"]
9+
[lein-marginalia "0.7.1"]]
10+
:codox {:writer codox-md.writer/write-docs
11+
:output-dir "doc/0.5/api"
12+
:src-dir-uri "https://github.com/hugoduncan/clj-ssh/blob/develop"
13+
:src-linenum-anchor-prefix "L"}
14+
:aliases {"marg" ["marg" "-d" "doc/0.5/annotated"]
15+
"codox" ["doc"]
16+
"doc" ["do" "codox," "marg"]}}
1217
:release
1318
{:plugins [[lein-set-version "0.2.1"]]
1419
:set-version

0 commit comments

Comments
 (0)