File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -332,4 +332,28 @@ The syntax for images is as follows::
332
332
Always assign an alternate image name to improve accessibility.
333
333
334
334
335
- Tabs
335
+ Footnotes
336
+ =========
337
+ Sphinx provides the ability to add footnotes to a section of text.
338
+
339
+ In the body of your text where you want the footnote to appear, use this syntax::
340
+
341
+ Text preceding first footnote. [#f1]_
342
+ Text preceding second footnote. [#f2]_
343
+
344
+ Then place this reference in the text where you want the footnote reference to
345
+ appear::
346
+
347
+ .. [#f1] Text of the first footnote.
348
+
349
+ .. [#f2] Text of the second footnote.
350
+
351
+ These footnotes render as:
352
+
353
+ Text preceding first footnote. [#f1 ]_
354
+
355
+ Text preceding second footnote. [#f2 ]_
356
+
357
+ .. [#f1 ] Text of the first footnote.
358
+
359
+ .. [#f2 ] Text of the second footnote.
You can’t perform that action at this time.
0 commit comments