Explicit Hyperlink Targets | |
---|---|
|
|
This sentence has simple link_ in it. .. _link: http://www.google.com./ This sentence has a `long link`_ in it. This one has a link that has an address that's the `same as the long link`_ . .. _same as the long link: .. _long link: http://makeashorterlink.com./ Remember, `link targets`_ are case-insensitive and whitespace-neutral. .. _LINK TARGETS: http://pythonowns.blogspot.com/ |
This sentence has simple link in it. This sentence has a long link in it. This one has a link that has an address that's the same as the long link . Remember, link targets are case-insensitive and whitespace-neutral. |
Implicit Hyperlink Targets | |
---|---|
|
|
Here is an `implicit link`__ . .. __: http://www.python.org./ Shorthand target is used__ below. __ http://www.kbb.com/ This link has an `inlined <http://www.python.org./>`__ link. You do not need to have the link__ target before__ the next anonymous link. __ http://www.w3.org./ __ http://www.archive.org/ |
Here is an implicit link . Shorthand target is used below. This link has an inlined link. You do not need to have the link target before the next anonymous link. |
Footnotes | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||
This is manual footnote 1 [1]_. This is manual footnote 2 [2]_. .. [1] http://www.python.org./ .. [2] http://www.parrotcode.org./ This is an auto-numbered footnote [#]_. .. [#] http://www.perl.org./ This is an auto-numbered label footnote [#ruby]_. .. [#ruby] http://www.ruby-lang.org/en/ This is an auto-symbol footnote [*]_. And this is another auto-symbol [*]_. .. [*] http://www.ocaml.org/ .. [*] http://www.swiss.ai.mit.edu/projects/scheme/ |
This is manual footnote 1 1. This is manual footnote 2 2.
This is an auto-numbered footnote 3.
This is an auto-numbered label footnote 4.
This is an auto-symbol footnote *. And this is another auto-symbol †.
|
||||||||||||