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
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "PEtab GUI",
"title": "PEtab-GUI",
"description": "Graphical user interface for the PEtab format",
"creators": [
{
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "PEtab GUI"
project = "PEtab-GUI"
copyright = "2025, Paul Jonas Jost, Frank T. Bergmann"
author = "Paul Jonas Jost, Frank T. Bergmann"
release: str = get_version("petab-gui")
Expand Down Expand Up @@ -53,8 +53,8 @@
}

# Title
html_title = "PEtab GUI documentation"
html_title = "PEtab-GUI documentation"
# Navigation bar title
html_short_title = "PEtab GUI"
html_short_title = "PEtab-GUI"

html_static_path = []
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contain the root `toctree` directive.

=================================================
PEtab GUI - A graphical user interface for PEtab
PEtab-GUI - A graphical user interface for PEtab
=================================================

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.15355753.svg
Expand All @@ -15,7 +15,7 @@ PEtab GUI - A graphical user interface for PEtab
:target: https://petab-gui.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

**PEtab GUI** is a user-friendly graphical interface for creating and managing parameter estimation problems using the `PEtab <https://petab.readthedocs.io/en/latest/>`_ format.
**PEtab-GUI** is a user-friendly graphical interface for creating and managing parameter estimation problems using the `PEtab <https://petab.readthedocs.io/en/latest/>`_ format.

.. note::
Current version: |release|
Expand All @@ -30,7 +30,7 @@ Quick Links
Overview
--------

PEtab GUI simplifies the process of creating parameter estimation problems for systems biology models. It provides an intuitive interface for:
PEtab-GUI simplifies the process of creating parameter estimation problems for systems biology models. It provides an intuitive interface for:

* Creating and editing SBML models
* Defining experimental conditions
Expand Down