merely-useful / py-rse

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

Move package documentation content #508

Closed DamienIrving closed 3 years ago

DamienIrving commented 3 years ago

As it stands, Section 13.6 (Package Documentation) is an abrupt (and lengthy) departure from the rest of the Packaging chapter, which focuses more on the nuts of bolts of Python packaging.

This can improved by handing each section as follows:

Assuming we create this new appendix with more detailed information about writing documentation, one of the exercises in the packaging chapter could be to read that appendix and add more detailed information to the skeleton sphinx docs we create during the chapter.

There's been some discussion about whether a new appendix or new section is most appropriate.