I'm generating Django documentation to more easily reference it in Emacs. The obvious approach[^] results in cross-references having "see" prepended to them. E.g., the online documentation for Model instances says:
This document describes the details of the Model API. It builds on the material presented in the model and database query guides, so you’ll probably want to read and understand those documents before reading this one.
whereas opening the texinfo in Info
results in:
This document describes the details of the ‘Model’ API. It builds on the material presented in the see model and see database query. guides, so you’ll probably want to read and understand those documents before reading this one.
How can I get rid of this "see"?
[^]: The obvious approach being:
git clone https://github.com/django/django.git
cd django && git checkout stable/1.11.x
cd docs && make texinfo
cd _build/texinfo && sudo make install-info