2.10. Email Obfuscate¶
Attention
Only practicable and usable for HTML builder.
- PyPI Package
- Documentation
https://github.com/sphinx-contrib/email/blob/master/README.rst
- Git Repository
- Python 3 Fixes
https://github.com/rexut/sphinxcontrib-email/tree/python3-fixes
To obfuscate an email address use something like:
:email:`Name Surname <user@myplace.org>`That renders as
Name Surname
with the appropriate mailto link.:email:`user@myplace.org`That renders as
user@myplace.org
with the appropriate mailto link.
-
:email:
¶ - The example
1 2
* :email:`Name Surname <user@myplace.org>` * :email:`user@myplace.org`
- Which gives