mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 16:22:34 +02: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`.
8 lines
127 B
ReStructuredText
8 lines
127 B
ReStructuredText
certbot.main module
|
|
===================
|
|
|
|
.. automodule:: certbot.main
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|