summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-documentation.txt
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2019-11-26 13:07:55 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2019-11-27 20:52:28 +0100
commit42df1b178b22d499986516b5d3d6bb70c044901a (patch)
tree511e1e109de7465adb66541588a488ced6b90198 /docs/internals/contributing/writing-documentation.txt
parent249a6190aef5e3676c6d9aa6c38cecff895b5993 (diff)
Refs #31029 -- Added note about :rfc: role in writing documentation docs.
Diffstat (limited to 'docs/internals/contributing/writing-documentation.txt')
-rw-r--r--docs/internals/contributing/writing-documentation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index 577a611d8d..299106345e 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -235,6 +235,10 @@ documentation:
Five
^^^^
+* Use :rst:role:`:rfc:<rfc>` to reference RFC and and try to link to the
+ relevant section if possible. For example, use ``:rfc:`2324#section-2.3.2```
+ or ``:rfc:`Custom link text <2324#section-2.3.2>```.
+
Django-specific markup
======================