[libc-commits] [libc] [docs] Rename selected libc docs to Markdown (PR #208354)
Reid Kleckner via libc-commits
libc-commits at lists.llvm.org
Wed Jul 8 17:10:05 PDT 2026
https://github.com/rnk updated https://github.com/llvm/llvm-project/pull/208354
>From 35a616fda3f03edc82ad8fd355f32c0ef3e91398 Mon Sep 17 00:00:00 2001
From: Reid Kleckner <rkleckner at nvidia.com>
Date: Wed, 8 Jul 2026 23:37:50 +0000
Subject: [PATCH] [docs] Rename selected libc docs to Markdown
---
libc/docs/{arch_support.rst => arch_support.md} | 0
libc/docs/{build_and_test.rst => build_and_test.md} | 0
libc/docs/{build_concepts.rst => build_concepts.md} | 0
libc/docs/{compiler_support.rst => compiler_support.md} | 0
libc/docs/{contributing.rst => contributing.md} | 0
libc/docs/dev/{building_docs.rst => building_docs.md} | 0
.../dev/{builtin_compatibility.rst => builtin_compatibility.md} | 0
libc/docs/dev/{code_style.rst => code_style.md} | 0
libc/docs/dev/{config_options.rst => config_options.md} | 0
libc/docs/dev/{entrypoints.rst => entrypoints.md} | 0
libc/docs/dev/{fuzzing.rst => fuzzing.md} | 0
libc/docs/dev/{header_generation.rst => header_generation.md} | 0
.../{implementation_standard.rst => implementation_standard.md} | 0
.../{implementing_a_function.rst => implementing_a_function.md} | 0
libc/docs/dev/{index.rst => index.md} | 0
libc/docs/dev/{modular_format.rst => modular_format.md} | 0
libc/docs/dev/{printf_behavior.rst => printf_behavior.md} | 0
libc/docs/dev/{source_tree_layout.rst => source_tree_layout.md} | 0
...syscall_wrapper_refactor.rst => syscall_wrapper_refactor.md} | 0
libc/docs/dev/{undefined_behavior.rst => undefined_behavior.md} | 0
libc/docs/{full_cross_build.rst => full_cross_build.md} | 0
libc/docs/{full_host_build.rst => full_host_build.md} | 0
libc/docs/{getting_started.rst => getting_started.md} | 0
libc/docs/{hand_in_hand.rst => hand_in_hand.md} | 0
libc/docs/{index.rst => index.md} | 2 +-
libc/docs/{overlay_mode.rst => overlay_mode.md} | 0
libc/docs/{platform_support.rst => platform_support.md} | 0
libc/docs/{porting.rst => porting.md} | 0
libc/docs/{talks.rst => talks.md} | 0
29 files changed, 1 insertion(+), 1 deletion(-)
rename libc/docs/{arch_support.rst => arch_support.md} (100%)
rename libc/docs/{build_and_test.rst => build_and_test.md} (100%)
rename libc/docs/{build_concepts.rst => build_concepts.md} (100%)
rename libc/docs/{compiler_support.rst => compiler_support.md} (100%)
rename libc/docs/{contributing.rst => contributing.md} (100%)
rename libc/docs/dev/{building_docs.rst => building_docs.md} (100%)
rename libc/docs/dev/{builtin_compatibility.rst => builtin_compatibility.md} (100%)
rename libc/docs/dev/{code_style.rst => code_style.md} (100%)
rename libc/docs/dev/{config_options.rst => config_options.md} (100%)
rename libc/docs/dev/{entrypoints.rst => entrypoints.md} (100%)
rename libc/docs/dev/{fuzzing.rst => fuzzing.md} (100%)
rename libc/docs/dev/{header_generation.rst => header_generation.md} (100%)
rename libc/docs/dev/{implementation_standard.rst => implementation_standard.md} (100%)
rename libc/docs/dev/{implementing_a_function.rst => implementing_a_function.md} (100%)
rename libc/docs/dev/{index.rst => index.md} (100%)
rename libc/docs/dev/{modular_format.rst => modular_format.md} (100%)
rename libc/docs/dev/{printf_behavior.rst => printf_behavior.md} (100%)
rename libc/docs/dev/{source_tree_layout.rst => source_tree_layout.md} (100%)
rename libc/docs/dev/{syscall_wrapper_refactor.rst => syscall_wrapper_refactor.md} (100%)
rename libc/docs/dev/{undefined_behavior.rst => undefined_behavior.md} (100%)
rename libc/docs/{full_cross_build.rst => full_cross_build.md} (100%)
rename libc/docs/{full_host_build.rst => full_host_build.md} (100%)
rename libc/docs/{getting_started.rst => getting_started.md} (100%)
rename libc/docs/{hand_in_hand.rst => hand_in_hand.md} (100%)
rename libc/docs/{index.rst => index.md} (99%)
rename libc/docs/{overlay_mode.rst => overlay_mode.md} (100%)
rename libc/docs/{platform_support.rst => platform_support.md} (100%)
rename libc/docs/{porting.rst => porting.md} (100%)
rename libc/docs/{talks.rst => talks.md} (100%)
diff --git a/libc/docs/arch_support.rst b/libc/docs/arch_support.md
similarity index 100%
rename from libc/docs/arch_support.rst
rename to libc/docs/arch_support.md
diff --git a/libc/docs/build_and_test.rst b/libc/docs/build_and_test.md
similarity index 100%
rename from libc/docs/build_and_test.rst
rename to libc/docs/build_and_test.md
diff --git a/libc/docs/build_concepts.rst b/libc/docs/build_concepts.md
similarity index 100%
rename from libc/docs/build_concepts.rst
rename to libc/docs/build_concepts.md
diff --git a/libc/docs/compiler_support.rst b/libc/docs/compiler_support.md
similarity index 100%
rename from libc/docs/compiler_support.rst
rename to libc/docs/compiler_support.md
diff --git a/libc/docs/contributing.rst b/libc/docs/contributing.md
similarity index 100%
rename from libc/docs/contributing.rst
rename to libc/docs/contributing.md
diff --git a/libc/docs/dev/building_docs.rst b/libc/docs/dev/building_docs.md
similarity index 100%
rename from libc/docs/dev/building_docs.rst
rename to libc/docs/dev/building_docs.md
diff --git a/libc/docs/dev/builtin_compatibility.rst b/libc/docs/dev/builtin_compatibility.md
similarity index 100%
rename from libc/docs/dev/builtin_compatibility.rst
rename to libc/docs/dev/builtin_compatibility.md
diff --git a/libc/docs/dev/code_style.rst b/libc/docs/dev/code_style.md
similarity index 100%
rename from libc/docs/dev/code_style.rst
rename to libc/docs/dev/code_style.md
diff --git a/libc/docs/dev/config_options.rst b/libc/docs/dev/config_options.md
similarity index 100%
rename from libc/docs/dev/config_options.rst
rename to libc/docs/dev/config_options.md
diff --git a/libc/docs/dev/entrypoints.rst b/libc/docs/dev/entrypoints.md
similarity index 100%
rename from libc/docs/dev/entrypoints.rst
rename to libc/docs/dev/entrypoints.md
diff --git a/libc/docs/dev/fuzzing.rst b/libc/docs/dev/fuzzing.md
similarity index 100%
rename from libc/docs/dev/fuzzing.rst
rename to libc/docs/dev/fuzzing.md
diff --git a/libc/docs/dev/header_generation.rst b/libc/docs/dev/header_generation.md
similarity index 100%
rename from libc/docs/dev/header_generation.rst
rename to libc/docs/dev/header_generation.md
diff --git a/libc/docs/dev/implementation_standard.rst b/libc/docs/dev/implementation_standard.md
similarity index 100%
rename from libc/docs/dev/implementation_standard.rst
rename to libc/docs/dev/implementation_standard.md
diff --git a/libc/docs/dev/implementing_a_function.rst b/libc/docs/dev/implementing_a_function.md
similarity index 100%
rename from libc/docs/dev/implementing_a_function.rst
rename to libc/docs/dev/implementing_a_function.md
diff --git a/libc/docs/dev/index.rst b/libc/docs/dev/index.md
similarity index 100%
rename from libc/docs/dev/index.rst
rename to libc/docs/dev/index.md
diff --git a/libc/docs/dev/modular_format.rst b/libc/docs/dev/modular_format.md
similarity index 100%
rename from libc/docs/dev/modular_format.rst
rename to libc/docs/dev/modular_format.md
diff --git a/libc/docs/dev/printf_behavior.rst b/libc/docs/dev/printf_behavior.md
similarity index 100%
rename from libc/docs/dev/printf_behavior.rst
rename to libc/docs/dev/printf_behavior.md
diff --git a/libc/docs/dev/source_tree_layout.rst b/libc/docs/dev/source_tree_layout.md
similarity index 100%
rename from libc/docs/dev/source_tree_layout.rst
rename to libc/docs/dev/source_tree_layout.md
diff --git a/libc/docs/dev/syscall_wrapper_refactor.rst b/libc/docs/dev/syscall_wrapper_refactor.md
similarity index 100%
rename from libc/docs/dev/syscall_wrapper_refactor.rst
rename to libc/docs/dev/syscall_wrapper_refactor.md
diff --git a/libc/docs/dev/undefined_behavior.rst b/libc/docs/dev/undefined_behavior.md
similarity index 100%
rename from libc/docs/dev/undefined_behavior.rst
rename to libc/docs/dev/undefined_behavior.md
diff --git a/libc/docs/full_cross_build.rst b/libc/docs/full_cross_build.md
similarity index 100%
rename from libc/docs/full_cross_build.rst
rename to libc/docs/full_cross_build.md
diff --git a/libc/docs/full_host_build.rst b/libc/docs/full_host_build.md
similarity index 100%
rename from libc/docs/full_host_build.rst
rename to libc/docs/full_host_build.md
diff --git a/libc/docs/getting_started.rst b/libc/docs/getting_started.md
similarity index 100%
rename from libc/docs/getting_started.rst
rename to libc/docs/getting_started.md
diff --git a/libc/docs/hand_in_hand.rst b/libc/docs/hand_in_hand.md
similarity index 100%
rename from libc/docs/hand_in_hand.rst
rename to libc/docs/hand_in_hand.md
diff --git a/libc/docs/index.rst b/libc/docs/index.md
similarity index 99%
rename from libc/docs/index.rst
rename to libc/docs/index.md
index 61472da0c5937..d0b6579c79e89 100644
--- a/libc/docs/index.rst
+++ b/libc/docs/index.md
@@ -94,7 +94,7 @@ levels. See :doc:`contributing` to learn how to help.
contributing
build_and_test
- dev/index.rst
+ dev/index.md
porting
Maintainers
diff --git a/libc/docs/overlay_mode.rst b/libc/docs/overlay_mode.md
similarity index 100%
rename from libc/docs/overlay_mode.rst
rename to libc/docs/overlay_mode.md
diff --git a/libc/docs/platform_support.rst b/libc/docs/platform_support.md
similarity index 100%
rename from libc/docs/platform_support.rst
rename to libc/docs/platform_support.md
diff --git a/libc/docs/porting.rst b/libc/docs/porting.md
similarity index 100%
rename from libc/docs/porting.rst
rename to libc/docs/porting.md
diff --git a/libc/docs/talks.rst b/libc/docs/talks.md
similarity index 100%
rename from libc/docs/talks.rst
rename to libc/docs/talks.md
More information about the libc-commits
mailing list