Roland Kuhn
12de575139
Merge pull request #1129 from akka/wip-IO
...
Wip io
2013-02-13 08:29:51 -08:00
Roland
c3b363c9b3
move multi-node-testkit into its own module, see #2981
2013-02-11 14:37:37 +01:00
Björn Antonsson
c94ef5c66e
Adding implicits and diagrams to scaladoc. See #2880
2013-02-01 11:55:08 +01:00
Mathias
ab228c0941
update/improve design docs as background info for IO layer, see #2890
2013-01-11 14:19:50 +01:00
Roland
f47f973f3c
add design docs as background info for IO layer, see #2890
2013-01-10 12:20:17 +01:00
Patrik Nordwall
48c6374721
Clean shutdown of ReliableProxySpec, see #2846
...
* Solved by adding missing Dequeue in throttler
* Changed to FSM timers in throttler
* Some boy scouting
2013-01-04 12:54:54 +01:00
Roland
8c547aa2e6
update multi-jvm docs for scalatest 1.9.1
2012-12-23 20:18:19 +01:00
Roland
f48bdbecf2
update to CrossVersion.binary deps
...
- scala-stm_2.10 % 0.7
- scalatest_2.10 % 1.9.1
- scalacheck_2.10 % 1.10.0
2012-12-23 10:24:07 +01:00
Roland
ea08994d24
update to staged 2.10.0 release, CrossVersion.binary, see #2684
2012-12-21 17:18:03 +01:00
Rich Dougherty
a5778cbc70
Updated instructions for Sphinx install on Mac OS. Fixes #2735
...
* Updated dir name for texlive install
* Removed unneeded instructions for symlinking pygments style
2012-11-25 10:09:35 +01:00
Björn Antonsson
c2bf33afbf
Update doc with correct version of ScalaTest
2012-11-15 08:16:19 +01:00
Björn Antonsson
58c0b2beae
Correct and update the SbtMultiJvm documentation. #2671
2012-11-01 15:17:44 +01:00
Viktor Klang (√)
b862ec97f5
Merge pull request #836 from akka/wip-2669-√
...
#2669 - Fixing the docs about how to generate the docs
2012-10-31 14:31:46 -07:00
Viktor Klang
0615ba7897
#2669 - Fixing the docs about how to generate the docs
2012-10-31 14:51:24 +01:00
Viktor Klang
7be1f4b55e
#2658 - Fixing todo sections of the documentation documentation ;-)
2012-10-29 15:38:22 +01:00
Viktor Klang
e6d54b59ac
#2623 - Adding a @github@ substitution for links to github, as well as adding a pointer as to where to find the example code for the docs.
2012-10-22 11:14:22 +02:00
Viktor Klang (√)
b6e4c74886
Update akka-docs/rst/dev/developer-guidelines.rst
...
Tidying up developer guidelines link
2012-10-16 10:59:11 +03:00
Viktor Klang
ef80428b02
#2619 - make read first in the developer guidelines a ..note::
2012-10-15 20:00:12 +02:00
Viktor Klang
7fa58f735a
Adding link to CONTRIBUTING.md in developer-guidelines.rst
2012-10-15 12:02:08 +02:00
Patrik Nordwall
495ace37f4
Avoid TestConductorTransport unless needed, see #2586
...
* Due to the shutdown issues the TestConductorTransport is by
default not active, but it's easy to activate it and exception
will be thrown if trying to use the featues that require it, i.e
blackhole, passThrow and throttle
* Documented
2012-10-05 14:52:18 +02:00
Björn Antonsson
5cfb79aef5
Minor doc and API cleanup for Test Conductor. See #2049
2012-10-04 11:03:07 +02:00
Björn Antonsson
6d8d4b4ec9
Correct sbt example usage of MultiJvm plugin in docs.
2012-10-03 10:49:06 +02:00
Björn Antonsson
08ef942242
Reformating configuration and examples for PDF (Scala, and leftovers). See #2413
2012-10-01 20:35:46 +02:00
Helena Edelson
3a3af8f3fb
#2576 Correct usage of alumni to alumnus on Team docs page
2012-09-28 13:06:26 -06:00
Patrik Nordwall
6014559df3
Typo corr, add Helena to the list of committers
2012-09-28 08:50:02 +02:00
Patrik Nordwall
d0978df0eb
Add Helena to the list of committers
2012-09-28 08:48:23 +02:00
Björn Antonsson
dc5b377bb1
Cleanup after merge.
2012-09-21 17:26:22 +02:00
Björn Antonsson
78597ed7c1
Merge branch 'master' into wip-2349-multi-node-and-multi-jvm-doc-ban
...
Conflicts:
project/plugins.sbt
2012-09-21 17:00:34 +02:00
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