-
Notifications
You must be signed in to change notification settings - Fork 528
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
Paper: Papyri: Better documentation for the Scientific Ecosystem in Jupyter #700
Conversation
edit papyri.rst test
small edits abstract
Edits051022
Edits cc0516
edits section 1.3
edits papyri solution part
The paper presented here discusses Papyri which is an approach for unifying the documentation experience in the scientific Python ecosystem. Primarily, Papyri aims at decoupling the process of creating documentation (using the presented IRD format) and actually rendering the documentation (which can often times be user specific) The paper describes the motivation and current state of Papyri quite well. The following are my major and minor comments. Major Comments:
Minor Comments:
|
@scoobies mark pending comment |
full read and typos grammar edits
from wd15: > The intermediate format or IRD is a very important step for the > community. Other tools can build from this format either by > generating the documentation view or by generating the IRD from the > source code. It would be nice in the paper if the authors could > actually describe the details of the format or schema for the > IRD. The schema itself could become a standard for documentation > and, thus, making it transparent to the reader would be useful. We've extended the paragraph speaking of this. As the IRD isstill changing rapidly we don't belove a description that woudl be outdated in a week would be useful in the paper.
from wd15: > The intermediate format or IRD is a very important step for the > community. Other tools can build from this format either by > generating the documentation view or by generating the IRD from the > source code. It would be nice in the paper if the authors could > actually describe the details of the format or schema for the > IRD. The schema itself could become a standard for documentation > and, thus, making it transparent to the reader would be useful. We want to avoid duplication, and would prefer to point to other medatada source. Currently we limit to only what is necessary
Many thanks for both reviews, I've tried to address most of the above points in different commits to try to make re-review easier. Here is a small summary of the changes.
I believe the project is too young to give a complete description of the IRD,
Yes, this is a good tool, I've added it. I was also recently made aware of
I've extended a bit this section, my main take so far is to limit to the minimum
We removed section numbering altogether, it should be something that is handled
I've extend where possible, but as for other comments above about IRD schema, I I hope that in the future other competing projects will for that
I've tried to clarify as well, and made a schema. I've also extended that these
As for above, I've tried to clarify, let me know if this is clearer.
Thanks, this was indeed not clear, I've reworked this section. This was trying
We tried to fix things the best we could, and would appreciate any pointers to
This should be mostly fixed, beyond a couple of citation I need to expand with |
Awesome! @wd15 and @karthikmurugadoss -- do you feel this paper is now ready for inclusion in the proceedings? |
Yes did another read through and it looks good to me! |
Many thanks, that's giving me extra motivation after the week-end ! |
Looks much better. Nice work! |
@scoobies mark ready |
See http://procbuild.scipy.org/ for logs generated by the build process.
Thanks for all your work on organising SciPy.
Editor: @stargaser
Reviewers: @wd15, @karthikmurugadoss