[libcxx-commits] [PATCH] D92076: [libc++] [www] 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...

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 24 23:51:26 PST 2020


curdeius created this revision.
curdeius added a reviewer: ldionne.
Herald added a reviewer: jfb.
Herald added subscribers: libcxx-commits, jfb, arphaman, mgrang.
Herald added a reviewer: jfb.
Herald added a project: libc++.
Herald added a reviewer: libc++.
curdeius requested review of this revision.

...(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, fix broken comment end.
It adds as well redirects from old to new status pages.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92076

Files:
  libcxx/docs/Cxx1yStatus.rst
  libcxx/docs/Cxx1yStatusIssuesStatus.csv
  libcxx/docs/Cxx1yStatusPaperStatus.csv
  libcxx/docs/Cxx1zStatus.rst
  libcxx/docs/Cxx1zStatusIssuesStatus.csv
  libcxx/docs/Cxx1zStatusPaperStatus.csv
  libcxx/docs/Cxx2aStatus.rst
  libcxx/docs/Cxx2aStatusIssuesStatus.csv
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/docs/CxxStatus.sh
  libcxx/docs/Styles.rst
  libcxx/docs/conf.py
  libcxx/docs/index.rst
  libcxx/www/cxx1y_status.html
  libcxx/www/cxx1z_status.html
  libcxx/www/cxx2a_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92076.307522.patch
Type: text/x-patch
Size: 338778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201125/fde7ef17/attachment-0001.bin>


More information about the libcxx-commits mailing list