doc: fix some sphinx warnings and errors

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-08-13 09:43:36 +09:00 committed by FUJITA Tomonori
parent beb9867d7a
commit 0a8e581628
2 changed files with 30 additions and 29 deletions

View File

@ -15,6 +15,7 @@ Contents:
getting_started.rst getting_started.rst
developing.rst developing.rst
configuration.rst configuration.rst
using_with_openstack.rst
Indices and tables Indices and tables
================== ==================

View File

@ -104,32 +104,32 @@ Invoking Example
================ ================
The example is as follows:: The example is as follows::
% PYTHONPATH=. ./bin/ryu-manager --wsapi-port 8081 --verbose --app-lists ryu.app.simple_isolation,ryu.app.rest % PYTHONPATH=. ./bin/ryu-manager --wsapi-port 8081 --verbose --app-lists ryu.app.simple_isolation,ryu.app.rest
loading app ryu.app.simple_isolation loading app ryu.app.simple_isolation
loading app ryu.app.rest loading app ryu.app.rest
loading app ryu.controller.ofp_handler loading app ryu.controller.ofp_handler
creating context dpset creating context dpset
creating context wsgi creating context wsgi
creating context network creating context network
instantiating app ryu.app.simple_isolation instantiating app ryu.app.simple_isolation
instantiating app ryu.app.rest instantiating app ryu.app.rest
instantiating app ryu.controller.ofp_handler instantiating app ryu.controller.ofp_handler
BRICK dpset BRICK dpset
CONSUMES EventOFPStateChange CONSUMES EventOFPStateChange
CONSUMES EventOFPPortStatus CONSUMES EventOFPPortStatus
CONSUMES EventOFPSwitchFeatures CONSUMES EventOFPSwitchFeatures
BRICK ofp_event BRICK ofp_event
PROVIDES EventOFPStateChange TO ['dpset'] PROVIDES EventOFPStateChange TO ['dpset']
PROVIDES EventOFPPortStatus TO ['dpset', 'SimpleIsolation'] PROVIDES EventOFPPortStatus TO ['dpset', 'SimpleIsolation']
PROVIDES EventOFPPacketIn TO ['SimpleIsolation'] PROVIDES EventOFPPacketIn TO ['SimpleIsolation']
PROVIDES EventOFPSwitchFeatures TO ['dpset', 'SimpleIsolation'] PROVIDES EventOFPSwitchFeatures TO ['dpset', 'SimpleIsolation']
CONSUMES EventOFPEchoRequest CONSUMES EventOFPEchoRequest
CONSUMES EventOFPErrorMsg CONSUMES EventOFPErrorMsg
CONSUMES EventOFPSwitchFeatures CONSUMES EventOFPSwitchFeatures
CONSUMES EventOFPHello CONSUMES EventOFPHello
BRICK network BRICK network
BRICK RestAPI BRICK RestAPI
BRICK SimpleIsolation BRICK SimpleIsolation
CONSUMES EventOFPPacketIn CONSUMES EventOFPPacketIn
CONSUMES EventOFPPortStatus CONSUMES EventOFPPortStatus
CONSUMES EventOFPSwitchFeatures CONSUMES EventOFPSwitchFeatures