We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The readthedocs documentation is in need of another round of updates:
terarium_client.py
__init__.py
sanity_check_amr()
regnet.py
stockflow.py
stock_to_concept()
flux_span.py
reproduce_ode_semantics()
sbml/api.py
__all__
biomodels.py
query_biomodels()
acsets/stockflow.py
template_model_from_stockflow_ascet_json
acsets/decapodes
util.py
decapodes.py
template_model.py
templates.py
ops.py
get_term_roles()
deactivate_templates()
comparison.py
search.py
io.py
petrinet.py
ModelSpecification
AMRRegNetModel
bilayer.py
askemo_climate.py
client.py
examples.py
mira/dkg/
/add_transition
add_transition_query
AMRComparisonQuery
The text was updated successfully, but these errors were encountered:
New Todo's:
Sorry, something went wrong.
A bunch of classes are excluded from the docs for the templates module, mira.metamodel.templates, see docs/source/metamodel.rst:
mira.metamodel.templates
docs/source/metamodel.rst
Templates (:py:mod:`mira.metamodel.templates`) ---------------------------------------------- .. automodule:: mira.metamodel.templates :members: :exclude-members: Concept, ControlledConversion, NaturalConversion, Provenance, Template, NaturalDegradation, NaturalProduction, GroupedControlledConversion :show-inheritance:
Should we include them now that we anticipate automated reading of the documentation?
kkaris
nanglo123
Successfully merging a pull request may close this issue.
The readthedocs documentation is in need of another round of updates:
terarium_client.py
- extend docstrings for all functions__init__.py
:sanity_check_amr()
- missing docstringregnet.py
: add file headerstockflow.py
:stock_to_concept()
- extend docstringflux_span.py
:reproduce_ode_semantics()
- extend docstringsbml/api.py
: extend docstring for the functions listed in__all__
biomodels.py
:query_biomodels()
- extend docstringacsets/stockflow.py
- add docstrings totemplate_model_from_stockflow_ascet_json
acsets/decapodes
- modules added and methods in__all__
have docstrings addedutil.py
- module missingdecapodes.py
: - module missing, functions and classes need docstringstemplate_model.py
: add/extend docstrings for exposed functions/classestemplates.py
: add/extend docstrings for exposed functions/classesops.py
:get_term_roles()
anddeactivate_templates()
- extend docstringscomparison.py
: add/extend docstringssearch.py
: extend docstringsio.py
: extend docstrings__init__.py
: Add docstrings to Model, Transition, Variable and ModelParameter classespetrinet.py
: add docstring forModelSpecification
basemodel?ops.py
: add/extend docstrings - copy the docstrings of the wrapped functionsregnet.py
: extend method docstrings forAMRRegNetModel
. Add docstring forModelSpecification
basemodel?stockflow.py
: add docstringbilayer.py
: extend docstrings[ ] dkg:[ ]__init__.py
: extend docstring[ ] askemo:[ ]askemo_climate.py
: module missing[ ]client.py
: Add AskemEntity, extend docstrings for Neo4jClient methodsexamples.py
Add module - contains among other things example Decapode and DecaExpr json structuresOther documentation to look at
mira/dkg/
)/add_transition
:add_transition_query
Body - add example valuesAMRComparisonQuery
- Extend example listThe text was updated successfully, but these errors were encountered: