-
Notifications
You must be signed in to change notification settings - Fork 111
Fix documentation structure and fine tune explanations #16
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
Fix documentation structure and fine tune explanations #16
Conversation
chris-maes
left a comment
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.
LGTM
|
/ok to test 1574827 |
|
@chris-maes can you please elaborate more on this suggestion |
… into add_comments_on_docs
…gs.rst, milp-features.rst, release-notes.rst, routing-features.rst
… into add_comments_on_docs
|
/ok to test ca877bc |
|
/ok to test 8e02ff8 |
|
/ok to test 79e1bb0 |
|
/ok to test 09f7ad8 |
|
/ok to test 8755199 |
|
/ok to test b61959e |
… into add_comments_on_docs
|
/ok to test 3edc36a |
|
@rg20 @chris-maes @tmckayus May I get your reviews, I might open a new PR for adderssing VDR/VPR reviews. |
| @@ -0,0 +1,27 @@ | |||
| # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. | |||
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.
@tmckayus I had to add this since cuopt_cli was getting added under /libcuopt/bin/ and PATH was not able to pick it up, and adding it under PATH was causing it to loose link to dependent libraries. This fixes the issue. This acts like a wrapper around it with same name and resides in the traditional PATH so it is readily available after installation.
chris-maes
left a comment
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.
LGTM. Thanks for all your hard work on this @rgsl888prabhu
This is an update to doc after refactoring it to add C and Python API. And address missing items and fixing few structures.