mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
Use josepy instead of acme.jose. (#5203)
This commit is contained in:
committed by
Brad Warren
parent
8bc785ed46
commit
2abc94661a
@@ -1,10 +1,7 @@
|
||||
JOSE
|
||||
----
|
||||
|
||||
.. automodule:: acme.jose
|
||||
:members:
|
||||
The ``acme.jose`` module was moved to its own package "josepy_".
|
||||
Please refer to its documentation there.
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
jose/*
|
||||
.. _josepy: https://josepy.readthedocs.io/
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
JOSE Base64
|
||||
-----------
|
||||
|
||||
.. automodule:: acme.jose.b64
|
||||
:members:
|
||||
@@ -1,5 +0,0 @@
|
||||
Errors
|
||||
------
|
||||
|
||||
.. automodule:: acme.jose.errors
|
||||
:members:
|
||||
@@ -1,5 +0,0 @@
|
||||
Interfaces
|
||||
----------
|
||||
|
||||
.. automodule:: acme.jose.interfaces
|
||||
:members:
|
||||
@@ -1,5 +0,0 @@
|
||||
JSON utilities
|
||||
--------------
|
||||
|
||||
.. automodule:: acme.jose.json_util
|
||||
:members:
|
||||
@@ -1,5 +0,0 @@
|
||||
JSON Web Algorithms
|
||||
-------------------
|
||||
|
||||
.. automodule:: acme.jose.jwa
|
||||
:members:
|
||||
@@ -1,5 +0,0 @@
|
||||
JSON Web Key
|
||||
------------
|
||||
|
||||
.. automodule:: acme.jose.jwk
|
||||
:members:
|
||||
@@ -1,5 +0,0 @@
|
||||
JSON Web Signature
|
||||
------------------
|
||||
|
||||
.. automodule:: acme.jose.jws
|
||||
:members:
|
||||
@@ -1,5 +0,0 @@
|
||||
Utilities
|
||||
---------
|
||||
|
||||
.. automodule:: acme.jose.util
|
||||
:members:
|
||||
Reference in New Issue
Block a user