summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-09-17 07:30:09 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-09-17 13:15:47 +0900
commit83e53c5065ac4e23ca85200935d450d15e9bcc2b (patch)
tree42c7fcdbce176aeb894990c68c60281a9e3c6825
parente1e85442ffcdaa28193956bda94747e4193bab74 (diff)
doc: rearrange top page
Rearrange the top page in the following way: - Getting Started - Cloud Integration (OpenStack only for now) - Developing Your App Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--doc/source/developing.rst10
-rw-r--r--doc/source/index.rst3
-rw-r--r--doc/source/writing_ryu_app.rst10
3 files changed, 16 insertions, 7 deletions
diff --git a/doc/source/developing.rst b/doc/source/developing.rst
new file mode 100644
index 00000000..6550e122
--- /dev/null
+++ b/doc/source/developing.rst
@@ -0,0 +1,10 @@
+****************************
+Writing Your Ryu Application
+****************************
+
+.. toctree::
+ :maxdepth: 2
+
+ writing_ryu_app.rst
+ library.rst
+
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 62ef8b01..5c723a12 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -13,9 +13,8 @@ Contents:
:maxdepth: 2
getting_started.rst
- writing_ryu_app.rst
openstack.rst
- library.rst
+ developing.rst
Indices and tables
==================
diff --git a/doc/source/writing_ryu_app.rst b/doc/source/writing_ryu_app.rst
index 87097f7e..0980ecd4 100644
--- a/doc/source/writing_ryu_app.rst
+++ b/doc/source/writing_ryu_app.rst
@@ -1,6 +1,6 @@
-***********************
-Writing Ryu Application
-***********************
+*********************
+The First Application
+*********************
Whetting Your Appetite
======================
@@ -13,8 +13,8 @@ gears by using OpenFlow protocol, etc.
Writing Ryu application is easy. It's just Python scripts.
-The first Ryu application
-=========================
+Start Writing
+=============
We show a Ryu application that make OpenFlow switches work as a dumb
layer 2 switch.