Files
certbot-certbot-1/certbot/docs/api/certbot.compat.rst
Brad WarrenandGitHub 3cfa63483d 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`.
2019-12-03 09:54:37 -08:00

18 lines
247 B
ReStructuredText

certbot.compat package
======================
.. automodule:: certbot.compat
:members:
:undoc-members:
:show-inheritance:
Submodules
----------
.. toctree::
certbot.compat.filesystem
certbot.compat.misc
certbot.compat.os