Skip to content

Commit

Permalink
Update API.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
longxf21 committed Jun 7, 2024
1 parent 0baf8fe commit 6ea06fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API Documentation
check_model Function
--------------------

.. automethod:: analyzer.check_model(model_str: str, rate_law_classifications_path: str=None, abort_on_complicated_rate_laws: bool=True, excluded_codes: List[int]=[])
.. automethod:: common.analyzer.check_model(model_str: str, rate_law_classifications_path: str=None, abort_on_complicated_rate_laws: bool=True, excluded_codes: List[int]=[])

Checks the SBML model for rate law errors and warnings.

Expand All @@ -22,8 +22,9 @@ check_model Function
Analyzer
--------

.. autoclass:: analyzer.Analyzer
.. autoclass:: common.analyzer.Analyzer
:members:
:noindex:
:undoc-members:
:show-inheritance:

Expand Down Expand Up @@ -103,8 +104,9 @@ Analyzer
Results
-------

.. autoclass:: results.Results
.. autoclass:: common.results.Results
:members:
:noindex:
:undoc-members:
:show-inheritance:

Expand Down

0 comments on commit 6ea06fa

Please sign in to comment.