Do folks here have a preference on putting some of the math in the docstrings? Here is a simple demo:
The main downside is that the Jupyter docstring does not render math, and so there's a bunch of unformatted $\LaTeX$, which can be distracting:
I suppose it comes down to whether most folks use the online docs or the Jupyter quick-look, and of course the developer time to copy-and-paste over the relevant latex.
Personally, for details of a code I usually go to the ReadTheDocs page. I use the Jupyter docstring lookup mostly to remind myself of input parameters. I will do some digging and see what I can come up with.
Do folks here have a preference on putting some of the math in the docstrings? Here is a simple demo:
The main downside is that the Jupyter docstring does not render math, and so there's a bunch of unformatted $\LaTeX$, which can be distracting:
I suppose it comes down to whether most folks use the online docs or the Jupyter quick-look, and of course the developer time to copy-and-paste over the relevant latex.