Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up--link-prefix has no effect on links to other identifiers #66
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mikecharles commentedSep 1, 2015
When I use the
--link-prefixoption, all the links in the index, sub-modules list, etc. do have the link prefix, but links automatically generated from identifiers in backticks sit at the root of the server.For example, if browse the documentation at www.example.com/example2, an identifier in the docstring like this:
results in the link:
www.example.com/example1.file1.ext
These identifiers should have the same link prefix so that if you document multiple packages you can link to them.