[PATCH 0/3] Better organize the core-api manual

From: Jonathan Corbet
Date: Mon Mar 02 2020 - 17:40:10 EST


This is a brief series trying to create some order in the core-api manual.
The first patch organizes the contents into subsections, hopefully
straightening things out a bit. The other two then move a couple of
documents to more suitable homes.

Jonathan Corbet (3):
docs: Organize core-api/index.rst
docs: move gcc-plugins to the kbuild manual
docs: move core-api/ioctl.rst to driver-api/

Documentation/core-api/index.rst | 93 ++++++++++++++-----
Documentation/driver-api/index.rst | 1 +
.../{core-api => driver-api}/ioctl.rst | 0
.../{core-api => kbuild}/gcc-plugins.rst | 0
Documentation/kbuild/index.rst | 1 +
MAINTAINERS | 2 +-
scripts/gcc-plugins/Kconfig | 2 +-
7 files changed, 75 insertions(+), 24 deletions(-)
rename Documentation/{core-api => driver-api}/ioctl.rst (100%)
rename Documentation/{core-api => kbuild}/gcc-plugins.rst (100%)

--
2.24.1