Hey everyone, I am new to sphinx, and am using it to document a project. I have run into a something that I feel I should be able to do, but cannot find out how. I want to reference a hyperlink section from another file, for example:
file_a.rst: :ref:`tag_in_file_b` file_b.rst: .. tag_in_file_b: http://www.example.com I have tried to do this, but so far it doesn't really seem to be working. I can access the hyperlink within the same rst file just fine using something like 'tag_in_file_b'_ ....but not with the :ref: tag. Any input would be greatly appreciated. Thanks, crohling -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.