Commit graph

1011 commits

Author SHA1 Message Date
Viktor Klang
1a3329baa2 #2091 - Adding a small intro to the Microkernel docs to state what the purpose of it is. 2012-05-20 16:00:24 +02:00
Viktor Klang
ae8a65c8e0 Merge branch 'master' into wip-2006-binary-compat-√ 2012-05-18 19:33:55 +02:00
Viktor Klang
2bb255b480 Removing ActorTimeoutException everywhere... I swear it... 2012-05-18 15:23:21 +02:00
Roland
4256522fc8 clarify semantics of name reuse/gracefulStop, see #2073 2012-05-16 13:43:00 +02:00
Jonas Bonér
1c426e4772 Improved the docs for dataflow concurrency 2012-05-14 15:43:58 +02:00
Björn Antonsson
38d43aee13 Added caution about custom routers to docs 2012-05-11 18:31:20 +02:00
Jonas Bonér
79751232ef Fixed minor sphinx complaint in microkernel docs 2012-05-11 10:36:43 +02:00
Jonas Bonér
520e9cabbf Removed getting started guides - instead linked to typesafe's tutorials and template projects 2012-05-11 10:30:43 +02:00
Jonas Bonér
41ba88e1f8 Cleaned up akka-docs, removed old and unused docs, fixed some errors etc. 2012-05-11 10:00:12 +02:00
viktorklang
ce105ca742 Merge pull request #443 from akka/wip-1892-docs
Include google analytics in online docs (1892)
2012-05-10 01:36:43 -07:00
Viktor Klang
912027a81c Adding howdoi.rst 2012-05-10 10:34:21 +02:00
Peter Vlugter
d0e498ca16 Include google analytics in online version of docs. See #1892 2012-05-10 11:05:49 +12:00
Viktor Klang
c2ac041fa6 #2036 - Adding how-do-i section on General in the docs 2012-05-09 15:52:02 +02:00
Viktor Klang
c4bca058a5 Clarifying that you cannot change dispatcher after the actor has been created. 2012-05-09 13:55:20 +02:00
Jonas Bonér
e9b689c665 Fixed error in Java code for Extension docs 2012-05-09 09:36:16 +02:00
Viktor Klang
7bd7e4f13e Removing all but the FileBasedDurableMailbox from the docs 2012-05-08 16:16:47 +02:00
Jonas Bonér
4b5d107e66 Merge branch 'master' of github.com:akka/akka 2012-05-08 14:24:53 +02:00
Jonas Bonér
5fa4126c04 Updated multi-jvm test docs 2012-05-08 14:24:41 +02:00
Viktor Klang
57c5dd00e0 Removing akka.actor.Actors since they were deprecated in 2.0.2 2012-05-07 20:37:56 +02:00
viktorklang
5c9dff8ad2 Merge pull request #430 from akka/wip-camel-doc
Incremental docs migration for Camel
2012-05-07 11:19:45 -07:00
Roland
26925687f9 Merge branch 'wip-FSM-∂π' 2012-05-07 19:29:59 +02:00
Roland
c3f7aac8f3 make transform DSL nicer, see #1966 2012-05-07 18:21:26 +02:00
Roland
838eaa4345 make all FSM doc code snippets compiled, see #1871
- also remove gratuitious (aka wrong) type parameters from StopEvent
- document new “transform” funcitonality
2012-05-07 17:52:14 +02:00
Roland
c5480cdf94 fix system.shutdown() mention in intro 2012-05-07 10:56:03 +02:00
Viktor Klang
942d926058 Cleaning up a bit after a bit of havoc... 2012-05-04 00:27:44 +02:00
viktorklang
2a6abc235d Merge pull request #431 from havocp/docs-on-config
Improvements to docs on configuration
2012-05-03 14:20:01 -07:00
Roland
afd81d8506 Revert "closes #2019: Use parentheses for arity-0 methods which are not referentially transparent"
This reverts commit 8dbfbbe966.
2012-05-03 21:14:47 +02:00
Havoc Pennington
0d6dec1c4b rename a doc section to refer to multiple ActorSystem
this better tells people when to read this section.
2012-05-03 10:21:24 -04:00
Havoc Pennington
3e68bef199 move the docs on config file prior to docs on coding custom config
Assume people first try just editing files, and only write custom
code if they are getting fancy.
2012-05-03 10:18:44 -04:00
Havoc Pennington
340b4dd8a5 in docs, discuss using "include" instead of coding custom config 2012-05-03 10:16:32 -04:00
Havoc Pennington
c3124f45eb move custom config example in Java into a code file 2012-05-03 10:10:25 -04:00
Havoc Pennington
ab7ea72200 move the new doc section on custom config to a better place
there was already some mention of it so move the longer
mention to just after the initial mention
2012-05-03 10:00:14 -04:00
Havoc Pennington
7ba3ccff47 Move reference config listings to bottom of the page
There were some docs, then some huge listings, then
more docs; I'm guessing people often don't scroll
down past the huge listings so move them to the
bottom.
2012-05-03 09:44:31 -04:00
Havoc Pennington
d4c838a505 add docs on loading configuration from custom place 2012-05-03 09:44:31 -04:00
Piotr Gabryanczyk
d2f0a36fed fix of typo 2012-05-02 23:12:41 +01:00
Piotr Gabryanczyk
5d410ce1d1 Consumer Actors section 2012-05-02 21:13:52 +01:00
Piotr Gabryanczyk
b64d7b81e8 - dependencies section
- headers for clarity
2012-05-02 20:40:20 +01:00
Roland
1cfa267b80 do not reuse same port in same ømq test, fixes #2022 2012-04-27 17:07:50 +02:00
viktorklang
55dc5106a4 Merge pull request #417 from akka/issue-2019
closes #2019: Use parentheses for arity-0 methods which are not referent...
2012-04-27 06:46:44 -07:00
viktorklang
b54d125662 Adding documentation about working around the REPL bug. 2012-04-27 12:24:32 +03:00
Björn Antonsson
99d22be048 Added doc note on routers and termination 2012-04-25 11:56:41 +02:00
Heiko Seeberger
8dbfbbe966 closes #2019: Use parentheses for arity-0 methods which are not referentially transparent 2012-04-24 16:38:21 +02:00
Viktor Klang
342c63510e Make Java come before Scala in the docs 2012-04-24 13:49:21 +02:00
Viktor Klang
23ffacde9a The unborkening of master, fixing breakage in camel docs 2012-04-24 13:48:13 +02:00
Piotr Gabryanczyk
4b1e6cdfce removed info about typed actors 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
f132d193f1 Extracting code to scala files 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
b9a4fda27f Initial doc import. Adding just an introduction as this is my first commit to docs, so this is just to set the scene. 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
456223dc13 Initial doc import. Adding just an introduction as this is my first commit to docs, so this is just to set the scene. 2012-04-24 09:41:31 +01: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
Viktor Klang
80d6618703 Merge branch 'master' of github.com:akka/akka 2012-04-24 00:58:16 +02:00