[ovs-dev] [PATCH 03/15] doc: Convert MAINTAINERS to rST

Stephen Finucane stephen at that.guru
Tue Oct 18 20:03:33 UTC 2016


Signed-off-by: Stephen Finucane <stephen at that.guru>
---
 MAINTAINERS.md  | 29 ----------------------
 MAINTAINERS.rst | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am     |  2 +-
 3 files changed, 76 insertions(+), 30 deletions(-)
 delete mode 100644 MAINTAINERS.md
 create mode 100644 MAINTAINERS.rst

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
deleted file mode 100644
index 9af6c89..0000000
--- a/MAINTAINERS.md
+++ /dev/null
@@ -1,29 +0,0 @@
-Committers
-----------
-
-OVS committers are the people who have been granted access to push changes to
-to the OVS git repository.  The responsibilities of an OVS committer are
-documented in
-[committer-responsibilities.md](./Documentation/committer-responsibilities.md).
-
-The process for adding or removing committers is in
-[committer-grant-revocation.md](./Documentation/committer-grant-revocation.md).
-
-This is the current list of OVS committers:
-
-    Alex Wang               ee07b291 at gmail.com
-    Andy Zhou               azhou at ovn.org
-    Ansis Atteka            aatteka at nicira.com
-    Ben Pfaff               blp at ovn.org
-    Daniele Di Proietto     daniele.di.proietto at gmail.com
-    Ethan J. Jackson        ejj at eecs.berkeley.edu
-    Gurucharan Shetty       guru at ovn.org
-    Jarno Rajahalme         jarno at ovn.org
-    Jesse Gross             jesse at kernel.org
-    Joe Stringer            joe at ovn.org
-    Justin Pettit           jpettit at ovn.org
-    Pravin B Shelar         pshelar at nicira.com
-    Russell Bryant          russell at ovn.org
-    Simon Horman            horms at ovn.org
-    Thomas Graf             tgraf at noironetworks.com
-    YAMAMOTO Takashi        yamamoto at midokura.com
diff --git a/MAINTAINERS.rst b/MAINTAINERS.rst
new file mode 100644
index 0000000..34f4e7b
--- /dev/null
+++ b/MAINTAINERS.rst
@@ -0,0 +1,75 @@
+..
+      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.
+
+==========
+Committers
+==========
+
+Open vSwitch committers are the people who have been granted access to push
+changes to to the Open vSwitch git repository.
+
+The responsibilities of an Open vSwitch committer are documented
+`here <Documentation/committer-responsibilities.md>`__.
+
+The process for adding or removing committers is documented
+`here <Documentation/committer-grant-revocation.md>`__.
+
+This is the current list of Open vSwitch committers:
+
+.. list-table:: OVS Maintainers
+   :header-rows: 1
+
+   * - Name
+     - Email
+   * - Alex Wang
+     - ee07b291 at gmail.com
+   * - Andy Zhou
+     - azhou at ovn.org
+   * - Ansis Atteka
+     - aatteka at nicira.com
+   * - Ben Pfaff
+     - blp at ovn.org
+   * - Daniele Di Proietto
+     - daniele.di.proietto at gmail.com
+   * - Ethan J. Jackson
+     - ejj at eecs.berkeley.edu
+   * - Gurucharan Shetty
+     - guru at ovn.org
+   * - Jarno Rajahalme
+     - jarno at ovn.org
+   * - Jesse Gross
+     - jesse at kernel.org
+   * - Joe Stringer
+     - joe at ovn.org
+   * - Justin Pettit
+     - jpettit at ovn.org
+   * - Pravin B Shelar
+     - pshelar at nicira.com
+   * - Russell Bryant
+     - russell at ovn.org
+   * - Simon Horman
+     - horms at ovn.org
+   * - Thomas Graf
+     - tgraf at noironetworks.com
+   * - YAMAMOTO Takashi
+     - yamamoto at midokura.com
diff --git a/Makefile.am b/Makefile.am
index 5f0cdd8..5e55650 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,7 +86,7 @@ docs = \
 	INSTALL.userspace.rst \
 	INSTALL.Windows.rst \
 	IntegrationGuide.rst \
-	MAINTAINERS.md \
+	MAINTAINERS.rst \
 	OPENFLOW-1.1+.md \
 	PORTING.md \
 	README.md \
-- 
2.7.4




More information about the dev mailing list