aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-28 09:37:29 +0900
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-28 09:37:29 +0900
commit1cb9e559106c0d0b5d061b0cf643ff1317e9398b (patch)
tree864ff19d539be3801a454f5dc4c25abdef10a2da /docs/x509
parent47c32ba34b54ea470d976230ab18aa9e4885b0fe (diff)
downloadcryptography-1cb9e559106c0d0b5d061b0cf643ff1317e9398b.tar.gz
cryptography-1cb9e559106c0d0b5d061b0cf643ff1317e9398b.tar.bz2
cryptography-1cb9e559106c0d0b5d061b0cf643ff1317e9398b.zip
inline some type declarations in the docs
Diffstat (limited to 'docs/x509')
-rw-r--r--docs/x509/reference.rst25
1 files changed, 7 insertions, 18 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 630296c6..f056a727 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -1194,11 +1194,9 @@ X.509 Extensions
iterable to obtain the list of
:class:`~cryptography.x509.oid.ExtendedKeyUsageOID` OIDs present.
- :param usages: A list of
+ :param list usages: A list of
:class:`~cryptography.x509.oid.ExtendedKeyUsageOID` OIDs.
- :type usages: list
-
.. attribute:: oid
.. versionadded:: 1.0
@@ -1388,9 +1386,7 @@ X.509 Extensions
of identities for which the certificate is valid. The object is iterable to
get every element.
- :param general_names: A list of :class:`GeneralName` instances.
-
- :type general_names: list
+ :param list general_names: A list of :class:`GeneralName` instances.
.. attribute:: oid
@@ -1431,9 +1427,7 @@ X.509 Extensions
of identities for the certificate issuer. The object is iterable to
get every element.
- :param general_names: A list of :class:`GeneralName` instances.
-
- :type general_names: list
+ :param list general_names: A list of :class:`GeneralName` instances.
.. attribute:: oid
@@ -1463,9 +1457,7 @@ X.509 Extensions
containing one or more :class:`~cryptography.x509.AccessDescription`
instances.
- :param descriptions: A list of :class:`AccessDescription` objects.
-
- :type descriptions: list
+ :param list descriptions: A list of :class:`AccessDescription` objects.
.. attribute:: oid
@@ -1511,9 +1503,8 @@ X.509 Extensions
obtained. It is an iterable, containing one or more
:class:`DistributionPoint` instances.
- :param distribution_points: A list of :class:`DistributionPoint` instances.
-
- :type distribution_points: list
+ :param list distribution_points: A list of :class:`DistributionPoint`
+ instances.
.. attribute:: oid
@@ -1644,9 +1635,7 @@ X.509 Extensions
The certificate policies extension is an iterable, containing one or more
:class:`PolicyInformation` instances.
- :param policies: A list of :class:`PolicyInformation` instances.
-
- :type policies: list
+ :param list policies: A list of :class:`PolicyInformation` instances.
.. attribute:: oid