Skip to content

Commit bbbd654

Browse files
committed
Rename repository name.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
1 parent a4aaa34 commit bbbd654

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository shares all developments happening within the Alliander Robotics
1111
# Goals for sharing
1212
Our goal for sharing this software is to encourage research on robotic implementations in the energy network to help with the energy transition. The software is not intended for production use.
1313

14-
| [![drawing](img/logo/github.jpg)](https://github.com/alliander-opensource/rcdt_robotics) | [![drawing](img/logo/read_the_docs.jpg)](https://alliander-opensource.github.io/rcdt_robotics) |
14+
| [![drawing](img/logo/github.jpg)](https://github.com/alliander-opensource/alliander-robotics) | [![drawing](img/logo/read_the_docs.jpg)](https://alliander-opensource.github.io/alliander-robotics) |
1515
| - | - |
1616

1717
## Robots

docs/content/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The repository uses git LFS for large files, in particular for 3D simulation ass
1919
To use this repository, first clone it. If you are a contributor with an SSH-key linked, clone via SSH:
2020

2121
```bash
22-
git clone git@github.com:alliander-opensource/rcdt_robotics.git
22+
git clone git@github.com:alliander-opensource/alliander-robotics.git
2323
```
2424

2525
If you only want to use the repository without contributing, you can clone via HTTP:
2626

2727
```bash
28-
git clone https://github.com/alliander-opensource/rcdt_robotics.git
28+
git clone https://github.com/alliander-opensource/alliander-robotics.git
2929
```
3030

3131
## Python dependencies installed with uv

docs/content/writing_documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
88

99
## File Structure
1010

11-
This documentation is generated using [Sphinx](https://www.sphinx-doc.org). The source files are located in `rcdt_robotics/docs`. If changes are made in this directory and merged to the main branch, a GitHub workflow automatically generates HTML from the source file and deploys these at the documentation [page](https://alliander-opensource.github.io/rcdt_robotics/).
11+
This documentation is generated using [Sphinx](https://www.sphinx-doc.org). The source files are located in `alliander-robotics/docs`. If changes are made in this directory and merged to the main branch, a GitHub workflow automatically generates HTML from the source file and deploys these at the documentation [page](https://alliander-opensource.github.io/alliander-robotics/).
1212

1313
Although *.rst* (reStructuredText) is the default format for Sphinx documentation, we only use *index.rst* to define the structure of our documentation. All other documentation files are *.md* (Markdown) because of the simpler syntax.
1414

0 commit comments

Comments
 (0)