This is Stephen Finucane's RFC series from
https://mail.openvswitch.org/pipermail/ovs-dev/2017-April/330666.html
with my changes plus two extra patches at the beginning.  Please see my
comments on the former postings for more on the changes that I made.

Ben Pfaff (2):
  doc: Also delete stamp file in clean-docs target.
  doc: Avoid need to generate conf.py.

Stephen Finucane (4):
  doc: Add man page section to documentation guide
  doc: Convert ovs-vlan-test to rST
  doc: Convert ovs-test to rST
  doc: Remove latex output configuration

 Documentation/automake.mk                          | 100 ++++--
 Documentation/conf.py                              |  31 +-
 Documentation/conf.py.in                           | 349 ---------------------
 .../internals/contributing/documentation-style.rst |  85 ++++-
 Documentation/intro/install/documentation.rst      |   4 +-
 Documentation/ref/index.rst                        |  17 +-
 Documentation/ref/ovs-test.8.rst                   | 163 ++++++++++
 Documentation/ref/ovs-vlan-test.8.rst              | 112 +++++++
 debian/openvswitch-switch.manpages                 |   1 -
 debian/openvswitch-test.manpages                   |   1 -
 manpages.mk                                        | 347 --------------------
 utilities/automake.mk                              |   6 -
 utilities/ovs-test.8.in                            | 144 ---------
 utilities/ovs-vlan-test.8.in                       |  96 ------
 14 files changed, 472 insertions(+), 984 deletions(-)
 delete mode 100644 Documentation/conf.py.in
 create mode 100644 Documentation/ref/ovs-test.8.rst
 create mode 100644 Documentation/ref/ovs-vlan-test.8.rst
 delete mode 100644 utilities/ovs-test.8.in
 delete mode 100644 utilities/ovs-vlan-test.8.in

-- 
2.10.2

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to