Add meta-docs
This commit is contained in:
parent
bb8dca5b88
commit
df4ba5d3bd
3 changed files with 26 additions and 1 deletions
18
akka-docs/dev/documentation.rst
Normal file
18
akka-docs/dev/documentation.rst
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Documentation
|
||||||
|
=============
|
||||||
|
|
||||||
|
The Akka documentation uses `reStructuredText
|
||||||
|
<http://docutils.sourceforge.net/rst.html>`_ as its markup and is built using
|
||||||
|
`Sphinx <http://sphinx.pocoo.org>`_.
|
||||||
|
|
||||||
|
|
||||||
|
Sphinx
|
||||||
|
------
|
||||||
|
|
||||||
|
More to come...
|
||||||
|
|
||||||
|
|
||||||
|
reStructuredText
|
||||||
|
----------------
|
||||||
|
|
||||||
|
More to come...
|
||||||
7
akka-docs/dev/index.rst
Normal file
7
akka-docs/dev/index.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
Information for Developers
|
||||||
|
==========================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
documentation
|
||||||
|
|
@ -6,7 +6,7 @@ Contents
|
||||||
|
|
||||||
intro/index
|
intro/index
|
||||||
scala/index
|
scala/index
|
||||||
|
dev/index
|
||||||
|
|
||||||
Links
|
Links
|
||||||
=====
|
=====
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue