Skip to content

Instantly share code, notes, and snippets.

@wouterj
Last active December 15, 2015 14:48
Show Gist options
  • Save wouterj/5276618 to your computer and use it in GitHub Desktop.
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
Copy link

monbro commented Oct 30, 2013

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