mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Demodocs: Merge duplicate citations
This commit is contained in:
parent
a830dcbcee
commit
99501fd317
@ -320,10 +320,15 @@ Footnotes
|
||||
Citations
|
||||
---------
|
||||
|
||||
.. [CIT2002] Citations are text-labeled footnotes. They may be
|
||||
rendered separately and differently from footnotes.
|
||||
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
|
||||
|
||||
Here's a reference to the above, [CIT2002]_, and a [nonexistent]_ citation.
|
||||
.. [2] This citation has some ``code blocks`` in it, maybe some **bold** and
|
||||
*italics* too. Heck, lets put a link to a meta citation [3]_ too.
|
||||
|
||||
.. [3] This citation will have two backlinks.
|
||||
|
||||
|
||||
Here's a reference to the above, [2]_, and a [nonexistent]_ citation.
|
||||
|
||||
Here is another type of citation: `citation`
|
||||
|
||||
|
@ -177,17 +177,6 @@ Emphasized lines with line numbers
|
||||
print 'This one is not...'
|
||||
print '...but this one is.'
|
||||
|
||||
Citation
|
||||
========
|
||||
|
||||
Here I am making a citation [1]_, another [2]_ and another [3]_
|
||||
|
||||
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
|
||||
|
||||
.. [2] This citation has some ``code blocks`` in it, maybe some **bold** and
|
||||
*italics* too. Heck, lets put a link to a meta citation [3]_ too.
|
||||
|
||||
.. [3] This citation will have two backlinks.
|
||||
|
||||
Images
|
||||
======
|
||||
|
Loading…
Reference in New Issue
Block a user