[libc++] Remove the old HTML documentation
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 8 Jun 2021 15:15:27 +0000 (11:15 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 8 Jun 2021 15:18:12 +0000 (11:18 -0400)
commit491d04595751a712db41c196bc1ad816fd9cdaa0
tree093fdeea6db078a9bc708a047818b159331eed9b
parentf60ea691a94b3b4c28f2ff85a4520562f4110810
[libc++] Remove the old HTML documentation

This commit finishes moving the <atomic> design documents to the RST
documentation and removes the old documentation. https://libcxx.llvm.org
is already pointing to the new documentation only now, so the removal of
the old documentation is really a NFC.

I went over the old documentation and I don't think we're leaving anything
important behind - I think everything important was mentionned in the RST
documentation anyway.
15 files changed:
libcxx/docs/DesignDocs/AtomicDesign.rst [new file with mode: 0644]
libcxx/docs/index.rst
libcxx/www/atomic_design.html [deleted file]
libcxx/www/atomic_design_a.html [deleted file]
libcxx/www/atomic_design_b.html [deleted file]
libcxx/www/atomic_design_c.html [deleted file]
libcxx/www/content.css [deleted file]
libcxx/www/cxx1y_status.html [deleted file]
libcxx/www/cxx1z_status.html [deleted file]
libcxx/www/cxx2a_status.html [deleted file]
libcxx/www/index.html [deleted file]
libcxx/www/menu.css [deleted file]
libcxx/www/ts1z_status.html [deleted file]
libcxx/www/type_traits_design.html [deleted file]
libcxx/www/upcoming_meeting.html [deleted file]