Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links after repo transfer #14

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -43,15 +43,15 @@ 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.
* Detailed steps to reproduce the bug.

## 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.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion docs/citing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/gramaziokohler/compas_xr>`_.
directly from our `repository <https://github.com/compas-dev/compas_xr>`_.

Installation using conda
========================
Expand Down Expand Up @@ -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 <https://nextcloud.ethz.ch/s/QyGgN84yx3LBfNs>`_.

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 <https://github.com/gramaziokohler/compas_xr>`_.
can be found and cloned from our `repository <https://github.com/compas-dev/compas_xr>`_.

Additionally, both Android and device installation procedures can be found in the Release Procedures chapter of the documentation.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

# ============================================================================
Expand Down
Loading