From 826e6aa3d7f62bb78936111d7d5879642c38024f Mon Sep 17 00:00:00 2001 From: Mark Yeatman Date: Thu, 30 Jan 2025 13:24:43 -0500 Subject: [PATCH 01/10] Try replaceing github/petercorke with github/bdaiinstitute --- .github/workflows/sphinx.yml | 4 +-- README.md | 58 ++++++++++++++++---------------- docs/source/intro.rst | 61 ++++++++++++++++------------------ tests/base/test_quaternions.py | 2 +- 4 files changed, 61 insertions(+), 64 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 45105ee5..5ce750b1 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -17,7 +17,7 @@ jobs: run: | python -m pip install --upgrade pip pip install .[dev,docs] - pip install git+https://github.com/petercorke/sphinx-autorun.git + pip install git+https://github.com/bdaiinstitute/sphinx-autorun.git pip install sympy sudo apt-get install graphviz - name: Build docs @@ -29,7 +29,7 @@ jobs: cd ../ - name: Commit documentation changes run: | - git clone https://github.com/petercorke/spatialmath-python.git --branch gh-pages --single-branch gh-pages + git clone https://github.com/bdaiinstitute/spatialmath-python.git --branch gh-pages --single-branch gh-pages cp -r docs/build/html/* gh-pages/ cd gh-pages git config --local user.email "action@github.com" diff --git a/README.md b/README.md index a2db78e4..2fb35620 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Spatial Maths for Python -[![A Python Robotics Package](https://raw.githubusercontent.com/petercorke/robotics-toolbox-python/master/.github/svg/py_collection.min.svg)](https://github.com/petercorke/robotics-toolbox-python) +[![A Python Robotics Package](https://raw.githubusercontent.com/petercorke/robotics-toolbox-python/master/.github/svg/py_collection.min.svg)](https://github.com/bdaiinstitute/robotics-toolbox-python) [![QUT Centre for Robotics Open Source](https://github.com/qcr/qcr.github.io/raw/master/misc/badge.svg)](https://qcr.github.io) [![PyPI version](https://badge.fury.io/py/spatialmath-python.svg)](https://badge.fury.io/py/spatialmath-python) @@ -20,7 +20,7 @@ -A Python implementation of the Spatial Math Toolbox for MATLAB® +A Python implementation of the Spatial Math Toolbox for MATLAB®