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
Part of the problem is that currently everything in a .sage file (instead of .py file) ends up in the same Python module. (The documentation is generated from the contents of the Python module.)
So a solution might be to define new submodules (.py files) for the sage files that need to be imported by grouping them in terms of the documentation goals. For example to improve documentation with respect to writing parametric families:
parametric_families_docs.py imports code related to constructing parametric familes like parametric.sage, parematric_family.py, parametric_cpl.sage, and others (i'm not sure if this is an exhaustive list of everything that is used with respect to parametric families, but for the examples sake).
I think the one row documentation (cutgeneratingfunctionology/doc/html/igp.html) could benefit from additional organization.
I propose splitting this into several sections:
This additional organization reflects the tasks of constructing families of functions and then proving that the family is minimal/extreme.
The text was updated successfully, but these errors were encountered: