Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Inline documentation structure into homepage. | Sean Silva | 2013-01-20 | 1 | -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 Silva | 2013-01-11 | 1 | -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 Silva | 2013-01-11 | 1 | -2/+2 |
| | | | | | | PR14890 llvm-svn: 172160 | ||||
* | Initial implementation of a utility for converting native data | Nick Kledzik | 2012-12-12 | 1 | -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 Gribenko | 2012-12-12 | 1 | -2/+3 |
| | | | | | | Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169992 | ||||
* | Documentation: convert ReleaseNotes.html to reST. | Dmitri Gribenko | 2012-12-09 | 1 | -1/+2 |
| | | | | | | Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169714 | ||||
* | docs: Begin Sphinxification of docs/tutorial/ | Sean Silva | 2012-12-04 | 1 | -1/+2 |
| | | | | llvm-svn: 169309 | ||||
* | docs: fixup legacy HTML link | Sean Silva | 2012-12-04 | 1 | -2/+1 |
| | | | | llvm-svn: 169308 | ||||
* | docs: Sphinxify TestingGuide | Sean Silva | 2012-11-14 | 1 | -1/+2 |
| | | | | llvm-svn: 167979 | ||||
* | docs: Minor clean up of Phabricator documentation. | Sean Silva | 2012-10-12 | 1 | -0/+1 |
| | | | | llvm-svn: 165779 | ||||
* | docs: Add SphinxQuickstartTemplate.rst. | Sean Silva | 2012-10-12 | 1 | -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 Wendling | 2012-10-07 | 1 | -1/+2 |
| | | | | llvm-svn: 165372 | ||||
* | Fix CRLF issues. | Micah Villmow | 2012-09-27 | 1 | -95/+95 |
| | | | | llvm-svn: 164782 | ||||
* | Patch for HowToBuildOnARM documentation from Wei-Ren Chen. | Micah Villmow | 2012-09-27 | 1 | -90/+95 |
| | | | | llvm-svn: 164776 | ||||
* | docs: Sphinxify HowToSubmitABug | Sean Silva | 2012-09-25 | 1 | -1/+2 |
| | | | | llvm-svn: 164630 | ||||
* | docs: Fix Sphinx warning over yaml2obj.rst. | Sean Silva | 2012-09-21 | 1 | -0/+1 |
| | | | | | | | | yaml2obj.rst was not included in the toctree Input from Michael Spencer. llvm-svn: 164355 | ||||
* | Patch by Sean Silva! | Galina Kistanova | 2012-09-13 | 1 | -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 Rosier | 2012-07-11 | 1 | -1/+1 |
| | | | | llvm-svn: 160082 | ||||
* | Sphinxify the CMake document. | Bill Wendling | 2012-07-06 | 1 | -1/+2 |
| | | | | llvm-svn: 159806 | ||||
* | [docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig! | Michael J. Spencer | 2012-06-21 | 1 | -0/+1 |
| | | | | llvm-svn: 158947 | ||||
* | Sphinxify the outdated Packaging documentation. | Bill Wendling | 2012-06-21 | 1 | -1/+2 |
| | | | | llvm-svn: 158901 | ||||
* | Sphinxify the developer policy document. | Bill Wendling | 2012-06-20 | 1 | -1/+2 |
| | | | | llvm-svn: 158814 | ||||
* | Sphinxify the lexicon doc. | Bill Wendling | 2012-06-20 | 1 | -1/+2 |
| | | | | llvm-svn: 158813 | ||||
* | Un-indent the list and remove ugly back-slash. | Bill Wendling | 2012-06-20 | 1 | -44/+42 |
| | | | | llvm-svn: 158803 | ||||
* | [docs] Port FAQ over to Sphinx. | Michael J. Spencer | 2012-06-18 | 1 | -1/+2 |
| | | | | | | Patch by Mikael Lyngvig! llvm-svn: 158677 | ||||
* | [docs] Integrate the command guide into the toctree. | Daniel Dunbar | 2012-05-08 | 1 | -2/+9 |
| | | | | llvm-svn: 156385 | ||||
* | [docs] Convert docs index page into Sphinx. | Daniel Dunbar | 2012-04-19 | 1 | -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 |