[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.

llvm-svn: 372274

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

index a511508..85bf392 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 8dbdf8f..2d3882a 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 65c7d5e..962fd14 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 8451a3a..ef7ae86 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.