-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libc] Add link to stdfix.h on headers page #129138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-libc Author: None (PiJoules) ChangesFull diff: https://github.com/llvm/llvm-project/pull/129138.diff 1 Files Affected:
diff --git a/libc/docs/headers/index.rst b/libc/docs/headers/index.rst
index 3dc30ef90a8e4..e569a22d53a93 100644
--- a/libc/docs/headers/index.rst
+++ b/libc/docs/headers/index.rst
@@ -23,6 +23,7 @@ Implementation Status
setjmp
signal
stdbit
+ stdfix <math/stdfix.rst>
stdio
stdlib
string
|
libc/docs/headers/index.rst
Outdated
@@ -23,6 +23,7 @@ Implementation Status | |||
setjmp | |||
signal | |||
stdbit | |||
stdfix <math/stdfix.rst> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd move stdfix.rst
to top-level to match other headers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like this?
Co-authored-by: Petr Hosek <[email protected]>
The docs build action was failing with libc due to checks.rst not existing in the expected path. This patch adjusts the path to the actual path which seems to make everything happy. It seems like this did not show up before as stdfix.rst was not included in a place that actually caused it to get picked up by sphinx.
The docs build action was failing with libc due to checks.rst not existing in the expected path. This patch adjusts the path to the actual path which seems to make everything happy. It seems like this did not show up before as stdfix.rst was not included in a place that actually caused it to get picked up by sphinx.
Co-authored-by: Petr Hosek <[email protected]>
The docs build action was failing with libc due to checks.rst not existing in the expected path. This patch adjusts the path to the actual path which seems to make everything happy. It seems like this did not show up before as stdfix.rst was not included in a place that actually caused it to get picked up by sphinx.
No description provided.