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
Björn Antonsson
6a23ff6add
Clarified that the Future is in the Scala Standard Library. See #2314
2012-08-30 14:52:25 +02:00
Björn Antonsson
217a9c2cf9
Changing Doc from Akkas futures to Scalas futures and cleanup of examples. See #2314
2012-08-30 12:18:01 +02:00
Patrik Nordwall
00f0d1f263
DOC: Describe pattern.after, see #2410
2012-08-20 19:49:01 +02:00
Roland
dd30e81a1a
document Specs2 + TestKit, see #2068 , plus fix up broken includes
...
- include move of doc samples out of akka package also in the
includecode directives
- fix broken serialization docs, which require one thing in the akka
package
2012-05-24 22:23:36 +02:00
Peter Vlugter
d7fe025fa2
Update docs theme
2012-03-06 13:20:00 +13:00
Viktor Klang
0f685bdaae
Adding example on how to roll your own ExecutionContext
2012-02-20 15:43:17 +01:00
Jonas Bonér
a221722c41
Fixed minor typos in the futures docs.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-03 16:31:31 +01:00
Viktor Klang
96412ba1ad
Adding ExecutionContext docs for futures, and adding a Java-friendly ExecutionContexts object
2012-02-03 10:35:05 +01:00
Viktor Klang
8193e61aee
Renaming tryRecover to recoverWith as in SIP14, adding parameter to foreach
2012-02-03 09:25:56 +01:00
Viktor Klang
815245a133
Merging with master
2012-01-31 17:56:49 +01:00
Viktor Klang
92426a82d9
Renaming Future.or to fallbackTo
2012-01-31 17:19:38 +01:00
Viktor Klang
aa1c7ea9b9
Adding java documentation for andThen, recover and tryRecover
2012-01-31 16:00:46 +01:00
Viktor Klang
5483dacaba
Adding Future docs for Java API
2012-01-24 16:31:20 +01:00
Patrik Nordwall
ff35ae9e37
Minor corrections from review comments
2011-12-15 23:43:04 +01:00
Patrik Nordwall
da24cb03fd
DOC: Update Future (Java) Chapter. See #1487
2011-12-15 22:31:12 +01:00
Patrik Nordwall
884dc43a7d
DOC: Replace all akka.conf references. Fixes #1469
...
* Let us use :ref:`configuration` in all places to refer to the configuration.
2011-12-09 13:27:27 +01:00
Jonas Bonér
db8a20ea37
Changed all 'def foo(): Unit = { .. }' to 'def foo() { .. }'
2011-09-27 17:41:02 +02:00
Viktor Klang
04729bcbc3
Renaming sendOneWay to tell, closing ticket #1072
2011-08-01 17:07:12 +02:00
Viktor Klang
fd5afde4ff
Adding 'ask' to replace 'sendRequestReplyFuture' and removing sendRequestReply
2011-06-13 13:28:29 +02:00
Viktor Klang
5b54de7f48
Changing signature of traverse and sequence to return java.lang.Iterable, updated docs as well, closing #847
2011-05-11 13:29:29 +02:00
Viktor Klang
0896807cab
Adding docs for Futures.traverse and fixing imports
2011-05-10 18:56:46 +02:00
Viktor Klang
f3b6e535cf
Adding future docs for fold and reduce for both Java and Scala API
2011-05-10 18:21:45 +02:00
Viktor Klang
207a3743f5
Adding Future docs for Java API and fixing warning for routing.rst
2011-05-10 16:48:33 +02:00