Skip to content

RoboCup-SSL/ssl-goals

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Guiding Principles and Long Term Goals of the Small Size League

This is the AsciiDoc source for the official RoboCup Small Size League guiding principles and long term goals.

Build

The document is automatically built on updates to the master branch and published to Github Pages. There is also a PDF-version.

Using AsciiDoctor natively

Install AsciiDoctor on your system (https://asciidoctor.org/). Afterwards, build HTML5 version with

# Build the HTML5 version
asciidoctor sslgoals.adoc
# Build the PDF version
asciidoctor-pdf sslgoals.adoc

Using docker image

If you have Docker installed, you can use the official AsciiDoctor image:

# Pull image once
docker pull asciidoctor/docker-asciidoctor
# Build the HTML5 version
docker run -v $PWD:/documents/ asciidoctor/docker-asciidoctor asciidoctor sslgoals.adoc
# Build the PDF version
docker run -v $PWD:/documents/ asciidoctor/docker-asciidoctor asciidoctor-pdf sslgoals.adoc

About

SSL guiding principals and long term goals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages