Merge branch 'mauro' into docs-next
authorJonathan Corbet <corbet@lwn.net>
Tue, 5 May 2020 15:28:56 +0000 (09:28 -0600)
committerJonathan Corbet <corbet@lwn.net>
Tue, 5 May 2020 15:28:56 +0000 (09:28 -0600)
commit919e2bb8b63c6084593d7e77d71351e02b941aab
tree8fb1a416d56298f9434e1bb2a2fbb6a770532dbf
parentec43a27fffd025f718428d9f4f8df22fa765405f
parent982649915d626bba8753c04e994e5a6650523c64
Merge branch 'mauro' into docs-next

Mauro says:

This is the second part of a series I wrote sometime ago where I manually
convert lots of files to be properly parsed by Sphinx as ReST files.

As it touches on lot of stuff, this series is based on today's linux-next,
at tag next-20190617.

The first version of this series had 57 patches. The first part with 28 patches
were already merged. Right now, there are still ~76  patches pending applying
(including this series), and that's because I opted to do ~1 patch per converted
 directory.

That sounds too much to be send on a single round. So, I'm opting to split
it on 3 parts for the conversion, plus a final patch adding orphaned books
to existing ones.

Those patches should probably be good to be merged either by subsystem
maintainers or via the docs tree.

I opted to mark new files not included yet to the main index.rst (directly or
indirectly) with the :orphan: tag, in order to avoid adding warnings to the
build system. This should be removed after we find a "home" for all
the converted files within the new document tree arrangement, after I
submit the third part.