There is a lot of text in the form of docstrings and comments in the source code and tests. Actually some of that text has critical comments to understanding how the code works.
We should move to reduce the number of docstrings and comments in the text. We should try to make the code more self documenting if need be so that comments can be removed. If there are very important comments/docstrings having less docstrings/comments will make those important ones stand out more and become easier to discover.
This task should happen after 4.0.0 is released since the source code and behavior are both changing a decent amount with that release.