Add an index and put it at Documentation/index.rst, in order to allow building the Kernel develpment documentation on Sphinx. Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> --- Documentation/index.rst | 1 + Documentation/kernel-development/index.rst | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Documentation/kernel-development/index.rst diff --git a/Documentation/index.rst b/Documentation/index.rst index 05eded59820e..6e6cdc605a3a 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -12,6 +12,7 @@ Contents: :maxdepth: 2 kernel-documentation + kernel-development/index dev-tools/tools media/index gpu/index diff --git a/Documentation/kernel-development/index.rst b/Documentation/kernel-development/index.rst new file mode 100644 index 000000000000..f00d3151fe99 --- /dev/null +++ b/Documentation/kernel-development/index.rst @@ -0,0 +1,29 @@ +Linux Kernel Development Documentation +====================================== + +Contents: + +.. toctree:: + :numbered: + :maxdepth: 2 + + HOWTO + Changes + CodingStyle + SubmittingPatches + SubmittingDrivers + stable_api_nonsense + SecurityBugs + ManagementStyle + stable_kernel_rules + kernel-docs + applying-patches + +.. only:: subproject + + Indices + ======= + + * :ref:`genindex` + + -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html