[Openmp-commits] [PATCH] D90256: [OpenMP][Docs] Structure and content for the OpenMP documentation

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Oct 27 11:22:43 PDT 2020


jdoerfert created this revision.
jdoerfert added a reviewer: jhuber6.
Herald added subscribers: arphaman, guansong, bollu, yaxunl.
Herald added a reviewer: sscalpone.
Herald added a project: OpenMP.
jdoerfert requested review of this revision.
Herald added a subscriber: sstefan1.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90256

Files:
  openmp/docs/ReleaseNotes.rst
  openmp/docs/SupportAndFAQ.rst
  openmp/docs/_themes/llvm-openmp-theme/layout.html
  openmp/docs/_themes/llvm-openmp-theme/static/agogo.css_t
  openmp/docs/_themes/llvm-openmp-theme/static/bgfooter.png
  openmp/docs/_themes/llvm-openmp-theme/static/bgtop.png
  openmp/docs/_themes/llvm-openmp-theme/theme.conf
  openmp/docs/conf.py
  openmp/docs/design/GPUGenericMode.rst
  openmp/docs/design/GPUSPMDMode.rst
  openmp/docs/design/Offloading.rst
  openmp/docs/design/Overview.rst
  openmp/docs/design/Runtimes.rst
  openmp/docs/index.rst
  openmp/docs/optimizations/OpenMPOpt.rst
  openmp/docs/optimizations/OpenMPUnawareOptimizations.rst
  openmp/docs/optimizations/Overview.rst
  openmp/docs/remarks/OptimizationRemarks.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90256.301062.patch
Type: text/x-patch
Size: 25393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201027/3eedaf19/attachment-0001.bin>


More information about the Openmp-commits mailing list