I can do this:
For more info, see Target_.
.. _Target: http://google.com
This correctly generates documentation that links Target
to "http://google.com".
I want to replace Target with text that has spaces:
For more info, see Text With Space_.
.. _Text With Space: http://google.com
The above example generates documentation that incorrectly links "Space" to an unknown location. I want it to link "Text With Space" to "http://google.com".
How can I achieve this?