molpopgen / fwdpy11

Forward-time simulation in Python using fwdpp
https://molpopgen.github.io/fwdpy11
GNU General Public License v3.0
30 stars 6 forks source link

Docs to update #1302

Closed molpopgen closed 7 months ago

molpopgen commented 7 months ago

Due to #1301, the following manual pages will need to be updated:

The "developer's guide" could also use a section on how to more effectively deprecate things. Since jupyterbook is not reliable when it comes to "treat all warnings as errors", it is best to do something like add hard assertions at the point of deprecation, clean up the damage (docs/tests), and then replace the assertion with the deprecation warning.

molpopgen commented 7 months ago

Closed by #1307