]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
Merge branch 'bpf-docs-rst-improvements'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 27 Jul 2018 05:23:49 +0000 (07:23 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 27 Jul 2018 05:23:50 +0000 (07:23 +0200)
commit2e96187b6967227f5b58a2ae599014274e21935e
tree1813e401f7f545ccb9012f7c3c6538e84ae4113e
parent54b757592fdf310c9b8b3a8ea6cc0ce7cf9af983
parent6919bcc8aa2755be934d38bb7d8d7aee14b27e1d
Merge branch 'bpf-docs-rst-improvements'

Tobin C. Harding says:

====================
Recently BPF docs were converted to RST format. A couple of things were
missed:

 - Use 'index.rst' instead of 'README.rst'.  Although README.rst will
   work just fine it is more typical to keep the subdirectory indices
   in a file called 'index.rst'.

 - Integrate files Documentation/bpf/*.rst into build system using
   toctree in Documentation/bpf/index.rst

 - Include bpf/index in top level toctree so bpf is indexed in the main
   kernel docs.

 - Make anal change to heading format (inline with rest of Documentation/).
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>