This is the third conversion series. This one is larger yet again,
though many of the docs are rather small. After this series, only the
two tutorial docs in 'tutorial' require conversion (along with any
unsuffixed files I may have missed).

/me didn't realize there was quite this much documentation in the repo.

Stephen Finucane (23):
  doc: Convert ovs-command-bashcomp.INSTALL to rST
  doc: Convert committer-grant-revocation to rST
  doc: Convert committer-responsibilities to rST
  doc: Convert release-process to rST
  doc: Convert OVSDB-replication to rST
  doc: Convert rhel/README.RHEL to rST
  doc: Convert third-party/README to rST
  doc: Convert README.ovs-vtep to rST
  doc: Convert INSTALL.Fedora to rST
  doc: Convert INSTALL.SSL to rST
  doc: Convert INSTALL.Libvirt to rST
  doc: Convert INSTALL.NetBSD to rST
  doc: Convert INSTALL.RHEL to rST
  doc: Convert INSTALL.SELinux to rST
  doc: Convert INSTALL.DPDK-ADVANCED to rST
  doc: Convert datapath/README to rST
  doc: Convert xenserver/README to rST
  doc: Update windows/README
  doc: Convert datapath-windows/CodingStyle to rST
  doc: Convert datapath-windows/DESIGN to rST
  doc: Convert CONTAINERS.OpenStack to rST
  doc: Convert OVS-GW-HA to rST
  doc: Convert vswitchd/INTERNALS to rST

 Documentation/OVSDB-replication.md           | 152 -----
 Documentation/OVSDB-replication.rst          | 172 +++++
 Documentation/automake.mk                    |   8 +-
 Documentation/committer-grant-revocation.md  | 356 ----------
 Documentation/committer-grant-revocation.rst | 398 ++++++++++++
 Documentation/committer-responsibilities.md  |  78 ---
 Documentation/committer-responsibilities.rst |  96 +++
 Documentation/release-process.md             |  99 ---
 Documentation/release-process.rst            | 117 ++++
 FAQ.rst                                      |   2 +-
 INSTALL.DPDK-ADVANCED.md                     | 898 -------------------------
 INSTALL.DPDK-ADVANCED.rst                    | 938 +++++++++++++++++++++++++++
 INSTALL.DPDK.rst                             |  10 +-
 INSTALL.Docker.rst                           |   2 +-
 INSTALL.Fedora.md                            | 130 ----
 INSTALL.Fedora.rst                           | 144 ++++
 INSTALL.Libvirt.md                           |  72 --
 INSTALL.Libvirt.rst                          |  93 +++
 INSTALL.NetBSD.md                            |  38 --
 INSTALL.NetBSD.rst                           |  62 ++
 INSTALL.RHEL.md                              | 171 -----
 INSTALL.RHEL.rst                             | 208 ++++++
 INSTALL.SELinux.md                           | 173 -----
 INSTALL.SELinux.rst                          | 174 +++++
 INSTALL.SSL.md                               | 314 ---------
 INSTALL.SSL.rst                              | 338 ++++++++++
 INSTALL.rst                                  |   6 +-
 MAINTAINERS.rst                              |   4 +-
 Makefile.am                                  |  14 +-
 README.rst                                   |  10 +-
 datapath-windows/CodingStyle                 | 154 -----
 datapath-windows/CodingStyle.rst             | 183 ++++++
 datapath-windows/{DESIGN => DESIGN.rst}      | 503 +++++++-------
 datapath-windows/automake.mk                 |   4 +-
 datapath/Modules.mk                          |   2 +-
 datapath/README.md                           | 265 --------
 datapath/README.rst                          | 265 ++++++++
 lib/dpif.h                                   |   2 +-
 lib/mac-learning.c                           |   3 +-
 lib/mac-learning.h                           |   2 +-
 ovn/CONTAINERS.OpenStack.md                  | 122 ----
 ovn/CONTAINERS.OpenStack.rst                 | 135 ++++
 ovn/{OVN-GW-HA.md => OVN-GW-HA.rst}          | 309 +++++----
 ovn/TODO                                     |   2 +-
 ovn/automake.mk                              |   4 +-
 rhel/README.RHEL                             | 267 --------
 rhel/README.rst                              | 302 +++++++++
 rhel/automake.mk                             |   2 +-
 rhel/openvswitch-fedora.spec.in              |   4 +-
 rhel/openvswitch.spec.in                     |   4 +-
 third-party/README.md                        |  38 --
 third-party/README.rst                       |  66 ++
 third-party/automake.mk                      |   2 +-
 utilities/automake.mk                        |   4 +-
 utilities/ovs-command-bashcomp.INSTALL.md    |  88 ---
 utilities/ovs-command-bashcomp.INSTALL.rst   | 111 ++++
 vswitchd/INTERNALS                           | 239 -------
 vswitchd/INTERNALS.rst                       | 244 +++++++
 vswitchd/automake.mk                         |   2 +-
 vtep/README.ovs-vtep.md                      | 205 ------
 vtep/README.ovs-vtep.rst                     | 231 +++++++
 vtep/automake.mk                             |   2 +-
 windows/README.rst                           |  72 +-
 xenserver/README                             | 186 ------
 xenserver/README.rst                         | 175 +++++
 xenserver/automake.mk                        |   2 +-
 66 files changed, 5009 insertions(+), 4469 deletions(-)
 delete mode 100644 Documentation/OVSDB-replication.md
 create mode 100644 Documentation/OVSDB-replication.rst
 delete mode 100644 Documentation/committer-grant-revocation.md
 create mode 100644 Documentation/committer-grant-revocation.rst
 delete mode 100644 Documentation/committer-responsibilities.md
 create mode 100644 Documentation/committer-responsibilities.rst
 delete mode 100644 Documentation/release-process.md
 create mode 100644 Documentation/release-process.rst
 delete mode 100644 INSTALL.DPDK-ADVANCED.md
 create mode 100644 INSTALL.DPDK-ADVANCED.rst
 delete mode 100644 INSTALL.Fedora.md
 create mode 100644 INSTALL.Fedora.rst
 delete mode 100644 INSTALL.Libvirt.md
 create mode 100644 INSTALL.Libvirt.rst
 delete mode 100644 INSTALL.NetBSD.md
 create mode 100644 INSTALL.NetBSD.rst
 delete mode 100644 INSTALL.RHEL.md
 create mode 100644 INSTALL.RHEL.rst
 delete mode 100644 INSTALL.SELinux.md
 create mode 100644 INSTALL.SELinux.rst
 delete mode 100644 INSTALL.SSL.md
 create mode 100644 INSTALL.SSL.rst
 delete mode 100644 datapath-windows/CodingStyle
 create mode 100644 datapath-windows/CodingStyle.rst
 rename datapath-windows/{DESIGN => DESIGN.rst} (54%)
 delete mode 100644 datapath/README.md
 create mode 100644 datapath/README.rst
 delete mode 100644 ovn/CONTAINERS.OpenStack.md
 create mode 100644 ovn/CONTAINERS.OpenStack.rst
 rename ovn/{OVN-GW-HA.md => OVN-GW-HA.rst} (71%)
 delete mode 100644 rhel/README.RHEL
 create mode 100644 rhel/README.rst
 delete mode 100644 third-party/README.md
 create mode 100644 third-party/README.rst
 delete mode 100644 utilities/ovs-command-bashcomp.INSTALL.md
 create mode 100644 utilities/ovs-command-bashcomp.INSTALL.rst
 delete mode 100644 vswitchd/INTERNALS
 create mode 100644 vswitchd/INTERNALS.rst
 delete mode 100644 vtep/README.ovs-vtep.md
 create mode 100644 vtep/README.ovs-vtep.rst
 delete mode 100644 xenserver/README
 create mode 100644 xenserver/README.rst

-- 
2.7.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to