Skip to content

Instantly share code, notes, and snippets.

@wouterj
Last active December 15, 2015 14:48
Show Gist options
  • Select an option

  • Save wouterj/5276618 to your computer and use it in GitHub Desktop.

Select an option

Save wouterj/5276618 to your computer and use it in GitHub Desktop.
Read more in :ref:`hello-world`.
// result:
Read more in <a href="other-file.html#hello-world">My World</a>.
Read more in :ref:`Hello World <hello-world>`.
// result:
Read more in <a href="other-file.html#hello-world">Hello World</a>.
.. hello-world:
My World
--------
Lorem ipsum dolor mir submit a form....
@monbro

monbro commented Oct 30, 2013

Copy link
Copy Markdown

where does other-file.html comes from?

as :ref:hello-world. does not tell anything about other-file.html ?

@monbro

monbro commented Oct 30, 2013

Copy link
Copy Markdown

ah its auto referencing by checking within the content of other-file.rst.html ... ?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment