-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples in the online documentation #15
Comments
Thank you for these comments.
I'm trying to fix these problem. Have you seen them before? |
Hi @daneschi
Thanks very much for the clarification, I was thoroughly confused!
I haven't used the
The .. toctree::
:maxdepth: 2
tutorial/tutorial_linfa_2d
tutorial/tutorial_linfa_3d
trivial
... After these steps, I was able to build the documentation and view the notebooks! There is still one warning:
The good news is that this can be resolved relatively easily. |
Thank you @robmoss! I have included the tutorials in the documentation and updated it on readthedocs. |
The tutorials look great! |
The Numerical Examples section of the documentation introduces a range of mathematical models, and shows various output plots generated by LINFA.
To help the reader understand how each model is implemented in LINFA, it might be helpful to either (a) link to the Python source file for each example; or (b) use the literalinclude directive to include relevant chunks of code in the documentation itself.
Does the log-loss for the Three-element Windkessel Model get worse as the number of iterations increases? If so, should this page include some comments that point this out and discuss the implications for the obtained fit?
The
README.md
links to two very helpful notebook tutorials (2D and 3D ballistic models). These notebooks demonstrate how to perform inference tasks and highlight some of LINFA's key features. I found them very helpful in trying to understand how to run LINFA with my own model (as opposed to running one of the models in the test suite) — I felt that these notebooks were the missing link I was looking for.It would be great to have some of this information included in the online documentation; possibly as a separate page under "Numerical examples", or anywhere else that the authors feel is suitable. I did a search and found that Sphinx can render
.ipynb
files as HTML pages with the nbsphinx extension.The text was updated successfully, but these errors were encountered: