mbox series

[net-next,0/3] docs: Convert alias and bridge to rst

Message ID 20180717042906.17308-1-me@tobin.cc
Headers show
Series docs: Convert alias and bridge to rst | expand

Message

Tobin C. Harding July 17, 2018, 4:29 a.m. UTC
Hi Dave,

Here is my first attempt at working on converting docs in
Documentation/networking to rst format.  I've picked a couple of trivial
ones to start with.  If there is anything extra I can do to make your
life easier during documentation conversion please say.  (Also if there
is some reason that it would be preferable to _not_ embark on this task
please say :)

This set does not make any changes to the converted files apart from
formatting.

thanks,
Tobin.


Tobin C. Harding (3):
  docs: networking: Fix indices heading indentation
  docs: networking: Convert alias.txt to rst
  docs: networking: Convert bridge.txt to rst

 Documentation/networking/00-INDEX             |  2 -
 Documentation/networking/alias.rst            | 49 +++++++++++++++++++
 Documentation/networking/alias.txt            | 40 ---------------
 .../networking/{bridge.txt => bridge.rst}     |  6 +++
 Documentation/networking/index.rst            |  6 ++-
 5 files changed, 59 insertions(+), 44 deletions(-)
 create mode 100644 Documentation/networking/alias.rst
 delete mode 100644 Documentation/networking/alias.txt
 rename Documentation/networking/{bridge.txt => bridge.rst} (85%)