mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
route53: autogenerate documentation (#4816)
Creates documentation boilerplate for certbot-dns-route53 using tools/sphinx-quickstart.sh. Adds trivial `authenticator.rst` and `dns_route53.rst` files.
This commit is contained in:
committed by
Brad Warren
parent
2ae225ee70
commit
a04f63bd31
@@ -0,0 +1,28 @@
|
||||
.. certbot-dns-route53 documentation master file, created by
|
||||
sphinx-quickstart on Fri Jun 9 11:45:30 2017.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to certbot-dns-route53's documentation!
|
||||
===============================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
api
|
||||
|
||||
.. automodule:: certbot_dns_route53
|
||||
:members:
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
Reference in New Issue
Block a user