/battlemesh-test-docs

Documentation for battlemesh test plans and results

Primary LanguageR

Battlemesh tests docs

This repository contains the documentation and results of tests executed during the Wireless Battle of the Mesh, (starting from the v8 edition).

Currently work in progress, contributions are very welcome.

The documentation is published at:

http://docs.battlemesh.org/

How to build the docs

Clone this repo:

git@github.com:battlemesh/battlemesh-test-docs.git
cd battlemesh-test-docs

Install sphinx:

pip install -r requirements.txt

Build HTML:

make html

Open the HTML files directly on your local machine.