[PATCH 0/5] Documentation: sharedsubtree: reST massaging

Bagas Sanjaya posted 5 patches 1 month, 2 weeks ago
Documentation/filesystems/sharedsubtree.rst | 1349 +++++++++----------
1 file changed, 672 insertions(+), 677 deletions(-)
[PATCH 0/5] Documentation: sharedsubtree: reST massaging
Posted by Bagas Sanjaya 1 month, 2 weeks ago
Hi,

Shared subtree docs is converted with minimal markup changes to reST in commit
cf06612c65e5dc ("docs: filesystems: convert sharedsubtree.txt to ReST"). The
formatting, however, is still a rather rough and can be improved.

Let's polish it.

Enjoy!

Bagas Sanjaya (5):
  Documentation: sharedsubtree: Format remaining of shell snippets as
    literal code blcoks
  Documentation: sharedsubtree: Use proper enumerator sequence for
    enumerated lists
  Documentation: sharedsubtree: Don't repeat lists with explanation
  Documentation: sharedsubtree: Align text
  Documentation: sharedsubtree: Convert notes to note directive

 Documentation/filesystems/sharedsubtree.rst | 1349 +++++++++----------
 1 file changed, 672 insertions(+), 677 deletions(-)


base-commit: 37c52167b007d9d0bb8c5ed53dd6efc4969a1356
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH 0/5] Documentation: sharedsubtree: reST massaging
Posted by Jonathan Corbet 1 month ago
Bagas Sanjaya <bagasdotme@gmail.com> writes:

> Hi,
>
> Shared subtree docs is converted with minimal markup changes to reST in commit
> cf06612c65e5dc ("docs: filesystems: convert sharedsubtree.txt to ReST"). The
> formatting, however, is still a rather rough and can be improved.
>
> Let's polish it.

I have applied the set, thanks.

jon