mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 06:13:54 +02:00
Split ACME API docs
This commit is contained in:
committed by
Peter Eckersley
parent
fe49889b16
commit
5b757bdff2
@@ -0,0 +1,5 @@
|
||||
Challenges
|
||||
----------
|
||||
|
||||
.. automodule:: acme.challenges
|
||||
:members:
|
||||
@@ -0,0 +1,5 @@
|
||||
Client
|
||||
------
|
||||
|
||||
.. automodule:: acme.client
|
||||
:members:
|
||||
@@ -0,0 +1,5 @@
|
||||
Errors
|
||||
------
|
||||
|
||||
.. automodule:: acme.errors
|
||||
:members:
|
||||
@@ -0,0 +1,5 @@
|
||||
Fields
|
||||
------
|
||||
|
||||
.. automodule:: acme.fields
|
||||
:members:
|
||||
@@ -1,56 +0,0 @@
|
||||
:mod:`acme`
|
||||
===========
|
||||
|
||||
.. contents::
|
||||
|
||||
.. automodule:: acme
|
||||
:members:
|
||||
|
||||
|
||||
Client
|
||||
------
|
||||
|
||||
.. automodule:: acme.client
|
||||
:members:
|
||||
|
||||
|
||||
Messages
|
||||
--------
|
||||
|
||||
.. automodule:: acme.messages
|
||||
:members:
|
||||
|
||||
|
||||
Challenges
|
||||
----------
|
||||
|
||||
.. automodule:: acme.challenges
|
||||
:members:
|
||||
|
||||
|
||||
Other ACME objects
|
||||
------------------
|
||||
|
||||
.. automodule:: acme.other
|
||||
:members:
|
||||
|
||||
|
||||
Fields
|
||||
------
|
||||
|
||||
.. automodule:: acme.fields
|
||||
:members:
|
||||
|
||||
|
||||
Errors
|
||||
------
|
||||
|
||||
.. automodule:: acme.errors
|
||||
:members:
|
||||
|
||||
|
||||
Standalone
|
||||
----------
|
||||
|
||||
.. automodule:: acme.standalone
|
||||
:members:
|
||||
@@ -0,0 +1,5 @@
|
||||
Messages
|
||||
--------
|
||||
|
||||
.. automodule:: acme.messages
|
||||
:members:
|
||||
@@ -0,0 +1,5 @@
|
||||
Other ACME objects
|
||||
------------------
|
||||
|
||||
.. automodule:: acme.other
|
||||
:members:
|
||||
@@ -0,0 +1,5 @@
|
||||
Standalone
|
||||
----------
|
||||
|
||||
.. automodule:: acme.standalone
|
||||
:members:
|
||||
@@ -13,6 +13,9 @@ Contents:
|
||||
|
||||
api
|
||||
|
||||
.. automodule:: acme
|
||||
:members:
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
Reference in New Issue
Block a user