Skip to content

Latest commit

 

History

333 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArPiRobot Docs

Uses mkdocs with mkdocs-material theme and mike for versioning of docs.

python3 -m pip install -r requirements.txt -U

# Note: mike serve doesn't show live edited stuff. It locally hosts deployed stuff.
mkdocs serve

Deploying

# Eg mike deploy --push --update-aliases 1.0 latest
# Change version as needed
# Add latest tag to latest docs (only for new version of docs, not updating existing version's docs)
mike deploy --push --update-aliases [version] [latest]

Updating Doxygen

  • Clone corelib repo and run the following in it
    python3 generate_docs.pygit s
  • Docs are in the doxygen-docs folder. Copy it to docs/ in the arpirobot.github.io repo.

About

Documentation and GH Pages soruce for ArPiRobot.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors