Skip to content

narora1/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Fetch & Freight Research Edition Documentation

This is the source for the Fetch & Freight Research Edition Documentation, which is hosted at http://docs.fetchrobotics.com

Building New Releases

Install prerequisites:

sudo pip install sphinx

Build new release from master, store into gh-pages branch:

git checkout master
make html
git checkout gh-pages
cp -r build/html/* .
rm -rf build
git commit -a "new build"
git push origin gh-pages

About

Robot User Manuals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.7%
  • Python 22.7%
  • Makefile 17.2%
  • JavaScript 10.8%
  • CSS 0.6%