Commit Graph

18 Commits

Author SHA1 Message Date
Hans Wennborg d6aa2b1c1a Update docs version and clear release notes after 8.0.0 version bump
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338557 91177308-0d34-0410-b5e6-96231b3b80d8
2018-08-01 14:01:27 +00:00
Hans Wennborg c25f1aa948 Update docs version and clear release notes for 7.0.0
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321728 91177308-0d34-0410-b5e6-96231b3b80d8
2018-01-03 15:49:39 +00:00
Hans Wennborg 82f4215b77 Bump docs version to 6.0
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308466 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-19 13:50:27 +00:00
Hans Wennborg b35448f926 Update docs/conf.py version
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291831 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-12 21:41:38 +00:00
Hans Wennborg 05b45f1569 docs/conf.py: update version to 4.0
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275848 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-18 18:13:08 +00:00
Hans Wennborg 07eefe34b2 Update version to 3.9
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257628 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-13 17:32:59 +00:00
Hans Wennborg daa5b95b01 Docs: keep copyright years up-to-date
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244797 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-12 19:45:01 +00:00
Hans Wennborg ffb898066e docs/conf.py: update version to 3.8
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242240 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-14 22:53:35 +00:00
Andrew Wilkins 8eb384a97c Sphinx-based clang man pages
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241037 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-30 02:52:38 +00:00
Hans Wennborg 850f08d317 docs/conf.py: update for 3.7
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226010 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-14 18:14:05 +00:00
Sylvestre Ledru 69576d7a17 3.5 => 3.6
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214164 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-29 07:07:31 +00:00
NAKAMURA Takumi c8a1cf95f8 Update the copyright credits -- Happy new year 2014!
FIXME: Dragonegg may be updated at non-trivial changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198274 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-01 08:27:31 +00:00
Bill Wendling c725b7c537 Update to next release numbers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195236 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-20 10:13:37 +00:00
Bill Wendling 35d06d2a69 We're in 3.4 land now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181351 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-07 20:31:37 +00:00
Daniel Dunbar e3fc097b6a [docs] Fix an inconsistent title level, and a sphinx warning.
- We don't need any static files currently, so drop that dir.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171787 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-07 20:43:06 +00:00
Sean Silva bdaeb8ab3c Exclude docs/analyzer/ from the default Sphinx build.
This paves the way for converting the analyzer docs to Sphinx (by
setting up a nested Sphinx tree in this directory).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171424 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-02 22:48:50 +00:00
NAKAMURA Takumi 7ff1e45cdd Update the copyright coredits -- Happy new year 2013!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171342 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-01 10:00:19 +00:00
Sean Silva 1c6ee67350 docs: Initial Sphinx setup for Clang.
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170042 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-12 23:02:30 +00:00