mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Creates documentation boilerplate for certbot-dns-route53 using tools/sphinx-quickstart.sh. Adds trivial `authenticator.rst` and `dns_route53.rst` files.
28 lines
561 B
ReStructuredText
28 lines
561 B
ReStructuredText
.. 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`
|