Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 633 Bytes

README.rst

File metadata and controls

30 lines (18 loc) · 633 Bytes

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:

[email protected]: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.