Skip to content
README.md 1.1 KiB
Newer Older
Ambroise Vincent's avatar
Ambroise Vincent committed
# Autoware Safety Island Demo

A repository providing the elements to build the different components of the Autoware on Safety Island demo.

Ambroise Vincent's avatar
Ambroise Vincent committed
## Documentation
Ambroise Vincent's avatar
Ambroise Vincent committed
Prior to building the documentation locally, the following packages need to be installed on the host:
Ambroise Vincent's avatar
Ambroise Vincent committed
```bash
Ambroise Vincent's avatar
Ambroise Vincent committed
sudo apt-get install python3-pip
pip3 install -U sphinx==4.0.2 sphinx_rtd_theme==0.5.2 sphinx-copybutton==0.4.0 docutils==0.16
echo 'export PATH=~/.local/bin:"$PATH"' >> ~/.bashrc ; source ~/.bashrc  # only if not already in PATH
Ambroise Vincent's avatar
Ambroise Vincent committed
```
Ambroise Vincent's avatar
Ambroise Vincent committed
To build and generate the documentation in html format, run:
Ambroise Vincent's avatar
Ambroise Vincent committed
```bash
Ambroise Vincent's avatar
Ambroise Vincent committed
sphinx-build -b html -a -W documentation public
Ambroise Vincent's avatar
Ambroise Vincent committed
```

Ambroise Vincent's avatar
Ambroise Vincent committed
To render and explore the documentation, simply open public/index.html in a web browser.
Ambroise Vincent's avatar
Ambroise Vincent committed
## Repository License
Ambroise Vincent's avatar
Ambroise Vincent committed
The software is provided under an Apache-2.0 license.
Ambroise Vincent's avatar
Ambroise Vincent committed
License details may be found in the [local license file](license.rst), or as
part of the project documentation.
Ambroise Vincent's avatar
Ambroise Vincent committed

Ambroise Vincent's avatar
Ambroise Vincent committed
Contributions to the project should follow the same license.
Ambroise Vincent's avatar
Ambroise Vincent committed

Ambroise Vincent's avatar
Ambroise Vincent committed
## Contact
Ambroise Vincent's avatar
Ambroise Vincent committed

Ambroise Vincent's avatar
Ambroise Vincent committed
Please see the project documentation for the list of maintainers, as well as the
process for contributions, bug reports, feedback and support.