certbot/certbot-dns-cloudxns
Brad Warren ceea41c1e2
Do not document private members (#7675)
It looks like we're currently documenting functions that are marked private (prefixed with an underscore) such as https://certbot.eff.org/docs/api/certbot.crypto_util.html#certbot.crypto_util._load_cert_or_req. I do not think we should do this because the functionality is private, should not be used, and including it in our docs just adds visual noise.

This PR stops us from documenting private code and fixes up `tools/sphinx-quickstart.sh` so we don't document it in future modules.

* Do not document private code.

* Don't document private members in the future.
2020-01-10 16:48:01 -08:00
..
certbot_dns_cloudxns Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
docs Do not document private members (#7675) 2020-01-10 16:48:01 -08:00
tests Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
LICENSE.txt CloudXNS DNS Authenticator (#4585) 2017-05-19 16:23:53 -07:00
local-oldest-requirements.txt Lint certbot code on Python 3, and update Pylint to the latest version (#7551) 2019-12-10 14:12:50 -08:00
MANIFEST.in Refactor tests out of packaged module for dns plugins (#7599) 2019-11-26 15:25:28 -08:00
README.rst CloudXNS DNS Authenticator (#4585) 2017-05-19 16:23:53 -07:00
readthedocs.org.requirements.txt Refactor certbot/ and certbot/tests/ to use the same structure as the other packages (#7544) 2019-11-25 14:28:05 -08:00
setup.cfg CloudXNS DNS Authenticator (#4585) 2017-05-19 16:23:53 -07:00
setup.py Lint certbot code on Python 3, and update Pylint to the latest version (#7551) 2019-12-10 14:12:50 -08:00

CloudXNS DNS Authenticator plugin for Certbot