-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #32
Comments
Since the man pages are in |
Great! Thanks! |
Converting the man page to plain text was a little more troublesome than anticipated, if you know of a better way, please let me know. f1950c8 shows what I managed to do. |
I thought it might be possible to set the contents of a docstring to the result of the command |
For example at the Julia command line, I can hit shell> man cutest_usetup Could we get |
I will check if that's possible, but we need to consider the documentation for the specialized interface too, because they share the name now. |
The best I could reach was
But I can't run that. Do you think we should ask in julia-users? |
Maybe it's not possible. Perhaps the docstring could just recommend that the user run the shell command |
That's good |
I implemented your suggestion along with a basic usage and parameter list in f82c0e5. |
Implemented by #36 |
Just a thought. I wonder if the documentation for the core interface functions could be the contents of the corresponding man page. For example
help(usetup)
would display the result ofman cutest_usetup
. Is that possible?The text was updated successfully, but these errors were encountered: