[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 09:37:08 PST 2023


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett, arphaman.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Move docs/math.rst to docs/math/index.rst


Repository:
  rG LLVM Github Monorepo

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.497366.patch
Type: text/x-patch
Size: 797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230214/1f4f772f/attachment.bin>


More information about the libc-commits mailing list