Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Enable intersphinx extension #1691

Closed
1ucian0 opened this issue Mar 11, 2023 · 1 comment
Closed

Enable intersphinx extension #1691

1ucian0 opened this issue Mar 11, 2023 · 1 comment
Assignees

Comments

@1ucian0
Copy link
Member

1ucian0 commented Mar 11, 2023

From the conversation in https://github.com/Qiskit/qiskit-terra/pull/9771/files#r1132366803:

I believe that the :class: directive won't really create a link for matplotlib.figure, PIL.Image and str, because these are not classes documented in the scope ofqiskit-terra. If I'm not misteken, It will just have the same effect as writing the text between backticks. Therefore... wouldn't it be clearer to use the backticks directly? (also, shouldn't matplotlib.figure be matplotlib.figure.Figure ?)

            :class:`.TextDrawing` or ``matplotlib.figure.Figure`` or ``PIL.Image`` or
            ``str``:

FYI, you can add links to external documentation by:

  1. If they use sphinx to build their docs, you can use intersphinx_mapping
  2. Manually adding a link to whatever URLs are of interest.

Originally posted by @ElePT in Qiskit/qiskit#9771 (comment)

@jakelishman
Copy link
Member

Fixed by #1769.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants