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>
This commit is contained in:
FUJITA Tomonori 2012-09-17 07:30:09 +09:00
parent e1e85442ff
commit 83e53c5065
3 changed files with 16 additions and 7 deletions

10
doc/source/developing.rst Normal file
View File

@ -0,0 +1,10 @@
****************************
Writing Your Ryu Application
****************************
.. toctree::
:maxdepth: 2
writing_ryu_app.rst
library.rst

View File

@ -13,9 +13,8 @@ Contents:
:maxdepth: 2
getting_started.rst
writing_ryu_app.rst
openstack.rst
library.rst
developing.rst
Indices and tables
==================

View File

@ -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.