diff --git a/libc/docs/index.rst b/libc/docs/index.rst --- a/libc/docs/index.rst +++ b/libc/docs/index.rst @@ -60,7 +60,7 @@ :caption: Status date_and_time - math + math/index.rst strings stdio diff --git a/libc/docs/math.rst b/libc/docs/math/index.rst rename from libc/docs/math.rst rename to libc/docs/math/index.rst --- a/libc/docs/math.rst +++ b/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 ==========