public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: reorganize kernel documentation overview for clarity
@ 2025-10-01 11:20 Mr Tourist
  2025-10-01 17:26 ` Randy Dunlap
  2025-10-02  1:12 ` Matthew Wilcox
  0 siblings, 2 replies; 7+ messages in thread
From: Mr Tourist @ 2025-10-01 11:20 UTC (permalink / raw)
  To: linux-doc


[-- Attachment #1.1: Type: text/plain, Size: 616 bytes --]

Date: Wed,  1 Oct 2025 11:18:07 +0000
Message-ID: <20251001111807.7900-1-zakiuddin321@gmail.com>
X-Mailer: git-send-email 2.50.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

    The Cc list above has been expanded by additional
    addresses found in the patch commit message. By default
    send-email prompts before sending whenever this occurs.
    This behavior is controlled by the sendemail.confirm
    configuration setting.

    For additional information, run 'git send-email --help'.
    To retain the current behavior, but squelch this message,
    run 'git config --global sendemail.confirm auto'.

[-- Attachment #1.2: Type: text/html, Size: 785 bytes --]

[-- Attachment #2: 0001-docs-reorganize-kernel-documentation-overview-for-cl.patch --]
[-- Type: application/octet-stream, Size: 2919 bytes --]

From a3d1ab33cc3166006fc553a1da32e1e9cb65a2e4 Mon Sep 17 00:00:00 2001
From: Mohammed Zakiuddin <zakiuddin321@gmail.com>
Date: Wed, 1 Oct 2025 11:09:14 +0000
Subject: [PATCH] docs: reorganize kernel documentation overview for clarity

Restructure the kernel documentation overview to improve readability and
accessibility. Changes include:

- Add clear hierarchical sections with descriptive headers
- Organized content into logical groupings
- Improve formatting for better visual scanning
- Maintain all existing information while presenting it more
  systematically

The revised structure helps new users and developers to navigate the
kernel documentation system in a better way

Signed-off-by: Mohammed Zakiuddin <zakiuddin321@gmail.com>
---
 README    | 18 ------------------
 README.md | 28 ++++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 18 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md

diff --git a/README b/README
deleted file mode 100644
index fd903645e6de..000000000000
--- a/README
+++ /dev/null
@@ -1,18 +0,0 @@
-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.
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..a2c9b69b67fd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+# Linux kernel
+
+## Documentation Overview
+The Linux kernel documentation is available in multiple formats(HTML, PDF) and contains essentail guides for both developers and users.
+
+## Key Documentation
+
+### Primary Starting Point
+- Documentation/admin-guide/README.rst
+
+### Building Documentation
+- For HTML: `make htmldocs`
+- For PDF: `make pdfdocs`
+
+### Online Access
+- Official documentation: https://www.kernel.org/doc/html/latest/
+
+## Important Notes
+- Documentation is primarily located in the Documentaion/ directory
+- Manuy files use reStructuredText format
+- Before kernel upgrades or builds, review Documentation /process/changes.rst for
+    * Build Requirements
+    * Runtime requirements
+    * Potential upgrade issues and solutions 
+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.
+
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-03 14:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01 11:20 [PATCH] docs: reorganize kernel documentation overview for clarity Mr Tourist
2025-10-01 17:26 ` Randy Dunlap
2025-10-02  1:12 ` Matthew Wilcox
2025-10-02  4:16   ` Mr Tourist
2025-10-02 12:23     ` Matthew Wilcox
2025-10-02 12:26       ` Bagas Sanjaya
2025-10-03 14:25       ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox