Fix documentation structure and fine tune explanations#16
Fix documentation structure and fine tune explanations#16rgsl888prabhu merged 63 commits intoNVIDIA:branch-25.05from
Conversation
|
/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.
@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.
LGTM. Thanks for all your hard work on this @rgsl888prabhu
* Address review comments * Add cli.rst * Cleanup CLI docs * Fix warnings and errors * Move commandline interface two levels up * Fix review comments * Adding changes from Andrew to add versions and adding link to cli * Update lp-milp-c-api.rst * changes for project.json and typedef header fix * Update cli-examples.rst * Update introduction.rst * Updates to faq.rst, introduction.rst, lp-features.rst, lp-milp-settings.rst, milp-features.rst, release-notes.rst, routing-features.rst * features and release notes * update * fix container path * fix container path * Move thirdparty files to directory and clean it * Update introduction.rst * Update brev details and add project.json * Changes to make cuOptCreateProblem consistent with cuOptCreateRangedProblem * deprecate cuda 11 support * Add rapids logger to rpath * Add cli test * fix issues * add a sample mps file for test * fix tests in docs * pre-commit changes * remove third party modeling languges for now from docs * Remove modeling language details * fix doc * update doc * Update introduction.rst * Update release-notes.rst * Update lp-features.rst * Update lp-example.rst * Update milp-examples.rst * Update cli-examples.rst * Update lp-features.rst * Update milp-features.rst * Update lp-features.rst * Update milp-features.rst * Update introduction.rst * Update introduction.rst * add cli to bin * update intro * APTH * disable cli test inwheels * Add cli support * Add path for testing --------- Co-authored-by: Rajesh Gandham <rgandham@nvidia.com> Co-authored-by: Chris Maes <cmaes@nvidia.com>
This is an update to doc after refactoring it to add C and Python API. And address missing items and fixing few structures.