File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ There are two ways to access the SnowEx database:
6868
6969**Public access via Lambda client (no credentials required) **
7070 The recommended approach for most users. The
71- :class: ` ~snowexsql.lambda_client. SnowExLambdaClient ` connects to a public
71+ `` SnowExLambdaClient ` ` connects to a public
7272 AWS Lambda Function URL that proxies queries to the database. No AWS
7373 account or database credentials are needed.
7474
@@ -84,7 +84,7 @@ There are two ways to access the SnowEx database:
8484
8585 **Direct database access (credentials required) **
8686 For users with database credentials, the
87- :mod: ` snowexsql.api ` classes can be used directly without going through
87+ `` snowexsql.api ` ` classes can be used directly without going through
8888 Lambda. This path also supports raster queries.
8989
9090 .. code-block :: python
You can’t perform that action at this time.
0 commit comments