diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b4c1766..d01da6d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,4 +17,4 @@ jobs: - uses: compas-dev/compas-actions.docs@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - doc_url: https://gramaziokohler.github.io/compas_xr + doc_url: https://compas.dev/compas_xr diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98d2165..d9c73ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Contributions are welcome and very much appreciated! We accept code contributions through pull requests. In short, this is how that works. -1. Fork [the repository](https://github.com/gramaziokohler/compas_xr) and clone the fork. +1. Fork [the repository](https://github.com/compas-dev/compas_xr) and clone the fork. 2. Create a virtual environment using your tool of choice (e.g. `virtualenv`, `conda`, etc). 3. Install development dependencies: @@ -43,7 +43,7 @@ command line to ease recurring operations: ## Bug reports -When [reporting a bug](https://github.com/gramaziokohler/compas_xr/issues) please include: +When [reporting a bug](https://github.com/compas-dev/compas_xr/issues) please include: * Operating system name and version. * Any details about your local setup that might be helpful in troubleshooting. @@ -51,7 +51,7 @@ When [reporting a bug](https://github.com/gramaziokohler/compas_xr/issues) pleas ## Feature requests -When [proposing a new feature](https://github.com/gramaziokohler/compas_xr/issues) please include: +When [proposing a new feature](https://github.com/compas-dev/compas_xr/issues) please include: * Explain in detail how it would work. * Keep the scope as narrow as possible, to make it easier to implement. diff --git a/README.md b/README.md index abf8cea..3c1861d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # COMPAS XR -[![Github Actions Build Status](https://github.com/gramaziokohler/compas_xr/workflows/build/badge.svg)](https://github.com/gramaziokohler/compas_xr/actions) +[![Github Actions Build Status](https://github.com/compas-dev/compas_xr/workflows/build/badge.svg)](https://github.com/compas-dev/compas_xr/actions) [![License](https://img.shields.io/github/license/gramaziokohler/compas_xr.svg)](https://pypi.python.org/pypi/compas_xr) [![pip downloads](https://img.shields.io/pypi/dm/compas_xr)](https://pypi.python.org/project/compas_xr) [![PyPI Package latest release](https://img.shields.io/pypi/v/compas_xr.svg)](https://pypi.python.org/pypi/compas_xr) @@ -28,9 +28,9 @@ python -m compas_rhino.install ## First Steps -* [Documentation](https://gramaziokohler.github.io/compas_xr/) -* [User guide](https://gramaziokohler.github.io/compas_xr/latest/userguide.html) -* [API Reference](https://gramaziokohler.github.io/compas_xr/latest/api.html) +* [Documentation](https://compas.dev/compas_xr/) +* [User guide](https://compas.dev/compas_xr/latest/userguide.html) +* [API Reference](https://compas.dev/compas_xr/latest/api.html) ## Questions and feedback @@ -39,15 +39,15 @@ for questions and discussions. ## Issue tracker -If you found an issue or have a suggestion for a dandy new feature, please file a new issue in our [issue tracker](https://github.com/gramaziokohler/compas_xr/issues). +If you found an issue or have a suggestion for a dandy new feature, please file a new issue in our [issue tracker](https://github.com/compas-dev/compas_xr/issues). ## Contributing We love contributions! -Check the [Contributor's Guide](https://github.com/gramaziokohler/compas_xr/blob/main/CONTRIBUTING.md) +Check the [Contributor's Guide](https://github.com/compas-dev/compas_xr/blob/main/CONTRIBUTING.md) for more details. ## Credits -`compas_xr` is currently developed by ETH Zurich (Gramazio Kohler Research) and Princeton University. See the [list of authors](https://github.com/gramaziokohler/compas_xr/blob/main/AUTHORS.md) for a complete overview. +`compas_xr` is currently developed by ETH Zurich (Gramazio Kohler Research) and Princeton University. See the [list of authors](https://github.com/compas-dev/compas_xr/blob/main/AUTHORS.md) for a complete overview. diff --git a/docs/citing.rst b/docs/citing.rst index 243194d..3872379 100644 --- a/docs/citing.rst +++ b/docs/citing.rst @@ -20,7 +20,7 @@ This citation is for a conference poster; the associated paper is in press and w Gramazio, F. and Kohler, M. }, - howpublished={https://github.com/gramaziokohler/compas\_xr/}, + howpublished={https://github.com/compas-dev/compas\_xr/}, note={ETH Z\"{u}rich, Princeton University}, year={2024}, doi={10.5281/zenodo.12514526}, diff --git a/docs/installation.rst b/docs/installation.rst index 6bea6c2..1413379 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -5,7 +5,7 @@ Installation This chapter provides a step-by-step guide for installing compas_xr on your system. The library can be installed using either pip or conda, which are widely-used package managers for Python. The following instructions will guide you through each method. Alternatively, you can clone the ``compas_xr`` library -directly from our `repository `_. +directly from our `repository `_. Installation using conda ======================== @@ -66,6 +66,6 @@ the application is supported by both Android and ios devices. If you would like functionality or code modifications Android .apk file, and ios xcode build can be found `here `_. However, if you would like to modify any application functionalities or anything the entire code base for the application -can be found and cloned from our `repository `_. +can be found and cloned from our `repository `_. Additionally, both Android and device installation procedures can be found in the Release Procedures chapter of the documentation. diff --git a/pyproject.toml b/pyproject.toml index 5813ac9..dd1676d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/gramaziokohler/compas_xr" -Documentation = "https://gramaziokohler.github.io/compas_xr/" -Repository = "https://github.com/gramaziokohler/compas_xr.git" -Changelog = "https://github.com/gramaziokohler/compas_xr/blob/main/CHANGELOG.md" -Issues = "https://github.com/gramaziokohler/compas_xr/issues" +Homepage = "https://github.com/compas-dev/compas_xr" +Documentation = "https://compas.dev/compas_xr/" +Repository = "https://github.com/compas-dev/compas_xr.git" +Changelog = "https://github.com/compas-dev/compas_xr/blob/main/CHANGELOG.md" +Issues = "https://github.com/compas-dev/compas_xr/issues" Forum = "https://forum.compas-framework.org/" # ============================================================================