From 16d967ec38d102602b87a4a5289203e90ae896ab Mon Sep 17 00:00:00 2001 From: Michael Szell Date: Sat, 20 Jun 2026 22:13:57 +0200 Subject: [PATCH] Update docs custom URL --- README.md | 8 ++++---- docs/source/mwe.ipynb | 2 +- examples/mwe.ipynb | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 69e59c5..f605e61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bike Net Kit / Grow Bike Net -[![Docs](https://github.com/BikeNetKit/GrowBikeNet/actions/workflows/docs.yml/badge.svg)](https://bikenetkit.github.io/GrowBikeNet/) +[![Docs](https://github.com/BikeNetKit/GrowBikeNet/actions/workflows/docs.yml/badge.svg)](https://docs.bikenetkit.org/GrowBikeNet/) [![Test](https://github.com/BikeNetKit/GrowBikeNet/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/BikeNetKit/GrowBikeNet/actions/workflows/test.yml) [![PyPI - Version](https://img.shields.io/pypi/v/growbikenet)](https://pypi.org/project/growbikenet/) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) @@ -24,7 +24,7 @@ conda install -c conda-forge growbikenet ``` ### Advanced and development installations -For more installation options, see our [Installation docs](https://bikenetkit.github.io/GrowBikeNet/installation/). +For more installation options, see our [Installation docs](https://docs.bikenetkit.org/GrowBikeNet/installation/). ## Usage We provide a minimum working example in two formats: @@ -32,10 +32,10 @@ We provide a minimum working example in two formats: - Python script ([examples/mwe.py](examples/mwe.py)) - Jupyter notebook ([examples/mwe.ipynb](examples/mwe.ipynb)) -For a walkthrough with illustrative examples, see our [Usage docs](https://bikenetkit.github.io/GrowBikeNet/usage/). +For a walkthrough with illustrative examples, see our [Usage docs](https://docs.bikenetkit.org/GrowBikeNet/usage/). ## Docs -Find more information in our docs: [https://bikenetkit.github.io/GrowBikeNet/](https://bikenetkit.github.io/GrowBikeNet/) +Find more information in our docs: [https://docs.bikenetkit.org/GrowBikeNet/](https://docs.bikenetkit.org/GrowBikeNet/) ## Supported by diff --git a/docs/source/mwe.ipynb b/docs/source/mwe.ipynb index c72b13e..a709038 100644 --- a/docs/source/mwe.ipynb +++ b/docs/source/mwe.ipynb @@ -110,7 +110,7 @@ "tags": [] }, "source": [ - "See the [Usage docs](https://bikenetkit.github.io/GrowBikeNet/usage/) for detailed explanations." + "See the [Usage docs](https://docs.bikenetkit.org/GrowBikeNet/usage/) for detailed explanations." ] } ], diff --git a/examples/mwe.ipynb b/examples/mwe.ipynb index 626bceb..62452c7 100644 --- a/examples/mwe.ipynb +++ b/examples/mwe.ipynb @@ -110,7 +110,7 @@ "tags": [] }, "source": [ - "See the [Usage docs](https://bikenetkit.github.io/GrowBikeNet/usage/) for detailed explanations." + "See the [Usage docs](https://docs.bikenetkit.org/GrowBikeNet/usage/) for detailed explanations." ] } ], diff --git a/pyproject.toml b/pyproject.toml index b2349ef..359f761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ [project.urls] Homepage = "https://bikenetkit.org/" -Documentation = "https://bikenetkit.github.io/GrowBikeNet/" +Documentation = "https://docs.bikenetkit.org/GrowBikeNet/" Repository = "https://github.com/BikeNetKit/GrowBikeNet" Issues = "https://github.com/BikeNetKit/GrowBikeNet/issues" Changelog = "https://github.com/BikeNetKit/GrowBikeNet/blob/main/docs/changelog.md"