Re: [bpf-next PATCH 0/5] bpf, doc: convert Documentation/bpf to RST-formatting
From: Y Song <hidden>
Date: 2018-05-15 05:58:10
Also in:
linux-man, netdev
On Mon, May 14, 2018 at 6:42 AM, Jesper Dangaard Brouer [off-list ref] wrote:
The kernel is moving files under Documentation to use the RST (reStructuredText) format and Sphinx [1]. This patchset converts the files under Documentation/bpf/ into RST format. The Sphinx integration is left as followup work. [1] https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html This patchset have been uploaded as branch bpf_doc10 on github[2], so reviewers can see how GitHub renders this. [2] https://github.com/netoptimizer/linux/tree/bpf_doc10/Documentation/bpf --- Jesper Dangaard Brouer (5): bpf, doc: add basic README.rst file bpf, doc: rename txt files to rst files bpf, doc: convert bpf_design_QA.rst to use RST formatting bpf, doc: convert bpf_devel_QA.rst to use RST formatting bpf, doc: howto use/run the BPF selftests
This initial conversion from .txt to .rst files look good to me. Ack for the whole series. Acked-by: Yonghong Song <redacted>
Documentation/bpf/README.rst | 36 ++ Documentation/bpf/bpf_design_QA.rst | 221 ++++++++++++ Documentation/bpf/bpf_design_QA.txt | 156 --------- Documentation/bpf/bpf_devel_QA.rst | 640 +++++++++++++++++++++++++++++++++++ Documentation/bpf/bpf_devel_QA.txt | 570 ------------------------------- 5 files changed, 897 insertions(+), 726 deletions(-) create mode 100644 Documentation/bpf/README.rst create mode 100644 Documentation/bpf/bpf_design_QA.rst delete mode 100644 Documentation/bpf/bpf_design_QA.txt create mode 100644 Documentation/bpf/bpf_devel_QA.rst delete mode 100644 Documentation/bpf/bpf_devel_QA.txt --
-- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html