[OpenMP][Docs] Structure and content for the OpenMP documentation
authorJohannes Doerfert <johannes@jdoerfert.de>
Tue, 27 Oct 2020 18:16:03 +0000 (13:16 -0500)
committerJohannes Doerfert <johannes@jdoerfert.de>
Fri, 30 Oct 2020 06:31:48 +0000 (01:31 -0500)
commit30e818db91a43629c8eefdf03df86d5a98eb9c17
treef46170fb89b5797297f2cc6578f9e2c4597c33e3
parent2c58fa54e8fae3e03bb8d69d32ab2333de9e2697
[OpenMP][Docs] Structure and content for the OpenMP documentation

This adds some initial content as well as structure to the new OpenMP
Sphinx documentation hosted at http://openmp.llvm.org/docs/ .

The content contains some useful links but most pages are still empty.

This uses a "custom" theme which is a copy of the default "agogo" one
with minor modifications to get a nicer table of content in the sidebar.
This way we can also adjust the theme as we go.

Reviewed By: jhuber6, JonChesterfield

Differential Revision: https://reviews.llvm.org/D90256
18 files changed:
openmp/docs/ReleaseNotes.rst
openmp/docs/SupportAndFAQ.rst [new file with mode: 0644]
openmp/docs/_themes/llvm-openmp-theme/layout.html [new file with mode: 0644]
openmp/docs/_themes/llvm-openmp-theme/static/agogo.css_t [new file with mode: 0644]
openmp/docs/_themes/llvm-openmp-theme/static/bgfooter.png [new file with mode: 0644]
openmp/docs/_themes/llvm-openmp-theme/static/bgtop.png [new file with mode: 0644]
openmp/docs/_themes/llvm-openmp-theme/theme.conf [new file with mode: 0644]
openmp/docs/conf.py
openmp/docs/design/GPUGenericMode.rst [new file with mode: 0644]
openmp/docs/design/GPUSPMDMode.rst [new file with mode: 0644]
openmp/docs/design/Offloading.rst [new file with mode: 0644]
openmp/docs/design/Overview.rst [new file with mode: 0644]
openmp/docs/design/Runtimes.rst [new file with mode: 0644]
openmp/docs/index.rst
openmp/docs/optimizations/OpenMPOpt.rst [new file with mode: 0644]
openmp/docs/optimizations/OpenMPUnawareOptimizations.rst [new file with mode: 0644]
openmp/docs/optimizations/Overview.rst [new file with mode: 0644]
openmp/docs/remarks/OptimizationRemarks.rst [new file with mode: 0644]