Replies: 2 comments
-
How we can (automatically) link manual pages to docstrings? |
Beta Was this translation helpful? Give feedback.
0 replies
-
A manual entry is generally very large, which creates some new challenges:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, when searching for
function
orhcat
, the docstrings are quite technical, and we should really get people to read the manual page about the more general subject.For example: here is the docstring for
function
, compared to the manual entry forfunction
.I have some doubts about this feature, I'll go into that later, but thought I would just write it down. Maybe you have a similar idea that would work better?
Beta Was this translation helpful? Give feedback.
All reactions