compas-dev / compas_fab

Robotic fabrication package for the COMPAS Framework.
https://compas.dev/compas_fab/
MIT License
108 stars 32 forks source link

Clean up the broken Class and Function links in docstrings #413

Closed yck011522 closed 2 months ago

yck011522 commented 2 months ago

Describe the bug Some of the docstrings has

``Configuration``
:Class:`Configuration`

will replace them with

:Class:`~compas_robots.Configuration`

Will probably do other replacements as well, but this is the first one I noticed.

yck011522 commented 2 months ago

We can discuss whether we want to hide the compas_robot. part with the ~ directive. I prefer hiding it.

gonzalocasas commented 2 months ago

hiding ! +1