Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 639 Bytes

File metadata and controls

14 lines (11 loc) · 639 Bytes

BrailleBlaster User Documentation

This repository contains the user documentation for the BrailleBlaster software. Built versions of the documentation can be viewed at BrailleBlaster documentation website.

Building the documentation

This documentation is built using sphinx. You will need Python installed. To get the required sphinx packages perform the following, ideally within a Python virtual environment but the choice is yours:

pip install -e .

Then to build the documentation run the following:

make html