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
=============== ===============

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 {

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
=============== ===============

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 {