At the moment asking the editor for the docstring of wolframite.wolfram symbols usually just returns the function that it's aliasing, e.g.
wolframite.wolfram/_= Maps to the Wolfram function SetDelayed
Since using the wolfram namespace is convenient, it usually means that we never use the full names of the functions and so the docstrings are not 'very' useful.
It might be better if the docstrings also/instead returned the original docstring of the aliased function.
At the moment asking the editor for the docstring of wolframite.wolfram symbols usually just returns the function that it's aliasing, e.g.
Since using the wolfram namespace is convenient, it usually means that we never use the full names of the functions and so the docstrings are not 'very' useful.
It might be better if the docstrings also/instead returned the original docstring of the aliased function.