-
Notifications
You must be signed in to change notification settings - Fork 154
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
Add C++ doc links to library_design.md
and minor documentation fixes
#700
Conversation
@@ -7,5 +7,4 @@ Functions for identifying and grouping trajectories from point data. | |||
|
|||
.. autofunction:: cuspatial.derive_trajectories | |||
.. autofunction:: cuspatial.trajectory_distances_and_speeds | |||
.. autofunction:: cuspatial.directed_hausdorff_distance |
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.
This is a duplicate entry also present in spatial.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.
Just suggest tightening up the wording of one sentence. Otherwise approve.
rerun tests |
Co-authored-by: Mark Harris <[email protected]>
rerun tests |
@gpucibot merge |
Description
This PR fixes some render issue with
library_design.md
, adds links to c++ documentation (maybe changed after merging 673)Checklist