Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'certbot/docs/api/certbot.rst')
-rw-r--r--certbot/docs/api/certbot.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/certbot/docs/api/certbot.rst b/certbot/docs/api/certbot.rst
new file mode 100644
index 000000000..6f5b4b403
--- /dev/null
+++ b/certbot/docs/api/certbot.rst
@@ -0,0 +1,31 @@
+certbot package
+===============
+
+.. automodule:: certbot
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Subpackages
+-----------
+
+.. toctree::
+
+ certbot.compat
+ certbot.display
+ certbot.plugins
+ certbot.tests
+
+Submodules
+----------
+
+.. toctree::
+
+ certbot.achallenges
+ certbot.crypto_util
+ certbot.errors
+ certbot.interfaces
+ certbot.main
+ certbot.reverter
+ certbot.util
+