Closed stelmo closed 3 years ago
Random notes:
Yeah fit on screen is important, what I meant is that we say e.g. also look at these functions as possible modifications... but I can see how if we add random ones we might forget to update the docs. Hmm, maybe the important ones? E.g. change_constraint
etc.
well, is there a way to reference a group of functions from the documentation?
cc @laurentheirendt any idea ^
I only know of referencing sections marked with #
as these are tags in the documentation. Maybe we can generate them for certain groups of functions?
All functions should have an examples section in their docstrings showcasing at least some of the functionality, e.g. using optional arguments etc. For example,
flux_variability_analysis
is super powerful but I need to go to the actual docs online to figure out how to use it for even basic fva, there should be an example to make this unnecessary.Functions that need examples:
flux_balance_analysis
: add more links to modificationsxxx_vec
andxxx_dict
need to point toxxx
- check that this is the caseflux_variability_analysis
: add examples + mod linksparsimonious_flux_balance_analysis
: examples are waaay out of date