summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Update version to 5.0Eric Fiselier2017-01-131-2/+2
| | | | llvm-svn: 291928
* Update year to 2017Eric Fiselier2017-01-031-1/+1
| | | | llvm-svn: 290876
* Update doc version to 4.0Eric Fiselier2016-12-091-2/+2
| | | | llvm-svn: 289206
* Update version numbers in docsEric Fiselier2016-05-031-3/+3
| | | | llvm-svn: 268459
* [libcxx] Add new Sphinx documentationEric Fiselier2015-08-221-0/+251
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