Writing docs

Docs here are written using the ReStructuredText language (similar to markdown) and rended using sphinx.

Some useful links to get started with each of these:

Editing docs

These docs live here: https://github.com/abersailbot/documentation

To edit, do what you’d do with any other git repo: clone the repo and make your changes. When possible, prefer creating a pull request to allow another set of eyes to look it over.

Creating new pages

  1. Create a new rst file: e.g. doot.rst

  2. Add a title to the page

  3. link to this file in index.rst along with the other pages:

    .. toctree::
       :maxdepth: 2
    
       wiring-standard
       hardware-spec
       provisioning
       testing
       doot