This is a minor request, but I think it could simplify browsing the documentation: in most places in the tutorials, the names of classes, functions, etc., which are cited don't have a link to the corresponding page/anchor. Such names appear in red. In few cases, the name is in black and links to the API reference.
This is helpful to directly access the full signature and description when the arguments are not obvious given the context, or get more information quickly without having to search for it (especially helpful for beginners who will learn through the tutorials and may not yet be accustomed to the organization of the code).
I think this should be possible with Sphinx cross-referencing, though it would require some work to convert all backticks to the appropriate ReST tags and I am not sure how this integrates with notebook includes.
This is a minor request, but I think it could simplify browsing the documentation: in most places in the tutorials, the names of classes, functions, etc., which are cited don't have a link to the corresponding page/anchor. Such names appear in red. In few cases, the name is in black and links to the API reference.
This is helpful to directly access the full signature and description when the arguments are not obvious given the context, or get more information quickly without having to search for it (especially helpful for beginners who will learn through the tutorials and may not yet be accustomed to the organization of the code).
I think this should be possible with Sphinx cross-referencing, though it would require some work to convert all backticks to the appropriate ReST tags and I am not sure how this integrates with notebook includes.