Re: [PATCH v2 0/4] docs: bpf: Fix RST conversion
From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2018-07-27 05:26:12
Also in:
linux-doc, lkml
From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2018-07-27 05:26:12
Also in:
linux-doc, lkml
On 07/26/2018 07:03 AM, Tobin C. Harding wrote:
Hi Dave, I'm sending v2 of this to you instead of to Jon. Rationale: BPF is to do with networking anyways and there is a broken link that requires conversion of Documentation/networking/filter.txt to fix and that will go to you. FTR there are no merge conflicts between this set and the other set I just sent (either can be applied on top of the other) [PATCH v2 net-next 0/3] docs: net: Convert netdev-FAQ to RST 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/). thanks, Tobin.
Applied to bpf-next, thanks Tobin!