4

I am writing a documentation in my project's code but the inline link to a function/method doesn't work. It simply doesn't show up as expected when I use CTRL + Q:

enter image description here

EDIT:

Code:

class Editor:

    def picture(self):
        """ The same as :func:`pictures` """
        pass

    def pictures(self):
        pass
LazyOne
  • 158,824
  • 45
  • 388
  • 391
Stephirio
  • 51
  • 4

0 Answers0