-
Notifications
You must be signed in to change notification settings - Fork 256
Add autodocs for submodules and libraries #2967
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
base: master
Are you sure you want to change the base?
Conversation
|
@gdalle you can put |
|
Oops my bad! I put it in the second commit, hope it is enough |
|
It seems the test suite still ran despite the following commits including "[only docs]". Does this guideline only apply to the very first commit? Should I start a new PR? |
|
Could you squash and repush with only docs in the command line? It can be a
bit finicky
…On Thu, Nov 13, 2025 at 7:59 AM Guillaume Dalle ***@***.***> wrote:
*gdalle* left a comment (JuliaGPU/CUDA.jl#2967)
<#2967 (comment)>
It seems the test suite still ran despite the following commits including
"[only docs]". Does this guideline only apply to the very first commit?
Should I start a new PR?
—
Reply to this email directly, view it on GitHub
<#2967 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGKJY6VEVNFKBVOTRUKYY334QT5TAVCNFSM6AAAAACL5YTGKSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKMRVHA3DQMZWHE>
.
You are receiving this because you commented.Message ID: <JuliaGPU/CUDA.
***@***.***>
|
|
I tried but it seems to be running anyway? Should I open a new PR? |
|
I mean if the docs build succeeds, I'm happy to merge. We can just let it run for now tbh. |
|
I'd love to learn what went wrong for next time though |
|
Sorry I couldn't test the docs build locally, I don't have an NVIDIA GPU |
Every time I check out cuSPARSE I have to go to the source file to figure out what's inside
CuSparseMatrixCSR. This PR is a first step that displays all the docstrings of the libraries and submodules, so that once we actually write them they will appear on the website.Feel free to reject or modify if you don't think that's a good idea, especially if it reveals/defines "public" API that you don't want to commit to.