Skip to content
Snippets Groups Projects
Commit 53cdfdca authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Move project namespace

parent 343d2758
No related branches found
No related tags found
1 merge request!16Change package name to clapp (closes #4)
Pipeline #69647 passed
...@@ -4,10 +4,10 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idia ...@@ -4,10 +4,10 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idia
SPDX-License-Identifier: BSD-3-Clause SPDX-License-Identifier: BSD-3-Clause
--> -->
[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/software/clapp/main/sphinx/index.html) [![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapp/main/sphinx/index.html)
[![build](https://gitlab.idiap.ch/bob/clapp/badges/main/pipeline.svg)](https://gitlab.idiap.ch/bob/clapp/commits/main) [![build](https://gitlab.idiap.ch/software/clapp/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/clapp/commits/main)
[![coverage](https://gitlab.idiap.ch/bob/clapp/badges/main/coverage.svg)](https://www.idiap.ch/software/bob/docs/software/clapp/main/coverage/index.html) [![coverage](https://gitlab.idiap.ch/software/clapp/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapp/main/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/clapp) [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/clapp)
# Configuration Support for Python Packages and CLIs # Configuration Support for Python Packages and CLIs
......
...@@ -98,7 +98,7 @@ owner = ["Idiap Research Institute"] ...@@ -98,7 +98,7 @@ owner = ["Idiap Research Institute"]
html_theme = "furo" html_theme = "furo"
html_theme_options = { 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}" html_title = f"{project} {release}"
......
...@@ -24,21 +24,21 @@ combination from the tabbed pane below. ...@@ -24,21 +24,21 @@ combination from the tabbed pane below.
.. code-block:: sh .. code-block:: sh
pip install git+https://gitlab.idiap.ch/bob/clapp pip install git+https://gitlab.idiap.ch/software/clapp
.. tab:: conda/stable .. tab:: conda/stable
.. code-block:: sh .. 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 .. tab:: conda/beta
.. code-block:: sh .. 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 .. include:: links.rst
...@@ -32,10 +32,10 @@ dependencies = [ ...@@ -32,10 +32,10 @@ dependencies = [
] ]
[project.urls] [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" homepage = "https://pypi.org/project/clapp"
repository = "https://gitlab.idiap.ch/bob/clapp" repository = "https://gitlab.idiap.ch/software/clapp"
changelog = "https://gitlab.idiap.ch/bob/clapp/-/releases" changelog = "https://gitlab.idiap.ch/software/clapp/-/releases"
[project.optional-dependencies] [project.optional-dependencies]
qa = ["pre-commit"] qa = ["pre-commit"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment