-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Paying down some tech debt on docs, runtime API, and cython (#1055)
This PR pays down some tech debt and cleans up some things. On the surface, you'll notice many files have been touched or modified but the modifications are largely confined to a few major categories of changes: 1. Fixes some of the issues found with the doc updates in 22.12. 2. Breaks some of the docs for the c++ namespaces down into multiple sections to make them easier to navigate and consume 3. Renames raft_distance directory into more appropriately named raft_runtime. (This is also in preparation to eventually rename the libraft-distance library into libraft once we can remove the FAISS dependency. 4. Separates out some runtime source files and APIs that were being mistakenly combined with the template specializations API 5. Consolidates multiple mdspan.pxd files into a single file. 6. Consistently uses `cpp` directory for new(er) pxd files, nested into their respective packages. 7. Consistently uses doxygen groups in many of the namespaces. Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Ben Frederickson (https://github.com/benfred) - Divye Gala (https://github.com/divyegala) URL: #1055
- Loading branch information
Showing
229 changed files
with
3,541 additions
and
1,718 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.