]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8b26517afa54f67ebaf0eb6629c559d19633d2b2
tree8fb1a416d56298f9434e1bb2a2fbb6a770532dbf
parentf1eb200e302bb8815b3a99dcc766fcb6e2475915
parent1418ad9e578d1b2c3c927a11aecf097c621c99de
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.