[libc-commits] [PATCH] D144028: [libc][doc] Move docs/math.rst to docs/math/index.rst
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Feb 14 10:41:58 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6c7894a8e652: [libc][doc] Move docs/math.rst to docs/math/index.rst (authored by lntue).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144028/new/
https://reviews.llvm.org/D144028
Files:
libc/docs/index.rst
libc/docs/math.rst
libc/docs/math/index.rst
Index: libc/docs/math/index.rst
===================================================================
--- libc/docs/math/index.rst
+++ libc/docs/math/index.rst
@@ -4,7 +4,7 @@
Math Functions
==============
-.. include:: check.rst
+.. include:: ../check.rst
.. raw:: html
@@ -15,7 +15,7 @@
.. toctree::
:hidden:
- math/log.rst
+ log.rst
.. contents:: Table of Contents
@@ -271,7 +271,7 @@
Algorithms + Implementation Details
===================================
-* :doc:`math/log`
+* :doc:`log`
References
==========
Index: libc/docs/index.rst
===================================================================
--- libc/docs/index.rst
+++ libc/docs/index.rst
@@ -60,7 +60,7 @@
:caption: Status
date_and_time
- math
+ math/index.rst
strings
stdio
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144028.497389.patch
Type: text/x-patch
Size: 797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230214/a839f311/attachment-0001.bin>
More information about the libc-commits
mailing list