diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2020-04-30 10:33:04 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-13 09:14:04 +0200 |
| commit | feb91dbda13974f84eac52dccdc0de1ddb636616 (patch) | |
| tree | a05ef9071d8201a4218509e7293864ad6d2965df /docs/internals | |
| parent | a9337b4add01e50ed8ff8d3ef44099a08cba475c (diff) | |
Used :mimetype: role in various docs.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 91b81e4673..bd9d0e9495 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -243,6 +243,9 @@ documentation: and try to link to the relevant section if possible. For example, use ``:pep:`20#easter-egg``` or ``:pep:`Easter Egg <20#easter-egg>```. +* Use :rst:role:`:mimetype:<mimetype>` to refer to a MIME Type unless the value + is quoted for a code example. + Django-specific markup ====================== |
