All about my work

Hardware

This strongly-emphasised text will usually appears in bold. Emphasis usually appears in italics.

  • item

  • item

Software

The list of links below appears in a seealso directive.

See also

Firmware

Sphinx has a number of parsers for automated language highlighting in code-blocks. It does a good job of guessing what language you’re using, but you can also state that explicitly.

 python3 -m venv sphinxenv
 source sphinxenv/bin/activate
 pip install sphinx
 pip freeze > requirements.txt
 sphinx-quickstart