Closed SkBlaz closed 1 year ago
The general docs are a bit messy, every public function / method and global variable is rendered. Consider limiting this list. The pdoc documentation suggests using
__all__
to limit what is public. But there are probably other mechanisms to ignore and limit the scope of documented names.
Good point, thanks @miha-jenko. Indeed, the purpose of this PR was merely to align source/signatures; perhaps we should consider refactoring of the docs themselves in a separate PR? Currently everything is searchable which was the first milestone, it can be done better for sure.
Updated docs + version bump + pip released.