From 9380c9a70ebffaa36f52d297c963749027b5f2b2 Mon Sep 17 00:00:00 2001 From: aaarendt Date: Mon, 16 Mar 2026 08:44:36 -0700 Subject: [PATCH] fix: update code formatting in README to remove Sphinx-specific interpreted text roles --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 37c3c0b..2fa7007 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ There are two ways to access the SnowEx database: **Public access via Lambda client (no credentials required)** The recommended approach for most users. The - :class:`~snowexsql.lambda_client.SnowExLambdaClient` connects to a public + ``SnowExLambdaClient`` connects to a public AWS Lambda Function URL that proxies queries to the database. No AWS account or database credentials are needed. @@ -84,7 +84,7 @@ There are two ways to access the SnowEx database: **Direct database access (credentials required)** For users with database credentials, the - :mod:`snowexsql.api` classes can be used directly without going through + ``snowexsql.api`` classes can be used directly without going through Lambda. This path also supports raster queries. .. code-block:: python