Skip to content

tom-howard/com2009

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com2009

Content for the COM2009 ROS lab course site

Contributing

Setting up a Python Environment

Site is built using Material for MKDocs

First, create a Python virtual environment (ideally 3.9 or higher):

python -m venv venv

Activate the environment and install the latest version of Material for MKDocs:

pip install mkdocs-material

The MKDocs Awesome Pages Plugin:

pip install mkdocs-awesome-pages-plugin

And the Git Revision Date Localised Plugin:

pip install mkdocs-git-revision-date-localized-plugin

Editing

Site content is located in the "docs" directory. See here for guidance on how to write site content:

To preview the site as you write use the following command (make sure the Python environment is active!):

mkdocs serve

Then go to http://localhost:8000/com2009/ in a browser.

About

ROS packages for Tom's ROS Courses at The University of Sheffield

Resources

License

Stars

Watchers

Forks