Skip to content

hari-robotics/polimi-msc-control-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequires

  • Python3 and pip

Installation

  1. Download the project to your local device,

    git clone [email protected]:hari-robotics/polimi-msc-control-notes.git
    
  2. Go to project directory, open a terminal here, type:

    pip install -r requirements.txt
    

Creating new posts

  1. Create a new markdown file under docs/ folder, subfolder is allowed.

  2. Add your document path to mkdocs.yml, it should follow the rules below:

nav:
- 'Title': 'path/to/your/file'

Then, you can edit your documents

Debugging

To preview the documents, type:

mkdocs serve

If it runs successfully, it will show a prompt like below:

INFO    -  [17:36:46] Serving on http://127.0.0.1:8000/

Go to the link and you can preview the page.

Help

For more information, please go to the mkdocs-material official website and see the user manual.

About

This project aims to build a site to record the lecture notes taught in master degree class with automation and control engineering major

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published