8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6378d48 commit 92b3932Copy full SHA for 92b3932
doc/devel/document.rst
@@ -317,7 +317,10 @@ target is unambiguous you can simply leave them out:
317
318
`.LineCollection`
319
320
-and the link still works: `.LineCollection`.
+and the link still works: `.LineCollection`. Note that you should typically include
321
+the leading dot, otherwise Sphinx will try to resolve the object only in the current
322
+module. See also the explanation at `Sphinx: Cross-referencing Python objects
323
+<https://www.sphinx-doc.org/en/master/usage/domains/python.html#cross-referencing-python-objects>`_.
324
325
If there are multiple code elements with the same name (e.g. ``plot()`` is a
326
method in multiple classes), you'll have to extend the definition:
0 commit comments