[all-commits] [llvm/llvm-project] 1c4c21: [OpenMP] Initial Support for OpenMP Webpage Docume...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Sep 18 13:34:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c4c21489f013d6a501a52e79a36df07d772d9b8
https://github.com/llvm/llvm-project/commit/1c4c21489f013d6a501a52e79a36df07d772d9b8
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M openmp/CMakeLists.txt
A openmp/docs/CMakeLists.txt
A openmp/docs/README.txt
M openmp/docs/ReleaseNotes.rst
A openmp/docs/_templates/indexsidebar.html
A openmp/docs/_templates/layout.html
A openmp/docs/_themes/llvm-theme/layout.html
A openmp/docs/_themes/llvm-theme/static/contents.png
A openmp/docs/_themes/llvm-theme/static/llvm-theme.css
A openmp/docs/_themes/llvm-theme/static/logo.png
A openmp/docs/_themes/llvm-theme/static/navigation.png
A openmp/docs/_themes/llvm-theme/theme.conf
A openmp/docs/conf.py
A openmp/docs/index.rst
Log Message:
-----------
[OpenMP] Initial Support for OpenMP Webpage Documentation
Summary:
Adding support for generated html documentation for OpenMP. Changing
Cmake files to build the documentation and adding the base templates for
future documentation to be added.
Reviewers: jdoerfert
Subscribers: aaron.ballman arphaman guansong mgorny openmp-commits sstefan1 yaxunl
Tags: #OpenMP
Differential Revision: https://reviews.llvm.org/D87797
More information about the All-commits
mailing list