Some more minor changes to documentation
- fix some links - remove references to akka-modules - remove python module information
This commit is contained in:
parent
789b145b98
commit
e66d46671a
8 changed files with 20 additions and 41 deletions
|
|
@ -20,9 +20,9 @@ http://github.com/typesafehub/sbt-multi-jvm
|
|||
|
||||
You can add it as a plugin by adding the following to your plugins/build.sbt::
|
||||
|
||||
resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/"
|
||||
resolvers += Classpaths.typesafeResolver
|
||||
|
||||
libraryDependencies += "com.typesafe.sbt-multi-jvm" %% "sbt-multi-jvm" % "0.1.3"
|
||||
addSbtPlugin("com.typesafe.sbtmultijvm" % "sbt-multi-jvm" % "0.1.7")
|
||||
|
||||
You can then add multi-JVM testing to a project by including the ``MultiJvm``
|
||||
settings and config. For example, here is how the akka-cluster project adds
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ Links
|
|||
|
||||
* :ref:`other-doc`
|
||||
|
||||
* `Akka Modules Documentation <http://akka.io/docs/akka-modules/snapshot/>`_
|
||||
|
||||
* :ref:`issue_tracking`
|
||||
|
||||
* :ref:`support`
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Issue Tracking
|
||||
==============
|
||||
|
||||
Akka is using ``Assembla`` as issue tracking system.
|
||||
Akka is using ``Assembla`` as its issue tracking system.
|
||||
|
||||
Browsing
|
||||
--------
|
||||
|
|
@ -13,14 +13,11 @@ Tickets
|
|||
|
||||
`You can find the Akka tickets here <http://www.assembla.com/spaces/akka/tickets>`_
|
||||
|
||||
`You can find the Akka Modules tickets here <https://www.assembla.com/spaces/akka-modules/tickets>`_
|
||||
|
||||
Roadmaps
|
||||
^^^^^^^^
|
||||
|
||||
`The roadmap for each Akka milestone is here <https://www.assembla.com/spaces/akka/milestones>`_
|
||||
|
||||
`The roadmap for each Akka Modules milestone is here <https://www.assembla.com/spaces/akka-modules/milestones>`_
|
||||
|
||||
Creating tickets
|
||||
----------------
|
||||
|
|
@ -31,14 +28,11 @@ In order to create tickets you need to do the following:
|
|||
|
||||
Then you also need to become a "Watcher" of the Akka space.
|
||||
|
||||
For Akka tickets:
|
||||
`Link to create new ticket <https://www.assembla.com/spaces/akka/tickets/new>`__
|
||||
|
||||
For Akka Modules tickets:
|
||||
`Link to create new ticket <https://www.assembla.com/spaces/akka-modules/tickets/new>`__
|
||||
`Link to create a new ticket <https://www.assembla.com/spaces/akka/tickets/new>`__
|
||||
|
||||
Thanks a lot for reporting bugs and suggesting features.
|
||||
|
||||
|
||||
Failing test
|
||||
------------
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ http://repo.typesafe.com/typesafe/snapshots/ as both ``SNAPSHOT`` and
|
|||
timestamped versions.
|
||||
|
||||
For timestamped versions, pick a timestamp from
|
||||
http://repo.typesafe.com/typesafe/akka-snapshots/com/typesafe/akka/akka-actor/.
|
||||
http://repo.typesafe.com/typesafe/snapshots/com/typesafe/akka/akka-actor/.
|
||||
All Akka modules that belong to the same build have the same timestamp.
|
||||
|
||||
Make sure that you add the repository to the sbt resolvers or maven repositories::
|
||||
|
|
|
|||
|
|
@ -19,23 +19,17 @@ be found here:
|
|||
Release Versions
|
||||
================
|
||||
|
||||
1.3
|
||||
---
|
||||
|
||||
- Akka 1.3 - http://akka.io/docs/akka/1.3/ (or in `PDF format <http://akka.io/docs/akka/1.3/Akka.pdf>`__)
|
||||
- Akka Modules 1.3 - http://akka.io/docs/akka-modules/1.3/ (or in `PDF format <http://akka.io/docs/akka-modules/1.3/AkkaModules.pdf>`__)
|
||||
|
||||
1.2
|
||||
---
|
||||
|
||||
- Akka 1.2 - http://akka.io/docs/akka/1.2/ (or in `PDF format <http://akka.io/docs/akka/1.2/Akka.pdf>`__)
|
||||
- Akka Modules 1.2 - http://akka.io/docs/akka-modules/1.2/ (or in `PDF format <http://akka.io/docs/akka-modules/1.2/AkkaModules.pdf>`__)
|
||||
|
||||
1.1
|
||||
---
|
||||
1.1.3
|
||||
-----
|
||||
|
||||
- Akka 1.1 - http://akka.io/docs/akka/1.1/ (or in `PDF format <http://akka.io/docs/akka/1.1/Akka.pdf>`__)
|
||||
- Akka Modules 1.1 - http://akka.io/docs/akka-modules/1.1/ (or in `PDF format <http://akka.io/docs/akka-modules/1.1/AkkaModules.pdf>`__)
|
||||
- Akka 1.1.3 - http://akka.io/docs/akka/1.1.3/ (or in `PDF format <http://akka.io/docs/akka/1.1.3/Akka.pdf>`__)
|
||||
- Akka Modules 1.1.3 - http://akka.io/docs/akka-modules/1.1.3/ (or in `PDF format <http://akka.io/docs/akka-modules/1.1.3/AkkaModules.pdf>`__)
|
||||
|
||||
1.0
|
||||
---
|
||||
|
|
|
|||
|
|
@ -16,14 +16,19 @@ be found here: http://akka.io/api/akka/snapshot
|
|||
Release Versions
|
||||
================
|
||||
|
||||
1.1
|
||||
---
|
||||
1.2
|
||||
-----
|
||||
|
||||
- Akka 1.1 - http://akka.io/api/akka/1.1/
|
||||
- Akka Modules 1.1 - http://akka.io/api/akka-modules/1.1/
|
||||
- Akka 1.2 - http://akka.io/api/akka/1.2/
|
||||
- Akka Modules 1.2 - http://akka.io/api/akka-modules/1.2/
|
||||
|
||||
1.1.3
|
||||
-----
|
||||
|
||||
- Akka 1.1.3 - http://akka.io/api/akka/1.1.3/
|
||||
- Akka Modules 1.1.3 - http://akka.io/api/akka-modules/1.1.3/
|
||||
|
||||
1.0
|
||||
---
|
||||
|
||||
- Akka 1.0 - http://akka.io/api/1.0/
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
========
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue