Skip to content

RoBorregos/Home-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages