Skip to content

Robotics-Club-Pulchowk/EmbeddedTutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbeddedTutorials

EmbeddedTutorials web pages are hosted here.

Setup, Build, and Run

# Create Virtual Environment
python3 -m venv .venv
source .venv/bin/activate

# Install sphinx package and extensions
pip3 install -r requirements.txt

# Build html
make html

# Run Webpages
cd build/html
python3 -m http.server # OR, firefox index.html

About

Documentation and Tutorials tailored for Robotics Club members, addressing their specific requirements and constraints.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors