Lucy Cifferello a483662a65 mobile styling
2020-10-08 21:49:11 -06:00
2020-10-08 21:49:11 -06:00
2020-10-06 20:37:32 -06:00
2020-10-06 20:37:32 -06:00
2020-10-06 20:37:32 -06:00
2020-10-06 20:49:33 -06:00

Start9 Labs Documentation

Environment Setup

Install python3

Install sphinx: brew install sphinx-doc

Python dependencies:

pip3 install sphinx-autobuild
pip3 install sphinx-book-theme

To Develop

This project uses Sphinx and Restructured Text

./source/conf.py is the configuration source for the Sphinx project.

The navigation structure is aligned with the folder/file organization under ./source/. This is where the individual page .rst files live and can be edited.

If any css or table of contents organization changes, run: make clean html

To activate a live-reload environment on localhost:8000, run: sphinx-autobuild source build/html

Description
User manual, developer documentation, and support for the Start9 Labs' Embassy devices, EmbassyOS, and associated services
Readme 256 MiB
Languages
Python 54.3%
Makefile 22.8%
Shell 14.7%
HTML 4.9%
JavaScript 3.3%