mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
dfce05c82fb1a16c389e8fb2445dcd0dea7c1a72
Translation for the following patches commit6e55b1cbf0("docs: try to encourage (netdev?) reviewers") commite49ad8530d("CREDITS, MAINTAINERS, docs/process/howto: Update man-pages' maintainer") commit44ac5abac8("Documentation/security-bugs: move from admin-guide/ to process/") commit5a602de997("Add .editorconfig file for basic formatting") commit129027b78c("docs: deprecated.rst: Update an example") commitefc0a7cfe9("Docs/process/changes: Consolidate NFS-utils update links") commit383f308821("Docs/process/changes: Replace http:// with https://") commit80fe9e5151("rust: upgrade to Rust 1.74.1") commitc584476d47("doc: Add tar requirement to changes.rst") commitb230235b38("docs: Set minimal gtags / GNU GLOBAL version to 6.6.5") commit3e893e16af("docs: Raise the minimum Sphinx requirement to 2.4.4") commit08ab786556("rust: bindgen: upgrade to 0.65.1") commit185ea7676e("Documentation: coding-style: Update syntax highlighting for code-blocks") commit932be49b71("Documentation: coding-style: Fix indentation in code-blocks") commit5c7944ca7b("coding-style: Add guidance to prefer dev_dbg") commitc15ec3d1a2("Documentation: doc-guide: use '%' constant indicator in Return: examples") commit329ac9af90("docs: submitting-patches: Discuss interleaved replies") commit5382774515("(docs-next) A reworked process/index.rst") Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240316225400.22590-1-federico.vaga@vaga.pv.it
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%