merely-useful / py-rse

Research Software Engineering with Python course material
http://third-bit.com/py-rse/
Other
247 stars 64 forks source link

Proposal: Focus on how to write good documentation in a readme first, then wiki-like tools like sphinx. #345

Closed joelostblom closed 4 years ago

joelostblom commented 4 years ago

Proposal

Focus on how to write good documentation in a readme first, then wiki-like tools like sphinx.

Background

For documentation, focus on how to write good documentation in the readme (this could incude what else to put in a readme such as contrib guidelines etc, unless we're already covering this elsewhere). Include more advanced doc utils such as sphinx after the readme. The motivation is essentially that a readme is appropriate for the package complexity that we're describing and it is better to encourage students to write simple documentation than to have them discouraged by slightly more complex doc tools. See point 5 in multiple comments in https://github.com/merely-useful/merely-useful.github.io/pull/341 for details.

Pros and Cons

Pro:

Con:

joelostblom commented 4 years ago

Passed on the meeting today