Update docs theme
This commit is contained in:
parent
f51afb9b47
commit
d7fe025fa2
75 changed files with 1795 additions and 638 deletions
|
|
@ -4,12 +4,6 @@
|
|||
Migration Guide 1.3.x to 2.0.x
|
||||
################################
|
||||
|
||||
.. sidebar:: Contents
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 3
|
||||
|
||||
The 2.0 release contains several new features which require source-level
|
||||
changes in client code. This API cleanup is planned to be the last one for a
|
||||
significant amount of time.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,21 @@
|
|||
##################################
|
||||
|
||||
|
||||
Release Versions
|
||||
================
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
- Akka 2.0 - http://akka.io/docs/akka/2.0/ (or in `PDF format <http://akka.io/docs/akka/2.0/Akka.pdf>`__)
|
||||
|
||||
1.3.1
|
||||
-----
|
||||
|
||||
- Akka 1.3.1 - http://akka.io/docs/akka/1.3.1/ (or in `PDF format <http://akka.io/docs/akka/1.3.1/Akka.pdf>`__)
|
||||
- Akka Modules 1.3.1 - http://akka.io/docs/akka-modules/1.3.1/ (or in `PDF format <http://akka.io/docs/akka-modules/1.3.1/AkkaModules.pdf>`__)
|
||||
|
||||
|
||||
Akka Snapshot
|
||||
=============
|
||||
|
||||
|
|
@ -13,33 +28,3 @@ Automatically published documentation for the latest SNAPSHOT version of Akka ca
|
|||
be found here:
|
||||
|
||||
- Akka - http://akka.io/docs/akka/snapshot/ (or in `PDF format <http://akka.io/docs/akka/snapshot/Akka.pdf>`__)
|
||||
|
||||
|
||||
|
||||
Release Versions
|
||||
================
|
||||
|
||||
1.3.1
|
||||
---
|
||||
|
||||
- Akka 1.3.1 - http://akka.io/docs/akka/1.3.1/ (or in `PDF format <http://akka.io/docs/akka/1.3.1/Akka.pdf>`__)
|
||||
- Akka Modules 1.3.1 - http://akka.io/docs/akka-modules/1.3.1/ (or in `PDF format <http://akka.io/docs/akka-modules/1.3.1/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.3
|
||||
-----
|
||||
|
||||
- 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
|
||||
---
|
||||
|
||||
- Akka 1.0 - http://akka.io/docs/akka-1.0/Home.html (or in `PDF format <http://akka.io/docs/akka-1.0.pdf>`__)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Release Notes
|
||||
==============
|
||||
|
||||
Release 2.0
|
||||
Release 2.1
|
||||
-----------
|
||||
|
||||
Release notes for 2.0 will be written.
|
||||
Release notes for 2.1 will be written...
|
||||
|
|
|
|||
|
|
@ -6,29 +6,23 @@
|
|||
##############
|
||||
|
||||
|
||||
Release Versions
|
||||
================
|
||||
|
||||
2.0
|
||||
-----
|
||||
|
||||
- Akka 2.0 - http://akka.io/api/akka/2.0/
|
||||
|
||||
1.3.1
|
||||
-----
|
||||
|
||||
- Akka 1.3.1 - http://akka.io/api/akka/1.3.1/
|
||||
- Akka Modules 1.3.1 - http://akka.io/api/akka-modules/1.3.1/
|
||||
|
||||
|
||||
Akka Snapshot
|
||||
=============
|
||||
|
||||
Automatically published Scaladoc API for the latest SNAPSHOT version of Akka can
|
||||
be found here: http://akka.io/api/akka/snapshot
|
||||
|
||||
|
||||
Release Versions
|
||||
================
|
||||
|
||||
1.2
|
||||
-----
|
||||
|
||||
- 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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue