summaryrefslogtreecommitdiff
path: root/pyasn1/codec
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-11 22:09:14 +0200
committerGitHub <noreply@github.com>2017-10-11 22:09:14 +0200
commita7d88710444459a9b634a9a0735221b80ceb68c3 (patch)
tree9fe5e0cb41a2d7098499729092e3b022f53730f6 /pyasn1/codec
parent368d2efaf46a863f8c75ddf9878a5559f246a00a (diff)
downloadpyasn1-git-a7d88710444459a9b634a9a0735221b80ceb68c3.tar.gz
Docs rearrangement (#88)
Docs rearranged, simplified and reworded, Sphinx theme changed.
Diffstat (limited to 'pyasn1/codec')
-rw-r--r--pyasn1/codec/cer/encoder.py6
-rw-r--r--pyasn1/codec/der/encoder.py6
2 files changed, 0 insertions, 12 deletions
diff --git a/pyasn1/codec/cer/encoder.py b/pyasn1/codec/cer/encoder.py
index af14753..7dc14ac 100644
--- a/pyasn1/codec/cer/encoder.py
+++ b/pyasn1/codec/cer/encoder.py
@@ -260,12 +260,6 @@ class Encoder(encoder.Encoder):
#: asn1Spec:
#: Optional ASN.1 schema or value object e.g. :py:class:`~pyasn1.type.base.PyAsn1Item` derivative
#:
-#: defMode: :py:class:`bool`
-#: If `False`, produces indefinite length encoding
-#:
-#: maxChunkSize: :py:class:`int`
-#: Maximum chunk size in chunked encoding mode (0 denotes unlimited chunk size)
-#:
#: Returns
#: -------
#: : :py:class:`bytes` (Python 3) or :py:class:`str` (Python 2)
diff --git a/pyasn1/codec/der/encoder.py b/pyasn1/codec/der/encoder.py
index ac0bfb5..e410531 100644
--- a/pyasn1/codec/der/encoder.py
+++ b/pyasn1/codec/der/encoder.py
@@ -72,12 +72,6 @@ class Encoder(encoder.Encoder):
#: asn1Spec:
#: Optional ASN.1 schema or value object e.g. :py:class:`~pyasn1.type.base.PyAsn1Item` derivative
#:
-#: defMode: :py:class:`bool`
-#: If `False`, produces indefinite length encoding
-#:
-#: maxChunkSize: :py:class:`int`
-#: Maximum chunk size in chunked encoding mode (0 denotes unlimited chunk size)
-#:
#: Returns
#: -------
#: : :py:class:`bytes` (Python 3) or :py:class:`str` (Python 2)