Messages in this thread |  | | From | "Daniel W. S. Almeida" <> | | Subject | [PATCH 0/5] Documentation: nfs: Convert a few documents to RST and move them to admin-guide | | Date | Thu, 26 Dec 2019 18:19:42 -0300 |
| |
From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
This series converts a few docs in Documentation/filesystems/nfs to RST. The docs were also moved into admin-guide because they contain information that might be useful for system administrators
Most changes are related to aesthetics and presentation, i.e. the content itself remains mostly untouched. The use of markup was limited in order not to negatively impact the plain-text reading experience.
Daniel W. S. Almeida (5): Documentation: convert nfs.txt to ReST Documentation: nfsroot.txt: convert to ReST Documentation: nfs-rdma: convert to ReST Documentation: convert nfsd-admin-interfaces to ReST Documentation: nfs: idmapper: convert to ReST
Documentation/admin-guide/index.rst | 1 + Documentation/admin-guide/nfs/index.rst | 13 + .../nfs/nfs-client.rst} | 91 +++--- .../nfs/nfs-idmapper.rst} | 31 +- Documentation/admin-guide/nfs/nfs-rdma.rst | 290 ++++++++++++++++++ .../nfs/nfsd-admin-interfaces.rst} | 19 +- .../nfs/nfsroot.rst} | 140 +++++---- Documentation/filesystems/nfs/nfs-rdma.txt | 274 ----------------- 8 files changed, 453 insertions(+), 406 deletions(-) create mode 100644 Documentation/admin-guide/nfs/index.rst rename Documentation/{filesystems/nfs/nfs.txt => admin-guide/nfs/nfs-client.rst} (72%) rename Documentation/{filesystems/nfs/idmapper.txt => admin-guide/nfs/nfs-idmapper.rst} (81%) create mode 100644 Documentation/admin-guide/nfs/nfs-rdma.rst rename Documentation/{filesystems/nfs/nfsd-admin-interfaces.txt => admin-guide/nfs/nfsd-admin-interfaces.rst} (70%) rename Documentation/{filesystems/nfs/nfsroot.txt => admin-guide/nfs/nfsroot.rst} (83%) delete mode 100644 Documentation/filesystems/nfs/nfs-rdma.txt
-- 2.24.1
|  |