Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ keyword ``array`` in the relevant PEtab table entry.
Semantically, assigning ``array`` is interpreted as a global assignment to an
array variable whose potentially condition-specific values are provided in an
array data file. Therefore, specifying ``array`` is only valid in the
:ref:`hybridization table <_hybrid_table>` and the
:ref:`hybridization table <hybrid_table>` and the
:ref:`parameter Table <parameter_table>`, where assignments apply across all
PEtab experiments.

Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

Getting started <examples/getting_started/getting_started>
how_to_guides
software_support
Comment thread
sebapersson marked this conversation as resolved.
format_overview
Python package API <api>
Contributing <_tmp/CONTRIBUTING.md>
10 changes: 5 additions & 5 deletions doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ How to read the documentation
-----------------------------

If you are new to PEtab SciML, start with the
:doc:`Getting Started tutorial <tutorial>`. It is a prerequisite for the
How-to guides, which cover different model scenarios (e.g., Neural ODEs, ML
model upstream of the ODE). For a complete description of all options when
defining a SciML problem, see the :doc:`Format specification <format>`.
:doc:`Getting Started tutorial <examples/getting_started/getting_started>`
It is a prerequisite for the How-to guides, which cover different model
scenarios (e.g., Neural ODEs, or ML model upstream of the ODE). For a complete
description of all options when defining a SciML problem, see the
:doc:`Format specification <format>`.

Why a SciML data format?
------------------------
Expand Down Expand Up @@ -97,7 +98,6 @@ Getting Help with and Extending PEtab SciML

If you run into problems:

- Check the :doc:`Troubleshooting <trouble>` section of the documentation.
- If you encounter unexpected behavior or a bug, please open an
`issue <https://github.com/PEtab-dev/petab_sciml/issues/>`_ on GitHub

Expand Down
Loading
Loading