summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup BuildingLibcxx.rst and remove TODOEric Fiselier2015-09-061-3/+3
| | | | llvm-svn: 246952
* Fix another bad link in the new docsEric Fiselier2015-09-061-2/+2
| | | | llvm-svn: 246951
* Try to fix links for libcxx.llvm.org/docs again.Eric Fiselier2015-09-061-27/+15
| | | | llvm-svn: 246950
* Try and fix links again. Seems to be a sphinx version issue.Eric Fiselier2015-09-051-12/+12
| | | | llvm-svn: 246915
* Try and fix broken bugzilla linkEric Fiselier2015-09-051-1/+1
| | | | llvm-svn: 246914
* Cleanup new documentation index and transfer more information from ↵Eric Fiselier2015-09-051-37/+53
| | | | | | www/index.html llvm-svn: 246913
* Remove test commit.Tanya Lattner2015-09-051-1/+1
| | | | llvm-svn: 246912
* Test temporary commit. Tanya Lattner2015-09-051-1/+1
| | | | llvm-svn: 246911
* Test commit for builderEric Fiselier2015-09-052-0/+4
| | | | llvm-svn: 246910
* Add temporary Makefile.sphinx build file to get libcxx.llvm.org/docs goingEric Fiselier2015-09-051-0/+34
| | | | llvm-svn: 246909
* Try building docs again.Eric Fiselier2015-09-051-1/+0
| | | | llvm-svn: 246906
* Test commit for sphinx docs try2Eric Fiselier2015-09-041-0/+1
| | | | llvm-svn: 246895
* [libcxx] Add new Sphinx documentationEric Fiselier2015-08-227-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
OpenPOWER on IntegriCloud