Skip to content

Commit 2d21ad7

Browse files
committed
docs minor cleanup
1 parent be5eec8 commit 2d21ad7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/.coverage*
99
/build
1010
/doc/generated/*
11+
/doc/lib/generated/*
1112
/runpy
1213
__pycache__
1314
build

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ API
3232
lib/tools/exceptions
3333

3434
.. toctree::
35-
:maxdepth: 2
35+
:maxdepth: 1
3636
:caption: Informational Only
3737

3838
lib/internal

doc/lib/internal.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Internal Resources
77
and APIs described here remaining consistent. Directly reference at your own risk.
88

99
.. autosummary::
10+
:toctree: generated
1011

11-
dynamodb_encryption_sdk.internal
12-
dynamodb_encryption_sdk.internal.dynamodb_types
1312
dynamodb_encryption_sdk.internal.identifiers
1413
dynamodb_encryption_sdk.internal.str_ops
1514
dynamodb_encryption_sdk.internal.utils

src/dynamodb_encryption_sdk/delegated_keys/jce.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
13-
"""Delegated key that JCE StandardName algorithm values to determine behavior."""
13+
"""Delegated key that uses JCE StandardName values to determine behavior."""
1414
from __future__ import division
1515

1616
import logging
@@ -76,7 +76,7 @@ def _generate_rsa_key(key_length):
7676
@attr.s(init=False)
7777
class JceNameLocalDelegatedKey(DelegatedKey):
7878
# pylint: disable=too-many-instance-attributes
79-
"""Delegated key that uses JCE StandardName algorithm values to determine behavior.
79+
"""Delegated key that uses JCE StandardName values to determine behavior.
8080
8181
Accepted algorithm names for this include:
8282

0 commit comments

Comments
 (0)