Skip to content

ros-mobile-robots/ros-mobile-robots.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros-mobile-robots.github.io

Website and documentation for the ros-mobile-robots organization. This documentation relies on Material for MkDocs. This is a theme for MkDocs, a static site generator geared towards (technical) project documentation.

You can access the build documentation at https://ros-mobile-robots.github.io/.

The source code of the documentation is built using a github action, defined in .github/workflows/ci.yml. This basically calls mkdocs build on the source code and generates mainly just static files. Afterwards, the command also deploys these static files to the gh-pages branch. This triggers the github-pages build, defined in the Settings/Pages section of this repository, to build the static files from the gh-pages branch and publish the site to https://ros-mobile-robots.github.io/.

See the offical Getting Started guide on how to publish the website using other methods.

License

In general, the text of this documentation is available under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0. Please refer to LICENSE.text for the actual legaleese wording of the license. This applies to:

  • All md files.
  • All illustrations appearing in the text.

The examples and code snippets assoiated with the book are made available under a three clause BSD license, see LICENSE.code for the actual license text. This is to make it possible for readers to take inspiration from, or even copy and paste code from the documentation without any fear of licensing issues. This applies to all example source code.