You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a bunch of useful modeling code spread across over 10 notebooks. The notebooks duplicate lots of code from one to the next and they are getting unwieldy. We want to distill the most useful parts of the package into reusable functions.
We also want a solution where the math notation can be contained alongside the functions, a nice virtue of the notebooks.
I therefore recommend making an object-oriented package with a standalone sphinx website that can auto-render the equations written in docstrings.
I'll plan to set up a proof-of-concept.
The text was updated successfully, but these errors were encountered:
We have a bunch of useful modeling code spread across over 10 notebooks. The notebooks duplicate lots of code from one to the next and they are getting unwieldy. We want to distill the most useful parts of the package into reusable functions.
We also want a solution where the math notation can be contained alongside the functions, a nice virtue of the notebooks.
I therefore recommend making an object-oriented package with a standalone sphinx website that can auto-render the equations written in docstrings.
I'll plan to set up a proof-of-concept.
The text was updated successfully, but these errors were encountered: