Fix remaining warnings in docs generation

This commit is contained in:
Peter Vlugter 2011-12-16 12:12:03 +13:00
parent 6225b75b99
commit d665297931
12 changed files with 17 additions and 15 deletions

View file

@ -5,7 +5,7 @@ Additional Information
:maxdepth: 2 :maxdepth: 2
benchmarks benchmarks
recipies recipes
companies-using-akka companies-using-akka
third-party-integrations third-party-integrations
language-bindings language-bindings

View file

@ -1,5 +1,5 @@
Here is a list of recipies for all things Akka Here is a list of recipes for all things Akka
============================================== =============================================
* PostStart => `Link to Klangism <http://klangism.tumblr.com/post/3667529448/implementing-poststart-in-akka>`_ * PostStart => `Link to Klangism <http://klangism.tumblr.com/post/3667529448/implementing-poststart-in-akka>`_
* `Consumer actors best practices <http://krasserm.blogspot.com/2011/02/akka-consumer-actors-new-features-and.html>`_ * `Consumer actors best practices <http://krasserm.blogspot.com/2011/02/akka-consumer-actors-new-features-and.html>`_

View file

@ -58,8 +58,7 @@ external dependencies (apart from the ``scala-library.jar`` JAR).
Using a release distribution Using a release distribution
---------------------------- ----------------------------
Download the release you need, Akka Actors, Akka Core, or Akka Microkernel, from Download the release you need from http://akka.io/downloads and unzip it.
http://akka.io/downloads and unzip it.
Using a snapshot version Using a snapshot version
------------------------ ------------------------

View file

@ -1,4 +1,4 @@
.. _extending-akka: .. _extending-akka-java:
Akka Extensions Akka Extensions
=============== ===============
@ -60,4 +60,4 @@ Applicability
------------- -------------
The sky is the limit! The sky is the limit!
By the way, did you know that Akka's ``Typed Actors``, ``Serialization`` and other features are implemented as Akka Extensions? By the way, did you know that Akka's ``Typed Actors``, ``Serialization`` and other features are implemented as Akka Extensions?

View file

@ -18,3 +18,4 @@ Java API
remoting remoting
serialization serialization
extending-akka extending-akka
transactors

View file

@ -82,7 +82,7 @@ For more information please see :ref:`serialization-java`
Routers with Remote Destinations Routers with Remote Destinations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It is absolutely feasible to combine remoting with :ref:`routers`. It is absolutely feasible to combine remoting with :ref:`routing-java`.
This is also done via configuration:: This is also done via configuration::
akka { akka {
@ -100,4 +100,4 @@ This is also done via configuration::
} }
This configuration setting will clone the actor “aggregation” 10 times and deploy it evenly distributed across This configuration setting will clone the actor “aggregation” 10 times and deploy it evenly distributed across
the two given target nodes. the two given target nodes.

View file

@ -1,5 +1,5 @@
Typed Actors (Scala) Typed Actors (Java)
==================== ===================
.. sidebar:: Contents .. sidebar:: Contents

View file

@ -1,4 +1,4 @@
.. _extending-akka: .. _extending-akka-scala:
Akka Extensions Akka Extensions
=============== ===============
@ -50,4 +50,4 @@ Applicability
------------- -------------
The sky is the limit! The sky is the limit!
By the way, did you know that Akka's ``Typed Actors``, ``Serialization`` and other features are implemented as Akka Extensions? By the way, did you know that Akka's ``Typed Actors``, ``Serialization`` and other features are implemented as Akka Extensions?

View file

@ -20,3 +20,5 @@ Scala API
fsm fsm
testing testing
extending-akka extending-akka
agents
transactors

View file

@ -86,7 +86,7 @@ For more information please see :ref:`serialization-scala`
Routers with Remote Destinations Routers with Remote Destinations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It is absolutely feasible to combine remoting with :ref:`routers`. It is absolutely feasible to combine remoting with :ref:`routing-scala`.
This is also done via configuration:: This is also done via configuration::
akka { akka {
@ -104,4 +104,4 @@ This is also done via configuration::
} }
This configuration setting will clone the actor “aggregation” 10 times and deploy it evenly distributed across This configuration setting will clone the actor “aggregation” 10 times and deploy it evenly distributed across
the two given target nodes. the two given target nodes.