mark "TODO"-block with admonition markup

This commit is contained in:
Heiko Schaefer 2023-09-26 13:24:03 +02:00
parent 225e3c3a8d
commit 9c08792205
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -21,7 +21,11 @@ Three groups of people interact with OpenPGP:
This document is focused on the second group, software developers, who use OpenPGP functionality in their software projects. It describes the properties of the OpenPGP system and its uses. It presupposes solid knowledge of software development concepts and of general cryptographic concepts. Thus, this text describes OpenPGP at the "library-level," teaching concepts that will help software developers get started as a user of any implementation (e.g., OpenPGP JS, Sequoia PGP).
```Heiko, we should elaborate a bit on why here```
```{admonition} TODO
:class: warning
Heiko, we should elaborate a bit on why here
```
This document is not intended for end-users. It is also not for implementers of OpenPGP libraries (or other software that directly handles internal OpenPGP data structures).