Commit graph

16 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
Patrik Nordwall
a05e42db85 Move misplaced docs/io/BinaryCoding 2012-08-21 10:45:01 +02:00
Roland
7bc2a98e57 Merge branch 'wip-fix-scalaVersion-∂π' 2012-08-17 14:36:56 +02:00
Roland
d41160f4bf automatically reference right scalaVersion in RST
using epilog_rst configuration variable in sphinx, which reads
akka-docs/epilog_rst, which is written in sphinx-scala-version task by
SBT, which is referenced by the other docs tasks as a dependency
2012-08-17 00:07:56 +02:00
Patrik Nordwall
7711d58fbe DOC: Link to online CLA signing, see #2380 2012-08-14 11:29:54 +02:00
Viktor Klang
448687d692 Adding the OKResponse definition to the IO reST docs. 2012-07-12 17:16:19 +02:00
Oliver Schulz
777addc66c Merge branch master into bs-iterators
Resolved Conflicts:
	akka-actor/src/main/scala/akka/util/ByteString.scala
2012-07-01 17:29:12 +02:00
Oliver Schulz
9c6deaa475 Changed ByteString docs to hoist example code from separate file 2012-06-19 17:16:30 +02:00
Oliver Schulz
8d4986dde3 Added new ByteString features to IO (Scala) documentation 2012-06-17 19:28:08 +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
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
Peter Vlugter
d7fe025fa2 Update docs theme 2012-03-06 13:20:00 +13:00
Bruce Mitchener
3d90f480d0 Fix spelling errors. 2012-02-14 19:50:01 +07:00
Derek Williams
2ac8a25b72 More work on IO reST docs 2012-01-24 13:37:26 -07:00
Derek Williams
4c6f9b86d1 More IO docs 2012-01-23 23:44:41 -07:00
Derek Williams
1fc35a04ad IO docs, in progress 2012-01-03 15:28:47 -07:00