-
Notifications
You must be signed in to change notification settings - Fork 97
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
[DOC] missing commands in the online doc #461
Comments
thanks @Remi-Gau for pointing this out - the docs definitely need work. good to know that you are using the online doc rather than thanks for the missing items. to anyone reading this, pull requests are welcome of course. i'll try to address this issue in the coming days if no pull requests come in. |
I have not had a close look but I think that most of your doc must be auto generated through some sphinx / rst directives. Not sure where the discrepancy is coming from. If that part of the doc is generated manually, then that is probably what needs to change. :-) |
yes that part of the doc is manually done. the API docs are auto-generated. |
we may want to enable the click doc extension that we use in dandi cli: https://dandi.readthedocs.io/en/latest/ |
@satra - thanks for the pointer. had not seen that before. |
This issue is stale because it has been open for 30 days with no activity. |
Not urgent but I think that some commands are not listed in the online doc.
For some reason I tend to go for the online doc rather that typing
--help
and I got confused by some things I knew should be there.Comparing for example:
With:
docker run -it --rm repronim/neurodocker:0.7.0 generate docker --help
Missing things like
--entrypoint
--cmd
The text was updated successfully, but these errors were encountered: