Skip to content
Merged
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ After loading a PEtab problem, PEtab-GUI will look something like this:

### Examples

A set of real-world PEtab problems is available in the
PEtab-GUI comes with two examples of its own, which can be immediately loaded from
the `File` menu.

A more extensive set of real-world PEtab problems is available in the
[PEtab benchmark collection](https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab).

Download and unpack the [archive](https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/archive/refs/heads/master.zip),
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"myst_parser", # For Markdown support
"sphinx_copybutton", # To allow copying code snippets
"sphinx_design", # For better design elements
"sphinxcontrib.youtube", # For embedding YouTube videos
]

templates_path = ["_templates"]
Expand Down
5 changes: 5 additions & 0 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ Quick Start: Your First PEtab Problem

This section provides a complete, hands-on walkthrough to create your first PEtab parameter estimation problem from scratch.
You will create a simple conversion model where species A converts to species B, import measurement data for both species in matrix format, and validate the complete problem.
You can also watch a tutorial video covering similar steps and create your first PEtab problem alongside it.

.. youtube:: n4EJFuZt9eU
:align: center


**What we'll build**: A model describing first-order conversion of species A to species B, with experimental measurements for both species at different time points.

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ doc = [
"myst-parser",
"sphinx_copybutton",
"sphinx-design",
"sphinxcontrib-youtube",
]

[project.urls]
Expand Down