mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Add full API documentation (#7614)
A lot of Certbot's files don't have API documentation which is fixed by this PR. To do this, from the top level certbot directory I ran: ``` sphinx-apidoc -Me -o docs/api certbot ``` I then merged the resulting `modules.rst` file with `docs/api.rst`.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
certbot.plugins package
|
||||
=======================
|
||||
|
||||
.. automodule:: certbot.plugins
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
certbot.plugins.common
|
||||
certbot.plugins.dns_common
|
||||
certbot.plugins.dns_common_lexicon
|
||||
certbot.plugins.dns_test_common
|
||||
certbot.plugins.dns_test_common_lexicon
|
||||
certbot.plugins.enhancements
|
||||
certbot.plugins.storage
|
||||
certbot.plugins.util
|
||||
|
||||
Reference in New Issue
Block a user