Skip to content

Commit aa2a736

Browse files
committed
Minor change in README.md
1 parent 4c21cde commit aa2a736

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ This system was used to to develop and validate the control system for [a large
3030

3131
## Documentation
3232

33+
> [!NOTE]
34+
> Currently the technical documentation is only provided in Spanish. English translation is planned for future releases.
35+
3336
The following documentation is provided in this repository:
3437

35-
- **Technical Documentation**: [Sphinx](https://www.sphinx-doc.org) documentation sources in [/docs](docs/). You can build the HTML version of the documentation with the following commands:
38+
- **Technical Documentation**: [Sphinx](https://www.sphinx-doc.org) documentation sources of the system documentation in [docs/](docs/). You can build the HTML version of the documentation with the following commands:
3639

3740
```bash
3841
cd docs
3942
uv venv && uv sync && source .venv/bin/activate
4043
make html
4144
```
4245

43-
> [!NOTE]
44-
> Currently the technical documentation is only provided in Spanish.
45-
46-
- **Electrical Schematics**: [KiCAD](https://www.kicad.org/) electrical schematics in [/schematics](schematics/).
46+
- **Electrical Schematics**: [KiCAD](https://www.kicad.org/) electrical schematics in [schematics/](schematics/).
4747

4848
## Hardware Components
4949

@@ -91,4 +91,4 @@ This work has been supported by project TED2021-130240B-I00 (IVRY) funded by MCI
9191

9292
<div align="center">
9393
<img alt="Acknowledgements logos" src="assets/ack_logos.svg" width="600"/>
94-
</div>
94+
</div>

0 commit comments

Comments
 (0)