Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
Loading