Skip to content

Commit e3ff942

Browse files
Slight Documentation Update (#227)
Added the youtube video as well as mentioning the examples.
1 parent 018bd08 commit e3ff942

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ After loading a PEtab problem, PEtab-GUI will look something like this:
5959

6060
### Examples
6161

62-
A set of real-world PEtab problems is available in the
62+
PEtab-GUI comes with two examples of its own, which can be immediately loaded from
63+
the `File` menu.
64+
65+
A more extensive set of real-world PEtab problems is available in the
6366
[PEtab benchmark collection](https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab).
6467

6568
Download and unpack the [archive](https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/archive/refs/heads/master.zip),

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"myst_parser", # For Markdown support
2525
"sphinx_copybutton", # To allow copying code snippets
2626
"sphinx_design", # For better design elements
27+
"sphinxcontrib.youtube", # For embedding YouTube videos
2728
]
2829

2930
templates_path = ["_templates"]

docs/source/tutorial.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ Quick Start: Your First PEtab Problem
124124

125125
This section provides a complete, hands-on walkthrough to create your first PEtab parameter estimation problem from scratch.
126126
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.
127+
You can also watch a tutorial video covering similar steps and create your first PEtab problem alongside it.
128+
129+
.. youtube:: n4EJFuZt9eU
130+
:align: center
131+
127132

128133
**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.
129134

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ doc = [
3939
"myst-parser",
4040
"sphinx_copybutton",
4141
"sphinx-design",
42+
"sphinxcontrib-youtube",
4243
]
4344

4445
[project.urls]

0 commit comments

Comments
 (0)