]> granicus.if.org Git - llvm/commitdiff
[Docs] Moves topics to new categories
authorDeForest Richards <d4m1887@gmail.com>
Wed, 18 Sep 2019 23:04:31 +0000 (23:04 +0000)
committerDeForest Richards <d4m1887@gmail.com>
Wed, 18 Sep 2019 23:04:31 +0000 (23:04 +0000)
This commit moves several topics to new categories. It also removes a few duplicate links in Subsystem Documentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372274 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammingDocumentation.rst
docs/SubsystemDocumentation.rst
docs/UserGuides.rst
docs/index.rst

index a51150898534d799b7476972e8a7a5189d47d603..85bf39241dfa3baaa77626a3bbf4a97b73f5a5a0 100644 (file)
@@ -20,10 +20,6 @@ For developers of applications which use LLVM as a library.
    OptBisect\r
    GwpAsan\r
 \r
-:doc:`LLVM Language Reference Manual <LangRef>`\r
-  Defines the LLVM intermediate representation and the assembly form of the\r
-  different nodes.\r
-\r
 :doc:`Atomics`\r
   Information about LLVM's concurrency model.\r
 \r
@@ -48,14 +44,6 @@ For developers of applications which use LLVM as a library.
 :doc:`ExtendingLLVM`\r
   Look here to see how to add instructions and intrinsics to LLVM.\r
 \r
-`Doxygen generated documentation <http://llvm.org/doxygen/>`_\r
-  (`classes <http://llvm.org/doxygen/inherits.html>`_)\r
-\r
-`Documentation for Go bindings <http://godoc.org/llvm.org/llvm/bindings/go/llvm>`_\r
-\r
-`Github Source Repository Browser <http://github.com/llvm/llvm-project//>`_\r
-   ..\r
-\r
 :doc:`CompilerWriterInfo`\r
   A list of helpful links for compiler writers.\r
 \r
index 8dbdf8f1a098ac7932caf8f65511f159eb57c091..2d3882a6b6f355014b1f581b3d484a33f70e8f17 100644 (file)
@@ -14,7 +14,6 @@ For API clients and LLVM developers.
    BlockFrequencyTerminology\r
    BranchWeightMetadata\r
    Bugpoint\r
-   BugpointRedesign\r
    CodeGenerator\r
    ExceptionHandling\r
    AddingConstrainedIntrinsics\r
@@ -106,9 +105,6 @@ For API clients and LLVM developers.
    Automatic bug finder and test-case reducer description and usage\r
    information.\r
 \r
-:doc:`BugpointRedesign`\r
-   Design doc for a redesign of the Bugpoint tool.\r
-\r
 :doc:`BitCodeFormat`\r
    This describes the file format and encoding used for LLVM "bc" files.\r
 \r
index 65c7d5e83c3dfe6617d7d93e99826c87c8b58106..962fd14974319439e56e60202cc6cbae68bcf6bc 100644 (file)
@@ -20,7 +20,6 @@ intermediate LLVM representation.
    HowToCrossCompileLLVM\r
    GettingStartedVS\r
    FAQ\r
-   HowToAddABuilder\r
    yaml2obj\r
    MarkdownQuickstartTemplate\r
    Phabricator\r
@@ -72,9 +71,6 @@ intermediate LLVM representation.
 \r
    .. __: http://clang.llvm.org/get_started.html\r
 \r
-:doc:`HowToAddABuilder`\r
-   Instructions for adding new builder to LLVM buildbot master.\r
-\r
 :doc:`YamlIO`\r
    A reference guide for using LLVM's YAML I/O library.\r
 \r
index 8451a3adf1eb58448e3533b123843ebe07583da5..ef7ae86baab87ce096927f0dcbb1e9f3d0544f89 100644 (file)
@@ -182,6 +182,7 @@ Information about LLVM's development process.
    HowToReleaseLLVM
    Packaging
    ReleaseProcess
+   HowToAddABuilder
    ReleaseNotes
 
 :doc:`Projects`
@@ -200,6 +201,9 @@ Information about LLVM's development process.
 :doc:`ReleaseProcess`
   This is a guide to validate a new release, during the release process. Most developers can ignore it.
 
+:doc:`HowToAddABuilder`
+   Instructions for adding new builder to LLVM buildbot master.
+
 :doc:`Packaging`
    Advice on packaging LLVM into a distribution.
 
@@ -292,6 +296,7 @@ can be better.
 
    CodeOfConduct
    Proposals/GitHubMove
+   BugpointRedesign
    Proposals/LLVMLibC
    Proposals/TestSuite
    Proposals/VariableNames
@@ -304,6 +309,9 @@ can be better.
 :doc:`Proposals/GitHubMove`
    Proposal to move from SVN/Git to GitHub.
 
+:doc:`BugpointRedesign`
+   Design doc for a redesign of the Bugpoint tool.
+
 :doc:`Proposals/LLVMLibC`
    Proposal to add a libc implementation under the LLVM project.