Commit graph

18 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
Peter Vlugter
fdb9fcdc6a Update stm docs
- add link to wikipedia entry for ACID
- remove persistent datastructures from Java docs
- add links to scaladoc for Map and Vector
2011-12-22 12:37:19 +13:00
Peter Vlugter
1b326bd0fa Add simplified stm docs 2011-12-21 22:02:39 +13:00
Jonas Bonér
8c8680473a Merge branch 'wip-clean-up-actor-cell-jboner'
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 15:14:23 +01:00
Jonas Bonér
d725c9c681 Updated docs with changes to 'actorOf(Props(..))'
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 14:53:18 +01:00
Jonas Bonér
c9b787f029 Removed all 'actorOf' methods that does not take a 'Props', and changed all callers to use 'actorOf(Props(..))'
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 14:09:40 +01:00
Patrik Nordwall
9098f30524 DOC: Disabled stm and transactors documentation 2011-12-12 14:21:03 +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
Amir Moulavi
037dcfa024 Conversion of class names into literal blocks 2011-10-26 14:22:16 +02:00
Amir Moulavi
b5a4018813 Formatting of TransactionFactory settings is changed to be compatible with Configuration section 2011-10-26 13:58:07 +02:00
Peter Vlugter
7884691d3a Begin using compiled code examples in the docs. See #781 2011-10-05 17:41:29 +02:00
Viktor Klang
bbb79d8e0d Start removed but cluster is broken 2011-09-08 11:02:17 +02:00
Patrik Nordwall
ca77eb0926 Docs: Removed JTA
(cherry picked from commit d92d25b15894e34c0df0715886206fefec862d17)
2011-05-09 07:57:40 +02:00
Patrik Nordwall
854614dd55 Fixed what-is-akka 2011-05-03 16:41:02 +02:00
Patrik Nordwall
241a21aaa0 Cross linking 2011-04-28 22:45:48 +02:00
Peter Vlugter
ad0b55ca7f Fix warnings in docs 2011-04-27 10:04:18 +12:00
Patrik Nordwall
929f8458ff Cleanup 2011-04-26 22:23:23 +02:00
Patrik Nordwall
0cc6499a4a Moved stm from pending 2011-04-26 21:58:36 +02:00
Renamed from akka-docs/pending/stm-scala.rst (Browse further)