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
I have searched the issues of this repo and believe that this is not a duplicate.
Issue
I'm having issues interpreting the documentation on plugins. It refers to the setuptools documentation and an example in there, but I can't find that example. Without that it becomes very hard to interpret the snippet of code in that plugin section of your documentation. I don't know if maybe setuptools has changed their documentation? Or if I just can't find it, maybe a more direct link could be added to the documentation, instead of to the main page.
Other than that, I would appreciate if this section just minimally listed what the concepts are that are to be inserted in the example, e.g.
[tool.poetry.plugins."A"]
"B" = "C:D"
A: the name your plugin (is it arbitrary, or does it need to match another string?)
B: I don't know what goes here. Is it arbitrary or should it meet certain requirements?
C: the module that contains the plugin
D: the plugin class
This would decouple from the other documentation, and be more helpful standalone. Thank you
The text was updated successfully, but these errors were encountered:
Issue
I'm having issues interpreting the documentation on plugins. It refers to the setuptools documentation and an example in there, but I can't find that example. Without that it becomes very hard to interpret the snippet of code in that plugin section of your documentation. I don't know if maybe setuptools has changed their documentation? Or if I just can't find it, maybe a more direct link could be added to the documentation, instead of to the main page.
Other than that, I would appreciate if this section just minimally listed what the concepts are that are to be inserted in the example, e.g.
This would decouple from the other documentation, and be more helpful standalone. Thank you
The text was updated successfully, but these errors were encountered: