diff --git a/documentation/python_interface.rst b/documentation/python_interface.rst index be44f21f90..c605c71d66 100644 --- a/documentation/python_interface.rst +++ b/documentation/python_interface.rst @@ -31,6 +31,34 @@ the semantic `SBML Test Suite `_ (`current status `_). +The following SBML test tags are supported +(i.e., at least one test case with the respective test passes; +`tag descriptions `_): + +* 0D-Compartment +* Amount +* AssignedConstantStoichiometry +* AssignedVariableStoichiometry +* BoolNumericSwap +* BoundaryCondition +* Concentration +* ConstantSpecies +* ConversionFactors +* HasOnlySubstanceUnits +* InitialValueReassigned +* L3v2MathML +* LocalParameters +* MultiCompartment +* NoMathML +* NonConstantCompartment +* NonConstantParameter +* NonUnityCompartment +* NonUnityStoichiometry +* ReversibleReaction +* SpeciesReferenceInMath +* UncommonMathML +* VolumeConcentrationRates + In addition, we currently plan to add support for the following features (see corresponding `issues `_ for details and progress): @@ -50,9 +78,9 @@ However, the following features are unlikely to be supported: Tutorials +++++++++ -A basic tutorial on how to import and simulate SBML models is available in the -`Getting Started notebook `_, while a more detailed example -including customized import and sensitivity computation is available in the +A basic tutorial on how to import and simulate SBML models is available in the +`Getting Started notebook `_, while a more detailed example +including customized import and sensitivity computation is available in the `Example Steadystate notebook `_. PySB import