[docs] Stub out structure for Sphinx-based docs.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Apr 2012 16:31:19 +0000 (16:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Apr 2012 16:31:19 +0000 (16:31 +0000)
commit75083ebc09a3dd47099e3912ac090dbc907f3eaf
tree20edebe81dacd338dd222b40866b9102424693f4
parent90275ea2ee7c7a960a3567926140b26a526b0aa1
[docs] Stub out structure for Sphinx-based docs.
 - Work in progress, this is just the basic structure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155132 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
.gitignore
docs/Makefile.sphinx [new file with mode: 0644]
docs/README.txt [new file with mode: 0644]
docs/_templates/index.html [new file with mode: 0644]
docs/_templates/indexsidebar.html [new file with mode: 0644]
docs/_templates/layout.html [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/contents.rst [new file with mode: 0644]
docs/llvm-theme/layout.html [new file with mode: 0644]
docs/llvm-theme/static/contents.png [new file with mode: 0644]
docs/llvm-theme/static/llvm.css [new file with mode: 0644]
docs/llvm-theme/static/logo.png [new file with mode: 0644]
docs/llvm-theme/static/navigation.png [new file with mode: 0644]
docs/llvm-theme/theme.conf [new file with mode: 0644]
docs/make.bat [new file with mode: 0644]