Commit graph

9 commits

Author SHA1 Message Date
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
Viktor Klang
af4e0c2ce8 Fixing some additional binary compat thingies + documented the heaviness of the ActorSystem 2012-05-24 16:49:24 +02:00
Heiko Seeberger
0cbee22bf1 closes #2013: Typos in the docs, using parens for arity-0 methods which are not referentially transparent 2012-04-24 08:01:32 +02:00
Roland
0c4b2a11ae document blocking nature of system.actorOf, see #2007 2012-04-23 12:26:29 +02:00
Bruce Mitchener
3d90f480d0 Fix spelling errors. 2012-02-14 19:50:01 +07:00
Patrik Nordwall
66e0a7cf0b Moved definition of fault handler from Props to overridable method supervisorStrategy in Actor. See #1711
* New trait SupervisorStrategy for TypedActors
* Adjustments of docs
* Updated tests
2012-01-23 13:49:19 +01:00
Roland
1053dcbd2d correct points Henrik raised 2011-12-15 17:12:19 +01:00
Roland
31591d4ec2 polish and add general/actors 2011-12-15 12:05:48 +01:00
Roland
0fa4f3504c first stab at actor-systems.rst 2011-12-15 01:49:02 +01:00