[all-commits] [llvm/llvm-project] 821afb: [docs] Rewrite libc docs from reST to markdown (#2...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Fri Jul 10 11:46:06 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 821afb2ed82f66513cbaab1657d680179f10ed35
      https://github.com/llvm/llvm-project/commit/821afb2ed82f66513cbaab1657d680179f10ed35
  Author: Reid Kleckner <rkleckner at nvidia.com>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    M libc/docs/arch_support.md
    M libc/docs/build_and_test.md
    M libc/docs/build_concepts.md
    M libc/docs/compiler_support.md
    M libc/docs/conf.py
    M libc/docs/contributing.md
    M libc/docs/dev/building_docs.md
    M libc/docs/dev/builtin_compatibility.md
    M libc/docs/dev/code_style.md
    M libc/docs/dev/config_options.md
    M libc/docs/dev/entrypoints.md
    M libc/docs/dev/fuzzing.md
    M libc/docs/dev/header_generation.md
    M libc/docs/dev/implementation_standard.md
    M libc/docs/dev/implementing_a_function.md
    M libc/docs/dev/index.md
    M libc/docs/dev/modular_format.md
    M libc/docs/dev/printf_behavior.md
    M libc/docs/dev/source_tree_layout.md
    M libc/docs/dev/syscall_wrapper_refactor.md
    M libc/docs/dev/undefined_behavior.md
    M libc/docs/full_cross_build.md
    M libc/docs/full_host_build.md
    M libc/docs/getting_started.md
    M libc/docs/hand_in_hand.md
    M libc/docs/index.md
    M libc/docs/overlay_mode.md
    M libc/docs/platform_support.md
    M libc/docs/porting.md
    M libc/docs/talks.md

  Log Message:
  -----------
  [docs] Rewrite libc docs from reST to markdown (#208802)

Tracking issue: https://github.com/llvm/llvm-project/issues/201242
Migration guide docs:
https://llvm.org/docs/SphinxQuickstartTemplate.html#markdown-migration-guidelines
RFC:
https://discourse.llvm.org/t/rfc-make-myst-markdown-the-llvm-docs-format-rip-rest/90840

This was prepared with rst2myst plus LLM-assisted cleanup. I paged
through all the generated HTML looking for migration artifacts, and all
of the differences I could find appear to be formatting error
corrections. Please spot check my work and approve if it looks good.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list