Skip to content

Commit

Permalink
correct doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 2, 2024
1 parent 0b65c7d commit c8667b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/sdist/amici/jax/ode_export.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""
C++ Export
JAX Export
----------
This module provides all necessary functionality to specify a differential
equation model and generate executable C++ simulation code.
This module provides all necessary functionality to specify an ordinary
differential equation model and generate executable jax simulation code.
The user generally won't have to directly call any function from this module
as this will be done by
:py:func:`amici.pysb_import.pysb2amici`,
:py:func:`amici.sbml_import.SbmlImporter.sbml2amici` and
:py:func:`amici.pysb_import.pysb2jax`,
:py:func:`amici.sbml_import.SbmlImporter.sbml2jax` and
:py:func:`amici.petab_import.import_model`.
"""

Expand Down

0 comments on commit c8667b5

Please sign in to comment.