Skip to content

yannickmoy/training_material

 
 

Repository files navigation

Training Material Build

Overview

This repository is a collection of courses for teaching Ada (or SPARK) plus some support files to convert the courses into various presentation formats. The courses are written in ReStructured Text (RST) format, making them easy to convert into word processing documents, slides, or any other formats as needed. The most common conversion tool is Pandoc, and there is a folder that contains some artifacts that can be used with the tool. (Artifacts for other tools may be added in the future). Each of the folders at this level are described below.

Download

You can download the PDF by going to the actions page.

NB: You need to be connected to GitHub.

Click on the build you want. You probably want to take one from the master branch.

Click build

Scroll at the bottom

Bottom scroll

Artifact examples

Courses

Each folder contains a collection of RST files that make up modules within the course. The filenames for the modules should use a numbering scheme so users can quickly understand the typical order of presentation.

Module Labs

If the course is designed with laboratory exercises / examples, these RST files should be in a subfolder, where the name of the file is the same as the course name with ".lab" at the end. The benefit of keeping labs separate from their enclosing courses is to be able to generate "Lab Manuals" as separate course materials. You can also create subfolders here to store lab answers and supporting files.

Using the Labs

Some labs will work right away, but for solar_system labs you will need to install the SDL library and wrappers first. See extern/README.md.

Images

All images used in any of the courses should be stored here. This allows sharing of images across courses without duplication. The filename should be as descriptive as possible.

Pandoc

This folder contains artifacts useful in running Pandoc to generate any output format.

Support Files

This folder contains files that may be useful for multiple presentation formats.

Contrib

This folder contains scripts that are used for generating the docs or packages.

Extern

This folder contains sources that are used in support of labs (as frameworks), and are standalone.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ada 93.2%
  • Python 5.8%
  • C 0.4%
  • Shell 0.3%
  • TeX 0.3%
  • Batchfile 0.0%