You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have redundant information between the readme and the documentation. I would recommend to consolidate, and keep everything inside the documentation only. If not, there is an increased risk of having diverging information which could lead to confusion.
What I would keep/put in the Readme:
Very short overview, shorter than you have now.
Link to documentation, prominently displayed
Contributing
License
What I would move to/consolidate with docs:
Installation instructions and dependency info
Quickstart and examples
It would also be nice to have an overview of your research/science/instrumentation case in the documentation - a brief overview of what is a starshade, how does it work, what is it used for; maybe with one figure. This doesn’t need to be longer than 2-3 paragraphs, but it would be very helpful as it explains what your code is used for in the first place. And then you can follow with all info about your code, which is currently in the overview section and reads well (both in the readme and in the docs, see comment above).
The text was updated successfully, but these errors were encountered:
I have cut down some of the lengthy descriptions about the package. I have a strong preference for keeping an example output, install instructions and a quickstart in the README. I think this is quite typical among small scientific software tools (e.g. https://www.pyopensci.org/python-package-guide/tutorials/add-readme.html) and helps the user to quickly get started using a package without needing to look through wordy documentation.
@xiaziyna The new sections about background info are fantastic! As for the readme, this is always a personal choice. Your changes are fine by me, I will just throw in a word of caution to look out for maintenance of both, readme and docs, and divergence between the two as you continue working on and using your package.
This is part of openjournals/joss-reviews#7917
What I would keep/put in the Readme:
What I would move to/consolidate with docs:
The text was updated successfully, but these errors were encountered: