summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Bugpoint.rst
Commit message (Collapse)AuthorAgeFilesLines
* Correct 'teh' and other typos / repeated words.Ed Maste2015-04-141-1/+1
| | | | | | | | Patch by Eitan Adler. Differential Revision: http://reviews.llvm.org/D8514 llvm-svn: 234939
* [docs] Fix up some links to the preferred style.Sean Silva2014-04-081-1/+1
| | | | | | | | | | | | | :doc:`...` and :ref:`...` links help Sphinx keep track the dependencies between documents and ensure that they are not pointing to nowhere. Raw HTML links work just fine and are easier for people less familiar with reST/Sphinx. They are easy to change over to the :doc:/:ref: style after the fact so this is not a problem. This commit doesn't fix all of them. llvm-svn: 205792
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
| | | | | | | | | 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
* Documentation: use a 'console' highlighter for terminal output examples. ThisDmitri Gribenko2012-12-121-2/+2
| | | | | | gives a nicer output than 'bash'. llvm-svn: 169981
* Sphyinxify the Bugpoint document.Bill Wendling2012-06-261-0/+218
llvm-svn: 159199
OpenPOWER on IntegriCloud