Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanup BuildingLibcxx.rst and remove TODO | Eric Fiselier | 2015-09-06 | 1 | -3/+3 | |
| | | | | llvm-svn: 246952 | |||||
* | Fix another bad link in the new docs | Eric Fiselier | 2015-09-06 | 1 | -2/+2 | |
| | | | | llvm-svn: 246951 | |||||
* | Try to fix links for libcxx.llvm.org/docs again. | Eric Fiselier | 2015-09-06 | 1 | -27/+15 | |
| | | | | llvm-svn: 246950 | |||||
* | Try and fix links again. Seems to be a sphinx version issue. | Eric Fiselier | 2015-09-05 | 1 | -12/+12 | |
| | | | | llvm-svn: 246915 | |||||
* | Try and fix broken bugzilla link | Eric Fiselier | 2015-09-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 246914 | |||||
* | Cleanup new documentation index and transfer more information from ↵ | Eric Fiselier | 2015-09-05 | 1 | -37/+53 | |
| | | | | | | www/index.html llvm-svn: 246913 | |||||
* | Remove test commit. | Tanya Lattner | 2015-09-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 246912 | |||||
* | Test temporary commit. | Tanya Lattner | 2015-09-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 246911 | |||||
* | Test commit for builder | Eric Fiselier | 2015-09-05 | 2 | -0/+4 | |
| | | | | llvm-svn: 246910 | |||||
* | Add temporary Makefile.sphinx build file to get libcxx.llvm.org/docs going | Eric Fiselier | 2015-09-05 | 1 | -0/+34 | |
| | | | | llvm-svn: 246909 | |||||
* | Try building docs again. | Eric Fiselier | 2015-09-05 | 1 | -1/+0 | |
| | | | | llvm-svn: 246906 | |||||
* | Test commit for sphinx docs try2 | Eric Fiselier | 2015-09-04 | 1 | -0/+1 | |
| | | | | llvm-svn: 246895 | |||||
* | [libcxx] Add new Sphinx documentation | Eric Fiselier | 2015-08-22 | 7 | -0/+954 | |
Summary: This patch adds Sphinx based documentation to libc++. The goal is to make it easier to write documentation for libc++ since writing new documentation in HTML is cumbersome. This patch rewrites the main page for libc++ along with the instructions for using, building and testing libc++. The built documentation can be found and reviewed here: http://efcs.ca/libcxx-docs In order to build the sphinx documentation you need to specify the cmake options `-DLLVM_ENABLE_SPHINX=ON -DLIBCXX_INCLUDE_DOCS=ON`. This will add the makefile rule `docs-libcxx-html`. Reviewers: chandlerc, mclow.lists, danalbert, jroelofs Subscribers: silvas, cfe-commits Differential Revision: http://reviews.llvm.org/D12129 llvm-svn: 245788 |