diff options
| author | DeForest Richards <d4m1887@gmail.com> | 2019-09-25 00:49:02 +0000 |
|---|---|---|
| committer | DeForest Richards <d4m1887@gmail.com> | 2019-09-25 00:49:02 +0000 |
| commit | ccf6030f7ae9556eae501fb1302a675236030f7e (patch) | |
| tree | 2f1c13a30ff93967879c51f6e413330d8c123210 /llvm/docs/index.rst | |
| parent | 5c4c9e61725526e1e7afca87b395a0efd2aeabfd (diff) | |
| download | bcm5719-llvm-ccf6030f7ae9556eae501fb1302a675236030f7e.tar.gz bcm5719-llvm-ccf6030f7ae9556eae501fb1302a675236030f7e.zip | |
[Docs] Moves Reference docs to new page
Moves Reference docs to new page. Also adds a table of contents to Getting Involved page.
llvm-svn: 372796
Diffstat (limited to 'llvm/docs/index.rst')
| -rw-r--r-- | llvm/docs/index.rst | 44 |
1 files changed, 4 insertions, 40 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index f029aa70801..4e9bee3c337 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -58,6 +58,7 @@ Getting Started, How-tos, Developer Guides, and Tutorials. UserGuides ProgrammingDocumentation + Reference SubsystemDocumentation :doc:`UserGuides` @@ -69,6 +70,9 @@ Getting Started, How-tos, Developer Guides, and Tutorials. :doc:`SubsystemDocumentation` For API clients and LLVM developers. +:doc:`Reference` + LLVM and API reference documentation. + Getting Started/Tutorials ------------------------- @@ -92,46 +96,6 @@ Getting Started/Tutorials An addendum to the main Getting Started guide for those using Visual Studio on Windows. -Reference ---------- - -LLVM and API reference documentation. - -.. toctree:: - :hidden: - - LangRef - CommandGuide/index - TestingGuide - CompilerWriterInfo - MIRLangRef - -:doc:`LLVM Language Reference Manual <LangRef>` - Defines the LLVM intermediate representation and the assembly form of the - different nodes. - -:doc:`LLVM Command Guide <CommandGuide/index>` - A reference manual for the LLVM command line utilities ("man" pages for LLVM - tools). - -:doc:`LLVM Testing Infrastructure Guide <TestingGuide>` - A reference manual for using the LLVM testing infrastructure. - -:doc:`CompilerWriterInfo` - A list of helpful links for compiler writers. - -:doc:`Machine IR (MIR) Format Reference Manual <MIRLangRef>` - A reference manual for the MIR serialization format, which is used to test - LLVM's code generation passes. - -`Doxygen generated documentation <http://llvm.org/doxygen/>`_ - (`classes <http://llvm.org/doxygen/inherits.html>`_) - -`Documentation for Go bindings <http://godoc.org/llvm.org/llvm/bindings/go/llvm>`_ - -`Github Source Repository Browser <http://github.com/llvm/llvm-project//>`_ - .. - Community ========= |

