Try reorganised docs
|
|
@ -8,7 +8,7 @@ PAPER =
|
|||
BUILDDIR = _build
|
||||
EASYINSTALL = easy_install
|
||||
LOCALPACKAGES = $(shell pwd)/$(BUILDDIR)/site-packages
|
||||
PYGMENTSDIR = pygments
|
||||
PYGMENTSDIR = _sphinx/pygments
|
||||
|
||||
# Internal variables.
|
||||
PAPEROPT_a4 = -D latex_paper_size=a4
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
|
|
@ -7,7 +7,7 @@ import sys, os
|
|||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
sys.path.append(os.path.abspath('exts'))
|
||||
sys.path.append(os.path.abspath('_sphinx/exts'))
|
||||
extensions = ['sphinx.ext.todo', 'includecode']
|
||||
|
||||
templates_path = ['_templates']
|
||||
|
|
@ -31,13 +31,13 @@ html_theme = 'akka'
|
|||
html_theme_options = {
|
||||
'full_logo': 'true'
|
||||
}
|
||||
html_theme_path = ['themes']
|
||||
html_theme_path = ['_sphinx/themes']
|
||||
|
||||
html_title = 'Akka Documentation'
|
||||
html_logo = '_static/logo.png'
|
||||
html_logo = '_sphinx/static/logo.png'
|
||||
#html_favicon = None
|
||||
|
||||
html_static_path = ['_static']
|
||||
html_static_path = ['_sphinx/static']
|
||||
|
||||
html_last_updated_fmt = '%b %d, %Y'
|
||||
#html_sidebars = {}
|
||||
|
|
@ -65,4 +65,4 @@ latex_elements = {
|
|||
'preamble': '\\definecolor{VerbatimColor}{rgb}{0.935,0.935,0.935}'
|
||||
}
|
||||
|
||||
# latex_logo = '_static/akka.png'
|
||||
# latex_logo = '_sphinx/static/akka.png'
|
||||
|
|
|
|||
|
|
@ -4,78 +4,9 @@ Contents
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
manual/why-akka
|
||||
manual/getting-started-first-scala
|
||||
manual/getting-started-first-java
|
||||
manual/building-akka
|
||||
manual/configuration
|
||||
manual/fsm-scala
|
||||
intro/index
|
||||
scala/index
|
||||
|
||||
.. pending/actor-registry-java
|
||||
.. pending/actor-registry-scala
|
||||
.. pending/actors-scala
|
||||
.. pending/agents-scala
|
||||
.. pending/articles
|
||||
.. pending/benchmarks
|
||||
.. pending/buildr
|
||||
.. pending/cluster-membership
|
||||
.. pending/companies-using-akka
|
||||
.. pending/dataflow-java
|
||||
.. pending/dataflow-scala
|
||||
.. pending/deployment-scenarios
|
||||
.. pending/developer-guidelines
|
||||
.. pending/dispatchers-java
|
||||
.. pending/dispatchers-scala
|
||||
.. pending/event-handler
|
||||
.. pending/external-sample-projects
|
||||
.. pending/fault-tolerance-java
|
||||
.. pending/fault-tolerance-scala
|
||||
.. pending/Feature Stability Matrix
|
||||
.. pending/futures-scala
|
||||
.. pending/getting-started
|
||||
.. pending/guice-integration
|
||||
.. pending/Home
|
||||
.. pending/http
|
||||
.. pending/issue-tracking
|
||||
.. pending/language-bindings
|
||||
.. pending/licenses
|
||||
.. pending/logging
|
||||
.. pending/Migration-1.0-1.1
|
||||
.. pending/migration-guide-0.10.x-1.0.x
|
||||
.. pending/migration-guide-0.7.x-0.8.x
|
||||
.. pending/migration-guide-0.8.x-0.9.x
|
||||
.. pending/migration-guide-0.9.x-0.10.x
|
||||
.. pending/migration-guides
|
||||
.. pending/Recipes
|
||||
.. pending/release-notes
|
||||
.. pending/remote-actors-java
|
||||
.. pending/remote-actors-scala
|
||||
.. pending/routing-java
|
||||
.. pending/routing-scala
|
||||
.. pending/scheduler
|
||||
.. pending/security
|
||||
.. pending/serialization-java
|
||||
.. pending/serialization-scala
|
||||
.. pending/servlet
|
||||
.. pending/slf4j
|
||||
.. pending/sponsors
|
||||
.. pending/stm
|
||||
.. pending/stm-java
|
||||
.. pending/stm-scala
|
||||
.. pending/team
|
||||
.. pending/test
|
||||
.. pending/testkit
|
||||
.. pending/testkit-example
|
||||
.. pending/third-party-integrations
|
||||
.. pending/transactors-java
|
||||
.. pending/transactors-scala
|
||||
.. pending/tutorial-chat-server-java
|
||||
.. pending/tutorial-chat-server-scala
|
||||
.. pending/typed-actors-java
|
||||
.. pending/typed-actors-scala
|
||||
.. pending/untyped-actors-java
|
||||
.. pending/use-cases
|
||||
.. pending/web
|
||||
|
||||
Links
|
||||
=====
|
||||
|
|
|
|||
11
akka-docs/intro/index.rst
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Introduction
|
||||
============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
why-akka
|
||||
getting-started-first-scala
|
||||
getting-started-first-java
|
||||
building-akka
|
||||
configuration
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
Actors (Scala)
|
||||
==============
|
||||
Actors
|
||||
======
|
||||
|
||||
Module stability: **SOLID**
|
||||
|
||||
8
akka-docs/scala/index.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Scala API
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
actors
|
||||
fsm
|
||||