From 53cdfdcaec4deb205c19ffa5ef0093fc6abaadf7 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 10 Feb 2023 23:29:38 +0100 Subject: [PATCH] Move project namespace --- README.md | 8 ++++---- doc/conf.py | 2 +- doc/install.rst | 6 +++--- pyproject.toml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9a828ff..ef4cbdf 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idia SPDX-License-Identifier: BSD-3-Clause --> -[](https://www.idiap.ch/software/bob/docs/software/clapp/main/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/clapp/commits/main) -[](https://www.idiap.ch/software/bob/docs/software/clapp/main/coverage/index.html) -[](https://gitlab.idiap.ch/bob/clapp) +[](https://www.idiap.ch/software/biosignal/docs/software/clapp/main/sphinx/index.html) +[](https://gitlab.idiap.ch/software/clapp/commits/main) +[](https://www.idiap.ch/software/biosignal/docs/software/clapp/main/coverage/index.html) +[](https://gitlab.idiap.ch/software/clapp) # Configuration Support for Python Packages and CLIs diff --git a/doc/conf.py b/doc/conf.py index 3c05f3d..99c31e2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -98,7 +98,7 @@ owner = ["Idiap Research Institute"] html_theme = "furo" html_theme_options = { - "source_edit_link": f"https://gitlab.idiap.ch/bob/{project}/-/edit/main/doc/{{filename}}", + "source_edit_link": f"https://gitlab.idiap.ch/software/{project}/-/edit/main/doc/{{filename}}", } html_title = f"{project} {release}" diff --git a/doc/install.rst b/doc/install.rst index 48e3b71..37e5594 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -24,21 +24,21 @@ combination from the tabbed pane below. .. code-block:: sh - pip install git+https://gitlab.idiap.ch/bob/clapp + pip install git+https://gitlab.idiap.ch/software/clapp .. tab:: conda/stable .. code-block:: sh - mamba install -c https://www.idiap.ch/software/bob/conda -c conda-forge clapp + mamba install -c https://www.idiap.ch/software/biosignal/conda -c conda-forge clapp .. tab:: conda/beta .. code-block:: sh - mamba install -c https://www.idiap.ch/software/bob/conda/label/beta -c conda-forge clapp + mamba install -c https://www.idiap.ch/software/biosignal/conda/label/beta -c conda-forge clapp .. include:: links.rst diff --git a/pyproject.toml b/pyproject.toml index 79bacd2..697304d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,10 +32,10 @@ dependencies = [ ] [project.urls] -documentation = "https://www.idiap.ch/software/bob/docs/software/clapp/main/" +documentation = "https://www.idiap.ch/software/biosignal/docs/software/clapp/main/" homepage = "https://pypi.org/project/clapp" -repository = "https://gitlab.idiap.ch/bob/clapp" -changelog = "https://gitlab.idiap.ch/bob/clapp/-/releases" +repository = "https://gitlab.idiap.ch/software/clapp" +changelog = "https://gitlab.idiap.ch/software/clapp/-/releases" [project.optional-dependencies] qa = ["pre-commit"] -- GitLab