Skip to content

Commit bec0a4b

Browse files
authored
Fix tutorial links (#640)
Fix tutorial links and image aspect ratio.
1 parent 701498b commit bec0a4b

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

doc/v1/tutorial/tutorial.rst

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ the measurement data similar to the figure above.
317317
observables are plotted individually.
318318

319319
There are various ways of further individualizing the plots, e.g. by
320-
defining legend entries or data plotted on log-scale (see the
321-
documentation for further information
322-
https://petab.readthedocs.io/en/latest/documentation_data_format.html#visualization-table).
320+
defining legend entries or data plotted on log-scale.
321+
For further information, see the
322+
:ref:`visualization table specification <v1_visualization_table>`.
323323

324324
5. YAML file
325325
++++++++++++
@@ -385,8 +385,6 @@ with a graphical user interface
385385
(see https://github.com/copasi/python-petab-importer for further instructions).
386386

387387
.. figure:: gfx/copasi_simulation.png
388-
:width: 4.9846in
389-
:height: 5.5634in
390388

391389
Visualization of model outputs after simulation with random parameters and
392390
measurements in COPASI.
@@ -395,22 +393,21 @@ It is apparent from the figure, that the random parameters yield a poor fit of
395393
the model with the data. Therefore, it is important to optimize the parameters
396394
to improve the model fit. This can be done using various parameter
397395
estimation tools. Links to detailed descriptions how to use the individual
398-
toolboxes are provided at the `PEtab Github page <https://github.com/PEtab-dev/PEtab#petab-support-in-systems-biology-tools>`_.
396+
toolboxes are provided at the `software support page <https://petab.readthedocs.io/en/latest/v1/software_support.html>`__.
399397

400398
7. Further information
401399
++++++++++++++++++++++
402400

403401
This tutorial only demonstrates a subset of PEtab functionality. For
404402
full reference, consult the
405-
`PEtab reference <https://petab.readthedocs.io/en/stable/>`_. After
403+
`PEtab specification <https://petab.readthedocs.io/en/latest/v1/documentation_data_format.html>`_. After
406404
finishing the implementation of the PEtab problem, its correctness can
407-
be verified using the PEtab library (see
408-
https://github.com/PEtab-dev/PEtab/blob/master/doc/example/example_petablint.ipynb
409-
for instructions). The PEtab problem can then be used as input to the
405+
be verified using the ``petablint`` tool provided by the PEtab Python library
406+
(`usage <https://petab.readthedocs.io/projects/libpetab-python/en/latest/example/example_petablint.html>`__).
407+
The PEtab problem can then be used as input to the
410408
supporting toolboxes to estimate the unknown parameters or calculate
411409
parameter uncertainties. Links to tutorials for the different tools can
412-
be found at the PEtab Github page
413-
(https://github.com/PEtab-dev/PEtab#petab-support-in-systems-biology-tools).
410+
be found at the `software support page <https://petab.readthedocs.io/en/latest/v1/software_support.html>`__.
414411

415412
.. [#f1]
416413
TSV files can be created using any standard spreadsheet application,

0 commit comments

Comments
 (0)