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:
parent
e1e85442ff
commit
83e53c5065
10
doc/source/developing.rst
Normal file
10
doc/source/developing.rst
Normal file
@ -0,0 +1,10 @@
|
||||
****************************
|
||||
Writing Your Ryu Application
|
||||
****************************
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
writing_ryu_app.rst
|
||||
library.rst
|
||||
|
@ -13,9 +13,8 @@ Contents:
|
||||
:maxdepth: 2
|
||||
|
||||
getting_started.rst
|
||||
writing_ryu_app.rst
|
||||
openstack.rst
|
||||
library.rst
|
||||
developing.rst
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user