mirror of
https://github.com/certbot/certbot.git
synced 2026-04-20 21:58:54 -04:00
Split ACME API docs
This commit is contained in:
parent
fe49889b16
commit
5b757bdff2
9 changed files with 38 additions and 56 deletions
5
acme/docs/api/challenges.rst
Normal file
5
acme/docs/api/challenges.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Challenges
|
||||
----------
|
||||
|
||||
.. automodule:: acme.challenges
|
||||
:members:
|
||||
5
acme/docs/api/client.rst
Normal file
5
acme/docs/api/client.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Client
|
||||
------
|
||||
|
||||
.. automodule:: acme.client
|
||||
:members:
|
||||
5
acme/docs/api/errors.rst
Normal file
5
acme/docs/api/errors.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Errors
|
||||
------
|
||||
|
||||
.. automodule:: acme.errors
|
||||
:members:
|
||||
5
acme/docs/api/fields.rst
Normal file
5
acme/docs/api/fields.rst
Normal file
|
|
@ -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:
|
||||
5
acme/docs/api/messages.rst
Normal file
5
acme/docs/api/messages.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Messages
|
||||
--------
|
||||
|
||||
.. automodule:: acme.messages
|
||||
:members:
|
||||
5
acme/docs/api/other.rst
Normal file
5
acme/docs/api/other.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Other ACME objects
|
||||
------------------
|
||||
|
||||
.. automodule:: acme.other
|
||||
:members:
|
||||
5
acme/docs/api/standalone.rst
Normal file
5
acme/docs/api/standalone.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Standalone
|
||||
----------
|
||||
|
||||
.. automodule:: acme.standalone
|
||||
:members:
|
||||
|
|
@ -13,6 +13,9 @@ Contents:
|
|||
|
||||
api
|
||||
|
||||
.. automodule:: acme
|
||||
:members:
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
|
|
|||
Loading…
Reference in a new issue