Cross-Referencing
Learn how to create links between different parts of your documentation.
Automatic Links
With matlab_auto_link enabled, entity names are automatically linked:
# In conf.py
matlab_auto_link = 'basic' # or 'all'
Manual Links
Use roles to create explicit links:
See :func:`myfunction` for details.
The :class:`MyClass` implements this.
Call :meth:`MyClass.method` to execute.
Short Links
With matlab_short_links = True, use shorter names:
:class:`MyClass` instead of :class:`package.subpackage.MyClass`
See Also
Configuration - Configure linking behavior
Examples - Examples with links
Note
This page is a placeholder. Full documentation coming soon.