Commit graph

19 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
32b6557154 Fixing broken code include for Dataflow docs 2012-09-21 11:50:48 +02:00
Viktor Klang
e414c2a3b7 2378 review fixes 2012-09-21 11:21:55 +02:00
Viktor Klang
527771d249 Cleaning up dataflow docs a bit 2012-09-20 16:42:09 +02:00
Viktor Klang
45d0850e11 More work on Dataflow docs 2012-09-20 16:30:48 +02:00
Viktor Klang
1380abc807 DAtaflow doc start 2012-09-20 13:50:25 +02:00
Viktor Klang
411e90c344 Adding notice that Dataflow has been temporarily removed in 2.1-M1 2012-07-24 12:18:20 +02:00
Jonas Bonér
1c426e4772 Improved the docs for dataflow concurrency 2012-05-14 15:43:58 +02:00
Peter Vlugter
d7fe025fa2 Update docs theme 2012-03-06 13:20:00 +13:00
Viktor Klang
778bab40ea Removing dataflow docs for Java, as there is no such thing 2012-02-28 00:23:47 +01:00
Viktor Klang
ed829ac309 Quick and dirty touch-up of Dataflow 2011-12-15 17:10:07 +01:00
Peter Vlugter
fd26f284ab Update to scala 2.9.0 and sbt 0.7.7 2011-05-13 02:41:28 +12:00
Patrik Nordwall
a3499bc535 Docs: Some minor corrections
(cherry picked from commit 52a0b2c6b89b4887f84f052dd85c458a8f4fb68a)
2011-05-10 15:55:16 +02:00
Patrik Nordwall
1051c077e8 Docs: fixed broken links 2011-05-10 09:53:58 +02:00
Patrik Nordwall
73fd0775f3 Docs: Various improvements
(cherry picked from commit aad2c29c68a239b8f2512abc5e93d58ca4354a49)
2011-05-08 17:03:23 +02:00
Derek Williams
d451381164 Dataflow examples all migrated to new api, all tested to work in sbt console 2011-05-03 19:17:12 -06:00
Derek Williams
7afe35c042 Begin updating Dataflow docs 2011-05-03 14:34:28 -06:00
Patrik Nordwall
131890fc42 Cleanup 2011-05-03 17:10:26 +02:00
Patrik Nordwall
4f4af3cda8 Moved dataflow from pending 2011-05-03 17:07:21 +02:00
Renamed from akka-docs/pending/dataflow-scala.rst (Browse further)