Dash docset for the HTML documentation of akka
-
clone this repository
-
add the
akka-html.docset
to your Docsets on Dash
- All pages are categorized as 'Guide'
- The pages
Java Documentation
andScala Documentation
have a TOC
-
Download documentation
wget -r -k -L http://doc.akka.io/docs/akka/2.2.3/index.html
-
Move the contents of
doc.akka.io/docs/akka/2.2.3/
toakka-html.docset/Contents/Resources/Documents/
-
Run
crawler.py
inakka-html.docset/Contents/Resources
(requires BeatufulSoup4) -
Restart Dash or re-add docset
-
Clone https://github.com/akka/akka.git somewhere
-
Checkout the desired version, e.g.
git checkout v.2.2.3
-
Generate the documentation with
sbt make-site
-
Move the contents of
<akka-repo>/akka-docs/target/sphinx/html
toakka-html.docset/Contents/Resources/Documents/
-
Run
crawler.py
inakka-html.docset/Contents/Resources
(requires BeatufulSoup4) -
Restart Dash or re-add docset