From 5b737c3043d0fb6d04900a6a8c24b2423cba797e Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Wed, 5 Aug 2026 19:52:39 -0500 Subject: [PATCH] docs: fix Vale heading case errors in gRPC async client docs --- docs/cuopt/source/cuopt-grpc/index.rst | 2 +- docs/cuopt/source/cuopt-grpc/python-async-client-api.rst | 2 +- docs/cuopt/source/cuopt-grpc/python-async-client.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cuopt/source/cuopt-grpc/index.rst b/docs/cuopt/source/cuopt-grpc/index.rst index 6b272c110..c0ecb8301 100644 --- a/docs/cuopt/source/cuopt-grpc/index.rst +++ b/docs/cuopt/source/cuopt-grpc/index.rst @@ -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 diff --git a/docs/cuopt/source/cuopt-grpc/python-async-client-api.rst b/docs/cuopt/source/cuopt-grpc/python-async-client-api.rst index 8b031ef19..d71acb9f9 100644 --- a/docs/cuopt/source/cuopt-grpc/python-async-client-api.rst +++ b/docs/cuopt/source/cuopt-grpc/python-async-client-api.rst @@ -40,7 +40,7 @@ Exceptions :members: :show-inheritance: -See also +See Also ========= * :doc:`python-async-client` — overview and when to use this client diff --git a/docs/cuopt/source/cuopt-grpc/python-async-client.rst b/docs/cuopt/source/cuopt-grpc/python-async-client.rst index 2ee4d20cc..8a73bd910 100644 --- a/docs/cuopt/source/cuopt-grpc/python-async-client.rst +++ b/docs/cuopt/source/cuopt-grpc/python-async-client.rst @@ -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