[all-commits] [llvm/llvm-project] a5f98b: [libc++] [docs] Migrate C++ status pages to Restru...

Marek Kurdej via All-commits all-commits at lists.llvm.org
Thu Nov 26 01:01:31 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a5f98b541948ad22f16ef499b6e10f65bc2466e5
      https://github.com/llvm/llvm-project/commit/a5f98b541948ad22f16ef499b6e10f65bc2466e5
  Author: Marek Kurdej <marek.kurdej at gmail.com>
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
    A libcxx/docs/Cxx1yStatus.rst
    A libcxx/docs/Cxx1yStatusIssuesStatus.csv
    A libcxx/docs/Cxx1yStatusPaperStatus.csv
    A libcxx/docs/Cxx1zStatus.rst
    A libcxx/docs/Cxx1zStatusIssuesStatus.csv
    A libcxx/docs/Cxx1zStatusPaperStatus.csv
    A libcxx/docs/Cxx2aStatus.rst
    A libcxx/docs/Cxx2aStatusIssuesStatus.csv
    A libcxx/docs/Cxx2aStatusPaperStatus.csv
    A libcxx/docs/Styles.rst
    M libcxx/docs/conf.py
    M libcxx/docs/index.rst
    M libcxx/www/cxx1y_status.html
    M libcxx/www/cxx1z_status.html
    M libcxx/www/cxx2a_status.html

  Log Message:
  -----------
  [libc++] [docs] Migrate C++ status pages to RestructuredText (RST).

Currently, papers and issues are in separate .csv files (that is easier to update), but I can put them inline.Transforming current html tables into rst are done by the script (attached to the patch FYI but I'll remove it before committing).
I'll of course update RST files before committing to match any modifications that may happen in master branch.

This patch moves the status pages in www/ to RST format in docs/.

It also does some other minor changes: fix copyright year and broken comment end, adds substitutions for coherence (and add colors, but that can be removed easily).
It adds as well redirects from old to new status pages.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D92076




More information about the All-commits mailing list