Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-12 | Update docs/conf.py version | Hans Wennborg | 1 | -3/+3 | |
llvm-svn: 291831 | |||||
2016-07-18 | docs/conf.py: update version to 4.0 | Hans Wennborg | 1 | -2/+2 | |
llvm-svn: 275848 | |||||
2016-01-13 | Update version to 3.9 | Hans Wennborg | 1 | -2/+2 | |
llvm-svn: 257628 | |||||
2015-08-12 | Docs: keep copyright years up-to-date | Hans Wennborg | 1 | -1/+2 | |
llvm-svn: 244797 | |||||
2015-07-14 | docs/conf.py: update version to 3.8 | Hans Wennborg | 1 | -2/+2 | |
llvm-svn: 242240 | |||||
2015-06-30 | Sphinx-based clang man pages | Andrew Wilkins | 1 | -5/+35 | |
Summary: This diff introduces .rst files, Sphinx config, and a CMake target for building clang man pages. This will deprecate the existing .pod- based man page, and will integrate nicely with CMake. This diff does not remove the existing man page; that will be done in a follow-up once packagers have had a chance to react to the change. For now, only clang(1) has been done; others can be added over time by dropping additional files into the docs/CommandGuide directory. The index page for CommandGuide has been copied from LLVM's docs/CommandGuide. The man page itself is mostly the same, with a few minor cosmetic changes. The only major change is the SYNOPSIS section. I was unable to get .rst/Sphinx produce the same style as in the existing man page. Instead, I changed it to match the LLVM tools' relatively simple style. To build the man pages, use the "docs-clang-man" target if building with CMake. Otherwise, use "make -f Makefile.sphinx man". Reviewers: cmatthews, silvas Subscribers: dim, gaeke, beanz, cfe-commits Differential Revision: http://reviews.llvm.org/D10562 llvm-svn: 241037 | |||||
2015-01-14 | docs/conf.py: update for 3.7 | Hans Wennborg | 1 | -2/+2 | |
llvm-svn: 226010 | |||||
2014-07-29 | 3.5 => 3.6 | Sylvestre Ledru | 1 | -2/+2 | |
llvm-svn: 214164 | |||||
2014-01-01 | Update the copyright credits -- Happy new year 2014! | NAKAMURA Takumi | 1 | -1/+1 | |
FIXME: Dragonegg may be updated at non-trivial changes. llvm-svn: 198274 | |||||
2013-11-20 | Update to next release numbers. | Bill Wendling | 1 | -2/+2 | |
llvm-svn: 195236 | |||||
2013-05-07 | We're in 3.4 land now. | Bill Wendling | 1 | -2/+2 | |
llvm-svn: 181351 | |||||
2013-01-07 | [docs] Fix an inconsistent title level, and a sphinx warning. | Daniel Dunbar | 1 | -1/+1 | |
- We don't need any static files currently, so drop that dir. llvm-svn: 171787 | |||||
2013-01-02 | Exclude docs/analyzer/ from the default Sphinx build. | Sean Silva | 1 | -1/+1 | |
This paves the way for converting the analyzer docs to Sphinx (by setting up a nested Sphinx tree in this directory). llvm-svn: 171424 | |||||
2013-01-01 | Update the copyright coredits -- Happy new year 2013! | NAKAMURA Takumi | 1 | -1/+1 | |
llvm-svn: 171342 | |||||
2012-12-12 | docs: Initial Sphinx setup for Clang. | Sean Silva | 1 | -0/+242 | |
I don't think this will be visible just yet on <clang.llvm.org/docs/> since I don't think that the necessary server-side setup has taken place. Don't shoot me over the theme. I don't want to duplicate LLVM's theme into the clang repo at the moment, so I just used one of Sphinx's default themes. llvm-svn: 170042 |