-
Notifications
You must be signed in to change notification settings - Fork 1
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
v2.0.0 Documentation megathread #42
Comments
Most non-trivial variable functions now documented |
Derivation constructors now documented. |
Model construction documentation now added for most non-trivial functions and constructor. Also started adding class docstrings |
Stencils basically fully documented now, mostly reused old documentation with a few updates. |
Integrator documentation completed for most non-trivial functions and constructors |
Possible bug: Evolved energy variable in Term Generators is missing $$ (dollar signs) around the variable when a latexRemap is passed, see crm_support.py line 1215. This is not seen for evolved densities which is rendering correctly. |
Added the $ escape characters to the line in question, should now render correctly. |
IO_support now fully documented |
Majority of crm_support now documented |
Non-trivial remkit_context functions and classes documented now |
First pass of v2.0.0 README complete |
Started on Sphinx docs, they now compile, so the CI passes. Working on the basic tutorials now, meant to cover the full basic workflow + some bits. These are in addition to the runnable examples. |
Updated Sphinx docs, first two tutorials complete. |
7 basic tutorials now complete. |
Docstring for common_models.logicalBCModel - and by extension model_construction LBCModelboundData - should state that ionCurrent must be both Scalar and Derived, since this is a requirement of the LBCModelboundData.getitem method |
Pushed commit that makes all scalar variables automatically derived. |
Currently, the rewrite on dev-v2.0.0 is poorly documented. The following still remains to be done:
The text was updated successfully, but these errors were encountered: