diff --git a/README.md b/README.md index f9f664f..c882cb9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pipx install petab_gui To install the latest development version from GitHub, run: ```bash -pip install git+https://github.com/PaulJonasJost/PEtab_GUI/ +pip install git+https://github.com/PEtab-dev/PEtabGUI/ ``` ### From a local copy @@ -37,7 +37,7 @@ pip install git+https://github.com/PaulJonasJost/PEtab_GUI/ 1. Clone the repository: ```bash - git clone https://github.com/PaulJonasJost/PEtab_GUI.git + git clone https://github.com/PEtab-dev/PEtabGUI.git ``` 2. Install the package from the root of the working tree: @@ -55,7 +55,7 @@ Optionally, you can provide the path to an existing PEtab YAML file as an argument. After loading a PEtab problem, PEtabGUI will look something like this: -![PEtabGUI Screenshot](https://raw.githubusercontent.com/PaulJonasJost/PEtab_GUI/screenshot/docs/source/_static/Application_Screenshot.png) +![PEtabGUI Screenshot](https://raw.githubusercontent.com/PEtab-dev/PEtabGUI/screenshot/docs/source/_static/Application_Screenshot.png) ### Examples diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index a985d6f..06106f2 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -42,7 +42,7 @@ Filing an Issue ---------------- If you encounter any bugs or have feature requests, please file an issue on GitHub. -`Open a new issue `__. +`Open a new issue `__. When filing an issue, provide as much detail as possible, including steps to reproduce the issue, expected behavior, and any relevant logs or screenshots. diff --git a/docs/source/index.rst b/docs/source/index.rst index 367e808..f2ee706 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,8 +23,8 @@ PEtab GUI - A graphical user interface for PEtab Quick Links ----------- -* `GitHub Repository `_ -* `Issue Tracker `_ +* `GitHub Repository `_ +* `Issue Tracker `_ * `PEtab Documentation `_ Overview @@ -54,5 +54,5 @@ To get started with PEtab GUI, check out the :doc:`installation instructions + GitHub Repository contributing diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index b14ef2c..b8cc796 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -32,7 +32,7 @@ Alternatively, you can install it from the GitHub repository by following these .. code-block:: bash - git clone https://github.com/PaulJonasJost/PEtab_GUI.git + git clone https://github.com/PEtab-dev/PEtabGUI.git 2. Install using pip: diff --git a/pyproject.toml b/pyproject.toml index f5a9423..d7691b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,8 +42,8 @@ doc = [ ] [project.urls] -Repository = "https://github.com/PaulJonasJost/PEtab_GUI" -Issues = "https://github.com/PaulJonasJost/PEtab_GUI/issues" +Repository = "https://github.com/PEtab-dev/PEtabGUI" +Issues = "https://github.com/PEtab-dev/PEtabGUI/issues" [project.gui-scripts] petab_gui="petab_gui:main" diff --git a/src/petab_gui/C.py b/src/petab_gui/C.py index 09e43f3..466ef1d 100644 --- a/src/petab_gui/C.py +++ b/src/petab_gui/C.py @@ -5,7 +5,7 @@ #: Application name APP_NAME = "PEtabGUI" #: Base URL of the repository -REPO_URL = "https://github.com/PaulJonasJost/PEtab_GUI" +REPO_URL = "https://github.com/PEtab-dev/PEtabGUI" COLUMNS = { "measurement": {