[ovs-dev] [PATCH 00/15] Covert most of the remaining top-level documents

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


This is the second conversion series. This one is slightly larger, but
it covers all top-level documents that I've converted thus far. I'll
move onto those later this week.

There's also an unrelated patch which I noticed as I was typing this
cover letter. Feel free to ignore :)

Stephen Finucane (15):
  doc: Convert CodingStyle to rST
  doc: Convert IntegrationGuide to rST
  doc: Convert MAINTAINERS to rST
  doc: Convert PORTING to rST
  doc: Convert README to rST
  doc: Convert REPORTING-BUGS to rST
  doc: Convert WHY-OVS to rST
  doc: Convert SECURITY to rST
  doc: Convert README-lisp to rST
  doc: Convert README-native-tunneling to rST
  doc: Convert CONTRIBUTING to rST
  doc: Convert OPENFLOW-1.1+ to rST
  doc: Convert DESIGN to rST
  doc: Convert FAQ to rST
  trivial: Resolve whitespace issues with acinclude

 CONTRIBUTING.md                             |  414 -----
 CONTRIBUTING.rst                            |  444 ++++++
 CodingStyle.md                              |  578 -------
 CodingStyle.rst                             |  642 ++++++++
 DESIGN.md                                   | 1093 --------------
 DESIGN.rst                                  | 1151 ++++++++++++++
 Documentation/committer-responsibilities.md |    4 +-
 FAQ.md                                      | 2158 ---------------------------
 FAQ.rst                                     | 2091 ++++++++++++++++++++++++++
 INSTALL.Fedora.md                           |    4 +-
 INSTALL.NetBSD.md                           |    4 +-
 INSTALL.rst                                 |    6 +-
 IntegrationGuide.md                         |  169 ---
 IntegrationGuide.rst                        |  195 +++
 MAINTAINERS.md                              |   29 -
 MAINTAINERS.rst                             |   75 +
 Makefile.am                                 |   30 +-
 OPENFLOW-1.1+.md                            |  317 ----
 OPENFLOW.rst                                |  415 ++++++
 PORTING.md                                  |  326 ----
 PORTING.rst                                 |  330 ++++
 README-lisp.md                              |   81 -
 README-lisp.rst                             |  113 ++
 README-native-tunneling.md                  |   85 --
 README-native-tunneling.rst                 |  176 +++
 README.md                                   |  131 --
 README.rst                                  |  116 ++
 REPORTING-BUGS.md                           |   58 -
 REPORTING-BUGS.rst                          |   73 +
 SECURITY.md => SECURITY.rst                 |  200 ++-
 WHY-OVS.md                                  |  106 --
 WHY-OVS.rst                                 |  128 ++
 acinclude.m4                                |   14 +-
 debian/openvswitch-common.docs              |    4 +-
 include/openvswitch/ofp-util.h              |    2 +-
 lib/ofp-util.c                              |    2 +-
 ofproto/ofproto-tnl-unixctl.man             |    2 +-
 ovn/CONTAINERS.OpenStack.md                 |    4 +-
 ovn/controller/pinctrl.c                    |    2 +-
 ovn/ovn-architecture.7.xml                  |    8 +-
 ovn/ovn-sb.xml                              |    2 +-
 rhel/openvswitch-fedora.spec.in             |    4 +-
 rhel/openvswitch.spec.in                    |    4 +-
 tests/run-oftest                            |    2 +-
 tests/run-ryu                               |    2 +-
 tutorial/ovs-sandbox                        |    2 +-
 utilities/ovs-ctl.8                         |    2 +-
 utilities/ovs-dev.py                        |    2 +-
 utilities/ovs-sim.1.xml                     |    2 +-
 utilities/ovs-sim.in                        |    4 +-
 50 files changed, 6099 insertions(+), 5707 deletions(-)
 delete mode 100644 CONTRIBUTING.md
 create mode 100644 CONTRIBUTING.rst
 delete mode 100644 CodingStyle.md
 create mode 100644 CodingStyle.rst
 delete mode 100644 DESIGN.md
 create mode 100644 DESIGN.rst
 delete mode 100644 FAQ.md
 create mode 100644 FAQ.rst
 delete mode 100644 IntegrationGuide.md
 create mode 100644 IntegrationGuide.rst
 delete mode 100644 MAINTAINERS.md
 create mode 100644 MAINTAINERS.rst
 delete mode 100644 OPENFLOW-1.1+.md
 create mode 100644 OPENFLOW.rst
 delete mode 100644 PORTING.md
 create mode 100644 PORTING.rst
 delete mode 100644 README-lisp.md
 create mode 100644 README-lisp.rst
 delete mode 100644 README-native-tunneling.md
 create mode 100644 README-native-tunneling.rst
 delete mode 100644 README.md
 create mode 100644 README.rst
 delete mode 100644 REPORTING-BUGS.md
 create mode 100644 REPORTING-BUGS.rst
 rename SECURITY.md => SECURITY.rst (55%)
 delete mode 100644 WHY-OVS.md
 create mode 100644 WHY-OVS.rst

-- 
2.7.4




More information about the dev mailing list