Rearrange the top page in the following way: - Getting Started - Cloud Integration (OpenStack only for now) - Developing Your App
Signed-off-by: FUJITA Tomonori <[email protected]> --- doc/source/developing.rst | 10 ++++++++++ doc/source/index.rst | 3 +-- doc/source/writing_ryu_app.rst | 10 +++++----- 3 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 doc/source/developing.rst diff --git a/doc/source/developing.rst b/doc/source/developing.rst new file mode 100644 index 0000000..6550e12 --- /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 62ef8b0..5c723a1 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 87097f7..0980ecd 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. -- 1.7.4.4 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
