Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cuopt/source/cuopt-grpc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This is **not** the HTTP/JSON :doc:`REST self-hosted server <../cuopt-server/ind
(FastAPI). REST is for arbitrary HTTP clients; gRPC serves remote execution
(client integrated into the solver APIs) and explicit gRPC clients.

When to choose which path
When to Choose Which Path
=========================

* **Remote execution** — drop-in remote solves with no code changes; same
Expand Down
2 changes: 1 addition & 1 deletion docs/cuopt/source/cuopt-grpc/python-async-client-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Exceptions
:members:
:show-inheritance:

See also
See Also
=========

* :doc:`python-async-client` — overview and when to use this client
Expand Down
2 changes: 1 addition & 1 deletion docs/cuopt/source/cuopt-grpc/python-async-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ TLS / mTLS
See :doc:`advanced` for server-side TLS and which environment variables apply
to remote execution versus this gRPC client.

Next steps
Next Steps
==========

* :doc:`python-async-client-examples` — log streaming and incumbent streaming
Expand Down
Loading