Helping out with the project!
If you make Example Project Code changes please contribute changes that reflect this in the Documentation. This will make it easier for us and more likely that your contribution will be approved.
If you make documentation changes please contribute changes that reflect this in the Example Project Code. This will make it easier for us and more likely that your contribution will be approved.
There are a couple of ways to contribute to this project:
On each page there is an option to edit the page. Any changes you make through this option will be submitted and become live once they are approved.
The edit icon looks like this:
Alternatively you could create a pull request and clone the repository
You can help the project by making new pages. Any pages you make will become live once they are approved.
Click here to create a new page
Please use the New Page Template
Click here to see tips on creating markdown documents
Warning
Make sure all documentation files end in .md
Tip
You can add to a certain tab by appending /tab_name/ to the file name
Tip
Visit Admonitions (call-out) references for a list off call-outs like this one.
pip install -r requirements.txt python -m pip install -r requirements.txt py -m pip install -r requirements.txtmkdocs serve to open up a live local version of the project in your browsermkdocs serve does not work on its own, try each one in order until successful:python -m mkdocs serve py -m mkdocs servedocs directory.mkdocs.yml file in the # Navigation (nav:) section.Please copy this code as a template to create your new page
# Page title
<!-- This page was contributed by: -->
Subtitle
<!-- Add a page image to make it pretty! -->

## Overview
This section will help you learn to BLANK.
**See table of contents for a breakdown of this section.**
***
## Section One
- Some info
- Some other into
- Some sub info
### Section One Subsection
***
## Section Two
- Info
- Info 2
!!! Tip
This is a tip.