Fix remaining warnings in docs generation
This commit is contained in:
parent
6225b75b99
commit
d665297931
12 changed files with 17 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.. _extending-akka:
|
||||
.. _extending-akka-java:
|
||||
|
||||
Akka Extensions
|
||||
===============
|
||||
|
|
@ -60,4 +60,4 @@ Applicability
|
|||
-------------
|
||||
|
||||
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?
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@ Java API
|
|||
remoting
|
||||
serialization
|
||||
extending-akka
|
||||
transactors
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ For more information please see :ref:`serialization-java`
|
|||
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::
|
||||
|
||||
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
|
||||
the two given target nodes.
|
||||
the two given target nodes.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Typed Actors (Scala)
|
||||
====================
|
||||
Typed Actors (Java)
|
||||
===================
|
||||
|
||||
.. sidebar:: Contents
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue