Skip to content

Commit

Permalink
doc: Add a 'what-is-ovs' document
Browse files Browse the repository at this point in the history
Add description of Open vSwitch from README, along with the overview
image from openvswitch.org.

Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
stephenfin authored and blp committed Dec 22, 2016
1 parent f150a8b commit 2eaf6a0
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 3 deletions.
Binary file added Documentation/_static/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Documentation/automake.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
EXTRA_DIST += \
Documentation/group-selection-method-property.txt \
Documentation/_static/logo.png \
Documentation/_static/overview.png \
Documentation/conf.py \
Documentation/index.rst \
Documentation/contents.rst \
Documentation/intro/index.rst \
Documentation/intro/what-is-ovs.rst \
Documentation/intro/why-ovs.rst \
Documentation/intro/install/index.rst \
Documentation/intro/install/bash-completion.rst \
Expand Down
3 changes: 3 additions & 0 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ First Steps
Getting started with Open vSwitch (OVS) or Open Virtual Network (OVN) for Open
vSwitch? Start here.

- **Overview:** :doc:`intro/what-is-ovs` |
:doc:`intro/why-ovs`

- **Install:** :doc:`intro/install/general` |
:doc:`intro/install/userspace` |
:doc:`intro/install/netbsd` |
Expand Down
1 change: 1 addition & 0 deletions Documentation/intro/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ How to get started with Open vSwitch.
.. toctree::
:maxdepth: 2

what-is-ovs
why-ovs
install/index
41 changes: 41 additions & 0 deletions Documentation/intro/what-is-ovs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
..
Copyright (c) 2016, Stephen Finucane <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.

Convention for heading levels in Open vSwitch documentation:

======= Heading 0 (reserved for the title in a document)
------- Heading 1
~~~~~~~ Heading 2
+++++++ Heading 3
''''''' Heading 4

Avoid deeper levels because they do not render well.

=====================
What Is Open vSwitch?
=====================

.. image:: ../_static/overview.png
:align: center

Overview
--------

.. NOTE(stephenfin): The below line numbers may need to be updated if the
README is modified
.. include:: ../../README.rst
:start-line: 13
:end-line: 71
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. NOTE(stephenfin): If making changes to this file, ensure that the line
numbers found in 'Documentation/intro/what-is-ovs' are kept up-to-date.
============
Open vSwitch
============

Build Status
------------

.. image:: https://travis-ci.org/openvswitch/ovs.png
:target: https://travis-ci.org/openvswitch/ovs

Expand Down

0 comments on commit 2eaf6a0

Please sign in to comment.