Commit graph

6 commits

Author SHA1 Message Date
gosubpl
b9b1bf1749 doc #20672 pulling pattern link broken (#20686)
* trailing slash removed from link

* broken link to akka-work-pulling-pattern also fixed in faq
2016-06-01 22:28:09 +02:00
Patrik Nordwall
2087dfc1a0 =doc #3500 Add section about Dependency Injection 2013-08-26 09:58:16 +02:00
Michael Pollmeier
6d5eca4d82 =doc add work pulling pattern to list of patterns
I've added it just underneath Derek's pattern as it's based on that one.
2013-07-29 19:08:42 +12:00
Björn Antonsson
c63234ca4c Changes according to review. #2513 2012-10-08 10:52:55 +02:00
Björn Antonsson
99ad1e0eeb Document how to schedule periodic messages from an actor to itself. #2513 2012-10-05 15:31:43 +02:00
Roland
9bc01ae265 add preprocessor for RST docs, see #2461 and #2431
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.

While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).

One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00
Renamed from akka-docs/scala/howto.rst (Browse further)