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:
Brad Warren
2019-12-03 09:54:37 -08:00
committed by GitHub
parent 27d6f62a96
commit 3cfa63483d
41 changed files with 258 additions and 79 deletions
+7
View File
@@ -0,0 +1,7 @@
certbot.errors module
=====================
.. automodule:: certbot.errors
:members:
:undoc-members:
:show-inheritance: