summaryrefslogtreecommitdiffstats
path: root/llvm/docs/userguides.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Inline documentation structure into homepage.Sean Silva2013-01-201-110/+0
| | | | | | | This brings back {Ctrl,Cmd}-f'ability, and makes some really bad organizational choices easier to see (and therefore fix). llvm-svn: 172949
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-13/+11
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* docs: fix misleading description.Sean Silva2013-01-111-2/+2
| | | | | | PR14890 llvm-svn: 172160
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+5
| | | | | | | | | structures to and from YAML using traits. The first client will be the test suite of lld. The documentation will show up at: http://llvm.org/docs/YamlIO.html llvm-svn: 170019
* Documentation: convert WritingAnLLVMPass.html to reST.Dmitri Gribenko2012-12-121-2/+3
| | | | | | Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169992
* Documentation: convert ReleaseNotes.html to reST.Dmitri Gribenko2012-12-091-1/+2
| | | | | | Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169714
* docs: Begin Sphinxification of docs/tutorial/Sean Silva2012-12-041-1/+2
| | | | llvm-svn: 169309
* docs: fixup legacy HTML linkSean Silva2012-12-041-2/+1
| | | | llvm-svn: 169308
* docs: Sphinxify TestingGuideSean Silva2012-11-141-1/+2
| | | | llvm-svn: 167979
* docs: Minor clean up of Phabricator documentation.Sean Silva2012-10-121-0/+1
| | | | llvm-svn: 165779
* docs: Add SphinxQuickstartTemplate.rst.Sean Silva2012-10-121-0/+5
| | | | | | | The intent of this document is to be the go-to document for anybody who wants to write new documentation, but isn't familiar with Sphinx. llvm-svn: 165775
* Sphinxify the GettinStarted documentation.Bill Wendling2012-10-071-1/+2
| | | | llvm-svn: 165372
* Fix CRLF issues.Micah Villmow2012-09-271-95/+95
| | | | llvm-svn: 164782
* Patch for HowToBuildOnARM documentation from Wei-Ren Chen.Micah Villmow2012-09-271-90/+95
| | | | llvm-svn: 164776
* docs: Sphinxify HowToSubmitABugSean Silva2012-09-251-1/+2
| | | | llvm-svn: 164630
* docs: Fix Sphinx warning over yaml2obj.rst.Sean Silva2012-09-211-0/+1
| | | | | | | | yaml2obj.rst was not included in the toctree Input from Michael Spencer. llvm-svn: 164355
* Patch by Sean Silva!Galina Kistanova2012-09-131-1/+2
| | | | | | The patch converts the "How to add a builder" document over to reStructuredText.. llvm-svn: 163860
* Fixup broken doc link. Patch by Sean Silva <silvas@purdue.edu>.Chad Rosier2012-07-111-1/+1
| | | | llvm-svn: 160082
* Sphinxify the CMake document.Bill Wendling2012-07-061-1/+2
| | | | llvm-svn: 159806
* [docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig!Michael J. Spencer2012-06-211-0/+1
| | | | llvm-svn: 158947
* Sphinxify the outdated Packaging documentation.Bill Wendling2012-06-211-1/+2
| | | | llvm-svn: 158901
* Sphinxify the developer policy document.Bill Wendling2012-06-201-1/+2
| | | | llvm-svn: 158814
* Sphinxify the lexicon doc.Bill Wendling2012-06-201-1/+2
| | | | llvm-svn: 158813
* Un-indent the list and remove ugly back-slash.Bill Wendling2012-06-201-44/+42
| | | | llvm-svn: 158803
* [docs] Port FAQ over to Sphinx.Michael J. Spencer2012-06-181-1/+2
| | | | | | Patch by Mikael Lyngvig! llvm-svn: 158677
* [docs] Integrate the command guide into the toctree.Daniel Dunbar2012-05-081-2/+9
| | | | llvm-svn: 156385
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-191-0/+78
- Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to come… - PR12589 llvm-svn: 155133
OpenPOWER on IntegriCloud