summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi2012-11-271-1/+1
| | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168745
* docs: Fix highlighting.Sean Silva2012-11-201-1/+1
| | | | | | .git/config was marked as "bash" instead of "ini". llvm-svn: 168365
* Documentation: fix broken link.Dmitri Gribenko2012-11-181-2/+2
| | | | llvm-svn: 168285
* Add description of how to build docsJoel Jones2012-11-151-1/+28
| | | | llvm-svn: 168088
* docs: Sphinxify TestingGuideSean Silva2012-11-141-2/+2
| | | | llvm-svn: 167979
* GettingStarted.rst: s/&/&/gNAKAMURA Takumi2012-10-111-2/+2
| | | | llvm-svn: 165690
* GettingStarted.rst: Fix the label to DeveloperPolicy.html.NAKAMURA Takumi2012-10-111-1/+1
| | | | llvm-svn: 165689
* docs: Attempt to fix PR14053.Sean Silva2012-10-101-29/+29
| | | | | | | | | | | | | | | Hypothesis 1: use of `.. code::` directive instead of `.. code-block::` is causing Sphinx to discard the block. On my machine, `.. code::` renders fine. However, I don't think that `.. code::` is actually a legit Sphinx directive. I believe that on my machine Sphinx is falling back to just displaying it monospace with no syntax, whereas llvm.org's Sphinx is just discarding it. This is truly "remote debugging" since I can't reproduce this on my machine. It would be helpful to be able to see the llvm.org Sphinx build logs; if that's possible please let me know. llvm-svn: 165632
* Silence Sphinx warnings.Sean Silva2012-10-071-4/+4
| | | | | | | Found the fix on this page: http://permalink.gmane.org/gmane.comp.python.sphinx.devel/112 llvm-svn: 165380
* Sphinxify the GettinStarted documentation.Bill Wendling2012-10-071-0/+1304
llvm-svn: 165372
OpenPOWER on IntegriCloud