Skip to content

The entry point for PPS and LSS reports, automatically releasing them also in PDF LaTeX and HTML web formats.

License

Notifications You must be signed in to change notification settings

scalaquest/Reports

Repository files navigation

ScalaQuest Final Reports

CI Release

This is the entry point for PPS and LSS reports. We decided to set them in a separate repository, as the structure of them begun to rise in complexity.

The documentation is written in Markdown, available in the src directory. Anyway, more convenient consultation formats are provided: for each release, PDF LaTeX and web version are generated automatically, using Pandoc.

How to consult sources?

The repository uses scalaquest/PandocBootstrap as a Git Submodule. As such, a plain clone does not initialize submodules. You have to clone the project this way:

git clone --recurse-submodules https://github.com/scalaquest/Reports.git

Besides performing the clone, also recursively initialize submodules. Also, the submodule have to be updated manually periodically, by using

git submodule update --remote --recursive

How to consult the documentation?

You can examine the web version of reports and the appendix document from the PPS report website, LSS report website and appendix website.

If you prefer a LaTeX PDF version, you can download the latest release from here.