mirror of
https://github.com/certbot/certbot.git
synced 2026-02-15 16:48:12 -05:00
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`.
7 lines
188 B
ReStructuredText
7 lines
188 B
ReStructuredText
certbot.plugins.dns\_test\_common module
|
|
========================================
|
|
|
|
.. automodule:: certbot.plugins.dns_test_common
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|