Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing favicon.ico warning (Sphinx 1.2.2). The comments next to | Dan Liew | 2014-08-06 | 1 | -4/+7 |
| | | | | | | | | | | ``html_favicon`` seem to conflict with [what it in the sphinx docs](http://sphinx-doc.org/config.html#confval-html_favicon). So I've copied the comments from there to conf.py and changed its value appropriately to remove the missing favicon.ico warning. llvm-svn: 214971 | ||||
* | Update the copyright credits -- Happy new year 2014! | NAKAMURA Takumi | 2014-01-01 | 1 | -1/+1 |
| | | | | | FIXME: Dragonegg may be updated at non-trivial changes. llvm-svn: 198274 | ||||
* | Update the copyright coredits -- Happy new year 2013! | NAKAMURA Takumi | 2013-01-01 | 1 | -1/+1 |
| | | | | llvm-svn: 171342 | ||||
* | [docs] Update version number. I suggest that at some point we make the | Michael J. Spencer | 2012-04-20 | 1 | -2/+2 |
| | | | | | | build system generate this file with the proper version. llvm-svn: 155222 | ||||
* | [docs] Add documentation todos. | Michael J. Spencer | 2012-04-08 | 1 | -1/+1 |
| | | | | llvm-svn: 154276 | ||||
* | [docs] Make the index page ReST based instead of html based. | Michael J. Spencer | 2012-04-08 | 1 | -2/+2 |
| | | | | llvm-svn: 154275 | ||||
* | [docs] Start a development guide, and write an introduction to Sphinx based | Daniel Dunbar | 2012-04-06 | 1 | -1/+7 |
| | | | | | | documentation. llvm-svn: 154228 | ||||
* | docs: Add the standard LLVM favicon. | Daniel Dunbar | 2012-04-06 | 1 | -2/+2 |
| | | | | llvm-svn: 154212 | ||||
* | docs: Sketch Sphinx based docs structure. | Daniel Dunbar | 2012-04-06 | 1 | -0/+245 |
- This uses the llvm-theme developed by Michael Spencer and the base structure (front-facing index page) I use for LNT. llvm-svn: 154206 |