diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-08-13 09:43:36 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-08-13 10:01:54 +0900 |
commit | 0a8e581628a4086fe2215ec7743eed69d303b92b (patch) | |
tree | aeedeebe1f43688389dca6225792dfa464a9233f /doc/source/parameters.rst | |
parent | beb9867d7af69dc2879333ae3e37a819893fe6d7 (diff) |
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>
Diffstat (limited to 'doc/source/parameters.rst')
-rw-r--r-- | doc/source/parameters.rst | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/doc/source/parameters.rst b/doc/source/parameters.rst index 55853f17..637d8ef2 100644 --- a/doc/source/parameters.rst +++ b/doc/source/parameters.rst @@ -104,32 +104,32 @@ Invoking Example ================ The example is as follows:: -% 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.rest -loading app ryu.controller.ofp_handler -creating context dpset -creating context wsgi -creating context network -instantiating app ryu.app.simple_isolation -instantiating app ryu.app.rest -instantiating app ryu.controller.ofp_handler -BRICK dpset - CONSUMES EventOFPStateChange - CONSUMES EventOFPPortStatus - CONSUMES EventOFPSwitchFeatures -BRICK ofp_event - PROVIDES EventOFPStateChange TO ['dpset'] - PROVIDES EventOFPPortStatus TO ['dpset', 'SimpleIsolation'] - PROVIDES EventOFPPacketIn TO ['SimpleIsolation'] - PROVIDES EventOFPSwitchFeatures TO ['dpset', 'SimpleIsolation'] - CONSUMES EventOFPEchoRequest - CONSUMES EventOFPErrorMsg - CONSUMES EventOFPSwitchFeatures - CONSUMES EventOFPHello -BRICK network -BRICK RestAPI -BRICK SimpleIsolation - CONSUMES EventOFPPacketIn - CONSUMES EventOFPPortStatus - CONSUMES EventOFPSwitchFeatures + % 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.rest + loading app ryu.controller.ofp_handler + creating context dpset + creating context wsgi + creating context network + instantiating app ryu.app.simple_isolation + instantiating app ryu.app.rest + instantiating app ryu.controller.ofp_handler + BRICK dpset + CONSUMES EventOFPStateChange + CONSUMES EventOFPPortStatus + CONSUMES EventOFPSwitchFeatures + BRICK ofp_event + PROVIDES EventOFPStateChange TO ['dpset'] + PROVIDES EventOFPPortStatus TO ['dpset', 'SimpleIsolation'] + PROVIDES EventOFPPacketIn TO ['SimpleIsolation'] + PROVIDES EventOFPSwitchFeatures TO ['dpset', 'SimpleIsolation'] + CONSUMES EventOFPEchoRequest + CONSUMES EventOFPErrorMsg + CONSUMES EventOFPSwitchFeatures + CONSUMES EventOFPHello + BRICK network + BRICK RestAPI + BRICK SimpleIsolation + CONSUMES EventOFPPacketIn + CONSUMES EventOFPPortStatus + CONSUMES EventOFPSwitchFeatures |