Docs: Restructured toc

(cherry picked from commit b6ea22e994ab900dad2661861cd90a7ab969ceb4)
This commit is contained in:
Patrik Nordwall 2011-05-06 09:03:57 +02:00
parent 2639344855
commit a597915993
18 changed files with 12 additions and 24 deletions

View file

@ -6,7 +6,6 @@ Additional Information
articles
benchmarks
`Support <http://scalablesolutions.se>`_
recipes
external-sample-projects
companies-using-akka

View file

@ -4,7 +4,8 @@ Information for Developers
.. toctree::
:maxdepth: 2
documentation
building-akka
developer-guidelines
sponsors
documentation
team

View file

@ -5,10 +5,6 @@ General
:maxdepth: 2
jmm
migration-guides
building-akka
configuration
event-handler
scaladoc
issue-tracking
licenses

View file

@ -22,19 +22,8 @@ Quick Links
* `Source Code <http://github.com/jboner/akka>`_
* `API <http://akka.io/api/akka/snapshot/>`_
* `Mailing List <http://groups.google.com/group/akka-user>`_
* :ref:`licenses`
* :ref:`scaladoc`
* :ref:`issue_tracking`
* :ref:`team`
* :ref:`developer_guidelines`
* :ref:`documentation`
* :ref:`sponsors`

View file

@ -4,4 +4,10 @@ Project Information
.. toctree::
:maxdepth: 2
migration-guides
release-notes
scaladoc
issue-tracking
licenses
sponsors
links

View file

@ -9,9 +9,6 @@
`Source Code <http://github.com/jboner/akka>`_
==============================================
`API <http://akka.io/api/akka/snapshot/>`_
==========================================
`Maven Repository <http://akka.io/repository/>`_
================================================

View file

@ -11,7 +11,7 @@ The `Actor Model <http://en.wikipedia.org/wiki/Actor_model>`_ provides a higher
The API of Akkas Actors is similar to Scala Actors which has borrowed some of its syntax from Erlang.
The Akka 0.9 release introduced a new concept; ActorRef, which requires some refactoring. If you are new to Akka just read along, but if you have used Akka 0.6.x, 0.7.x and 0.8.x then you might be helped by the :doc:`0.8.x => 0.9.x migration guide </general/migration-guide-0.8.x-0.9.x>`
The Akka 0.9 release introduced a new concept; ActorRef, which requires some refactoring. If you are new to Akka just read along, but if you have used Akka 0.6.x, 0.7.x and 0.8.x then you might be helped by the :doc:`0.8.x => 0.9.x migration guide </project/migration-guide-0.8.x-0.9.x>`
Creating Actors
---------------