All about my work#

Some basic formatting#

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

  • item

  • item

Code#

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 as in this example:

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