How to create a link to a header in restructuredtext?
问题 I have a document in restructuredtest like: Header 1 ======== and from some any other point (might be the same 'rst' file or a different one) I want to create a hyperlink to that header. So that when a user clicks on it, he gets to the page with the header Header 1 How to do that? I tried to put the following line in the other document (according to this documentation): see :ref:`Header 1` but what I get is the following: see Header 1 without any link... I also tried to follow this