[flang-commits] [flang] c7ca704 - [flang][docs] Reorganize the table of contents (#171240)

via flang-commits flang-commits at lists.llvm.org
Thu Dec 11 21:02:56 PST 2025


Author: Yusuke MINATO
Date: 2025-12-12T05:02:51Z
New Revision: c7ca7047a75892f89cb98516ebd274752f73f593

URL: https://github.com/llvm/llvm-project/commit/c7ca7047a75892f89cb98516ebd274752f73f593
DIFF: https://github.com/llvm/llvm-project/commit/c7ca7047a75892f89cb98516ebd274752f73f593.diff

LOG: [flang][docs] Reorganize the table of contents (#171240)

This patch creates a section for user guidance.

Added: 
    

Modified: 
    flang/docs/index.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/index.md b/flang/docs/index.md
index 016577bcb1e98..0d29c22814e99 100644
--- a/flang/docs/index.md
+++ b/flang/docs/index.md
@@ -16,6 +16,22 @@ on how to get in touch with us and to learn more about the current status.
    ReleaseNotes
 ```
 
+# Using Flang
+
+```{eval-rst}
+.. toctree::
+   :titlesonly:
+
+   GettingStarted
+   FlangCommandLineReference
+   FortranStandardsSupport
+   Extensions
+   Directives
+   OpenMPSupport
+   Real16MathSupport
+   Unsigned
+```
+
 # Contributing to Flang
 
 ```{eval-rst}
@@ -26,11 +42,8 @@ on how to get in touch with us and to learn more about the current status.
    C++style
    DesignGuideline
    FortranForCProgrammers
-   FortranStandardsSupport
    GettingInvolved
-   GettingStarted
    ImplementingASemanticCheck
-   OpenMPSupport
    PullRequestChecklist
 ```
 
@@ -51,14 +64,11 @@ on how to get in touch with us and to learn more about the current status.
    ComplexOperations
    ControlFlowGraph
    DebugGeneration
-   Directives
    DoConcurrent
    DoConcurrentConversionToOpenMP
-   Extensions
    F202X
    FIRArrayOperations
    FIRLangRef
-   FlangCommandLineReference
    FlangDriver
    FortranFeatureHistory
    FortranIR
@@ -91,8 +101,6 @@ on how to get in touch with us and to learn more about the current status.
    Semantics
    f2018-grammar.md
    fstack-arrays
-   Real16MathSupport
-   Unsigned
 ```
 
 # Indices and tables


        


More information about the flang-commits mailing list