Updates to Python and C++ Docs - #442
Merged
Merged
Conversation
divyegala
approved these changes
Jan 14, 2022
divyegala
left a comment
Contributor
There was a problem hiding this comment.
Just one small comment, looks great otherwise
ajschmidt8
reviewed
Jan 18, 2022
ajschmidt8
left a comment
Member
There was a problem hiding this comment.
If these docs will eventually get published on our site, we'll need to add the breathe dependency to the rapids-doc-env below. @cjnolet, can you open a PR for that?
Contributor
Author
|
Absolutely, @ajschmidt8, I will do that. |
ajschmidt8
approved these changes
Jan 19, 2022
ajschmidt8
left a comment
Member
There was a problem hiding this comment.
Approving ops-codeowner changes now that rapidsai/integration#415 is merged.
BradReesWork
approved these changes
Jan 19, 2022
Contributor
Author
|
@gpucibot merge |
loulankxh
pushed a commit
to loulankxh/raft
that referenced
this pull request
Oct 14, 2025
As we're beginning to hide the implementation details and establisht he public API, it's time to start putting a little focus on the presentation of our docs. Eventually, we want to make sure our different packages are easy to navigate and find. We will be updating this more as we continue to stabilize the public API. The docs can be built by running `./build.sh docs` from the repository root. Closes NVIDIA#2 Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Divye Gala (https://github.com/divyegala) - AJ Schmidt (https://github.com/ajschmidt8) - Brad Rees (https://github.com/BradReesWork) URL: NVIDIA#442
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As we're beginning to hide the implementation details and establisht he public API, it's time to start putting a little focus on the presentation of our docs. Eventually, we want to make sure our different packages are easy to navigate and find. We will be updating this more as we continue to stabilize the public API.
The docs can be built by running
./build.sh docsfrom the repository root.Closes #2