Skip to content
Snippets Groups Projects
Select Git revision
  • 671b92f1abb97e93ab1ddf90b4f1bbc211df089f
  • master default protected
2 results

prob2_doc

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    dgelessus authored
    671b92f1
    History

    ProB 2.0 Handbook

    Repository for the ProB 2.0 Handbook.

    Building

    Assuming you have all necessary dependencies installed (see below), run:

    $ make

    The documentation will be built in HTML and PDF format and output into the build directory.

    Dependencies

    The build requires Asciidoctor with the BibTeX, diagram, and PDF extensions. These dependencies are available in most package managers and as a Docker image asciidoctor/docker-asciidoctor.

    You can also use an existing Ruby installation and Bundler to install the dependencies:

    $ bundle config set --local path vendor/bundle
    $ bundle install

    Then use bundle exec make to run the build.