mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
doc: Convert tutorial/OVN-Tutorial to rST
There's a mismash of absolute and relative URLs, but these will be resolved by the move to Sphinx. In addition, the URLs pointing to the test scripts are removed as they will break when we move to Sphinx. This is because they won't be published with the Sphinx docs, ruling out relative links, and OVS evolves too fast to rely on non-breaking links to GitHub. Better to rely on shell examples like we do elsewhere and let the user figure it out. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Russell Bryant <russell@ovn.org>
This commit is contained in:
parent
c27b75369e
commit
dbef1347a0
@ -1,6 +1,6 @@
|
||||
docs += \
|
||||
tutorial/tutorial.rst \
|
||||
tutorial/OVN-Tutorial.md
|
||||
tutorial/ovn-tutorial.rst
|
||||
EXTRA_DIST += \
|
||||
tutorial/ovs-sandbox \
|
||||
tutorial/t-setup \
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,7 @@
|
||||
#
|
||||
|
||||
#
|
||||
# See "Simple two-port setup" in tutorial/OVN-Tutorial.md.
|
||||
# See "Simple two-port setup" in tutorial/ovn-tutorial.rst.
|
||||
#
|
||||
|
||||
set -o xtrace
|
||||
|
@ -14,7 +14,7 @@
|
||||
#
|
||||
|
||||
#
|
||||
# See "Simple two-port setup" in tutorial/OVN-Tutorial.md.
|
||||
# See "Simple two-port setup" in tutorial/ovn-tutorial.rst.
|
||||
#
|
||||
|
||||
set -o xtrace
|
||||
|
Loading…
x
Reference in New Issue
Block a user