]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'convert-doc-to-rst'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 15 May 2018 06:02:58 +0000 (23:02 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 15 May 2018 06:02:59 +0000 (23:02 -0700)
commitc44bece29be44c58bf8678169d16afa2f05269b9
tree74a4e7001207d4d670159073d7438986466216a2
parentcc779f93686d7ae9c943638bcdb2385bd21972ad
parent8eae3bad605d66a90c985199b514cf2323b58c96
Merge branch 'convert-doc-to-rst'

Jesper Dangaard Brouer says:

====================
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
====================

Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>