From df4ba5d3bd7e33b37f9aaac6820f9dbb85e026f8 Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Wed, 20 Apr 2011 19:49:06 +1200 Subject: [PATCH] Add meta-docs --- akka-docs/dev/documentation.rst | 18 ++++++++++++++++++ akka-docs/dev/index.rst | 7 +++++++ akka-docs/index.rst | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 akka-docs/dev/documentation.rst create mode 100644 akka-docs/dev/index.rst diff --git a/akka-docs/dev/documentation.rst b/akka-docs/dev/documentation.rst new file mode 100644 index 0000000000..d5678c58ff --- /dev/null +++ b/akka-docs/dev/documentation.rst @@ -0,0 +1,18 @@ +Documentation +============= + +The Akka documentation uses `reStructuredText +`_ as its markup and is built using +`Sphinx `_. + + +Sphinx +------ + +More to come... + + +reStructuredText +---------------- + +More to come... diff --git a/akka-docs/dev/index.rst b/akka-docs/dev/index.rst new file mode 100644 index 0000000000..05ab53742d --- /dev/null +++ b/akka-docs/dev/index.rst @@ -0,0 +1,7 @@ +Information for Developers +========================== + +.. toctree:: + :maxdepth: 2 + + documentation diff --git a/akka-docs/index.rst b/akka-docs/index.rst index 9a57f097e2..9e03dd91b7 100644 --- a/akka-docs/index.rst +++ b/akka-docs/index.rst @@ -6,7 +6,7 @@ Contents intro/index scala/index - + dev/index Links =====