Skip to content

Commit 4f1c345

Browse files
committed
* update doc8 testenv commands to cover all new docs rst
* docs rst linting fixes
1 parent 3d1fd12 commit 4f1c345

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

doc/lib/encrypted/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Helper Clients
88
client
99

1010
.. autosummary::
11-
11+
1212
dynamodb_encryption_sdk.encrypted.table
1313
dynamodb_encryption_sdk.encrypted.resource
1414
dynamodb_encryption_sdk.encrypted.client

doc/lib/materials_providers/provider_stores.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ Provider Stores
99

1010
dynamodb_encryption_sdk.material_providers.store
1111
dynamodb_encryption_sdk.material_providers.store.meta
12-

doc/lib/materials_providers/providers.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ Cryptographic Materials Providers
1414
dynamodb_encryption_sdk.material_providers.wrapped
1515
dynamodb_encryption_sdk.material_providers.most_recent
1616
dynamodb_encryption_sdk.material_providers.static
17-

doc/lib/tools/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ Tools
1212
dynamodb_encryption_sdk.identifiers
1313
dynamodb_encryption_sdk.structures
1414
dynamodb_encryption_sdk.transform
15-

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ basepython = python3
174174
deps =
175175
sphinx
176176
doc8
177-
commands = doc8 doc/index.rst README.rst CHANGELOG.rst
177+
commands = doc8 doc/index.rst doc/lib/ README.rst CHANGELOG.rst
178178

179179
[testenv:readme]
180180
basepython = python3

0 commit comments

Comments
 (0)