diff --git a/docs/index.rst b/docs/index.rst index c5fe86128..eeea39af4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -102,14 +102,9 @@ C++ Dialect Support --------------------- * C++11 - Complete -* `C++14 - Complete `_ -* `C++1z - In Progress `_ -* `Post C++14 Technical Specifications - In Progress `_ - -.. _cxx14 status: http://libcxx.llvm.org/cxx1y_status.html -.. _cxx1z status: http://libcxx.llvm.org/cxx1z_status.html -.. _ts status: http://libcxx.llvm.org/ts1z_status.html - +* `C++14 - Complete `__ +* `C++1z - In Progress `__ +* `Post C++14 Technical Specifications - In Progress `__ Notes and Known Issues ---------------------- @@ -132,9 +127,9 @@ Design Documents * ` design `_ * ` design `_ * `Status of debug mode `_ -* `Notes by Marshall Clow `_ +* `Notes by Marshall Clow`__ -.. _clow notes: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/ +.. __: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/ Build Bots ----------- @@ -152,37 +147,30 @@ and `Getting started with LLVM `__. If you think you've found a bug in libc++, please report it using the `LLVM Bugzilla`_. If you're not sure, you -can post a message to the `cfe-dev`_. mailing list or on IRC. +can post a message to the `cfe-dev mailing list`_ or on IRC. Please include "libc++" in your subject. **Patches** If you want to contribute a patch to libc++, the best place for that is -`Phabricator `_. Please include [libcxx] in the subject and +`Phabricator `_. Please include [libcxx] in the subject and add `cfe-commits` as a subscriber. Also make sure you are subscribed to the -`cfe-commits mailing list `_. +`cfe-commits mailing list `_. **Discussion and Questions** -Send discussions and questions to the `cfe-dev mailing list `_. +Send discussions and questions to the +`cfe-dev mailing list `_. Please include [libcxx] in the subject. -.. _phab doc: http://llvm.org/docs/Phabricator.html Quick Links =========== -* `LLVM Homepage `_ -* `libc++abi Homepage `_ -* `LLVM Bugzilla`_ -* `cfe-commits Mailing List `_ -* `cfe-dev Mailing List `_ +* `LLVM Homepage `_ +* `libc++abi Homepage `_ +* `LLVM Bugzilla `_ +* `cfe-commits Mailing List`_ +* `cfe-dev Mailing List`_ * `Browse libc++ -- SVN `_ * `Browse libc++ -- ViewVC `_ - - -.. _`llvm`: http://llvm.org/ -.. _`libc++abi`: http://libcxxabi.llvm.org/ -.. _`LLVM Bugzilla`: http://llvm.org/bugs/ -.. _cfe-dev: http://lists.llvm.org/mailman/listinfo/cfe-dev -.. _cfe-commits: http://lists.llvm.org/mailman/listinfo/cfe-commits