-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I see that there is a new sphinx doc in mia_processes, which is nice.
I would like to point out also that there is a documentation system in Capsul which allows to integrate into sphinx docs the doculentation of Capsul processes and pipelines, automatically generated, and which should avoid the needs to rewrite all docs manually in .rst files, which may (and currently happen to) differ from the process help (docstrings + traits descriptions).
The system is using Capsul sphinxext module.
I have written a litte demo for it in mia_processes, in the capsul_doc branch. The docs have to be rebuilt manually (make html from the docs/ directory) since I have not put the pre-build docs under git (I have left the former ones).
If this seems a good choice, then the docs currently in sphinx .rst files should be merged into the processes docstrings and traits helps, then can be removed. (I can help with that)
So tell me.