neurodocker
neurodocker copied to clipboard
[DOC] missing commands in the online doc
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:
- https://www.repronim.org/neurodocker/user_guide/cli.html#neurodocker-generate-docker
With: docker run -it --rm repronim/neurodocker:0.7.0 generate docker --help
Missing things like
-
--entrypoint
-
--cmd
thanks @Remi-Gau for pointing this out - the docs definitely need work. good to know that you are using the online doc rather than --help
-- i'm sure many others do the same. given that, docs need to become a priority.
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.