You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve readability of documentation in Perspective.
Implementation
Documentation in Perspective is the docstring of a plug-in, and docstrings are written in a monospace's font like Consolas. Currently, it is rendered as Open Sans.
Source
classIntegrateMindbenderAsset(pyblish.api.InstancePlugin):
"""Write to files and metadata This plug-in exposes your data to others by encapsulating it into a new version. Schema: Data is written in the following format. ____________________ | | | version | | ________________ | | | | | | | representation | | | |________________| | | | | | | | ... | | | |________________| | |____________________| """
Before
After
The text was updated successfully, but these errors were encountered:
Goal
Improve readability of documentation in Perspective.
Implementation
Documentation in Perspective is the docstring of a plug-in, and docstrings are written in a monospace's font like Consolas. Currently, it is rendered as Open Sans.
Source
Before
After
The text was updated successfully, but these errors were encountered: