Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 737 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 737 Bytes

Roborregos@Home Docs

RoBorregos Official Documentation for the RoboCup@Home competition.

This documentation is based on mkdocs, using the material theme.

Run locally

To run the documentation locally, you need to have python installed.

  1. Clone the repository
git clone https://github.com/RoBorregos/Home-Docs.git
  1. Install the requirements
pip install -r requirements.txt
  1. Run the server
mkdocs serve
  1. If you encounter issues with the command not being found try the following
python -m mkdocs serve
  1. Open the browser and go to http://localhost:8000

Test

Run formatting tests

pip install -r requirements_test.txt
# At root directory of project
pytest