Skip to content

Files

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Lecture Notes created using MkDocs.

Set up environment

To get started install Mkdocs and Mkdocs material:

pip install mkdocs
pip install mkdocs-material

Run locally

Type the following command in the terminal

mkdocs serve

Build static files

Type the following command in the terminal

mkdocs build

Publish on Github Pages

mkdocs gh-deploy