Some more minor changes to documentation

- fix some links
- remove references to akka-modules
- remove python module information
This commit is contained in:
Peter Vlugter 2011-12-16 13:32:53 +13:00
parent 789b145b98
commit e66d46671a
8 changed files with 20 additions and 41 deletions

View file

@ -8,14 +8,6 @@ FSM
.. contents:: :local:
.. module:: FSM
:platform: Scala
:synopsis: Finite State Machine DSL on top of Actors
.. moduleauthor:: Irmo Manie, Roland Kuhn
.. versionadded:: 1.0
.. versionchanged:: 1.2
added Tracing and Logging
Overview
========

View file

@ -12,10 +12,6 @@ Testing Actor Systems
.. contents:: :local:
.. module:: akka-testkit
:synopsis: Tools for Testing Actor Systems
.. moduleauthor:: Roland Kuhn
As with any piece of software, automated tests are a very important part of the
development cycle. The actor model presents a different view on how units of
code are delimited and how they interact, which has an influence on how to