Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Documentation

For this project you will be expected to develop documentation for your code. This is done in two parts, the first is in code comments such as line commends and function docstrings, the second one is the thing you are reading right now.

We will ask you to contribute to these documents as you develop code for the project. The full nature of which we will explain during our meetings. The following is a guideline on how to contribute to the documentation.

Adding to this website

This website is a Jekyll website that is auto generated based on markdown files which is running the Just the Docs theme.

To add a new page you just create a file with the .md extension for markdown inside the /docs/pages folder.

To learn more about adding content read this.