Skip to content

Commit

Permalink
Merge pull request #6 from kth-step/doc-documentation
Browse files Browse the repository at this point in the history
basic document building instructions
  • Loading branch information
palmskog authored Jan 23, 2024
2 parents 56fb4c4 + 4e3edae commit 7e9c87a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,19 @@ opam install coq.8.18.0 coq-ott
```

To build when dependencies are installed, do:

```shell
git clone https://github.com/kth-step/abs-metatheory.git
cd abs-metatheory
make # or make -j <number-of-cores-on-your-machine>
```

To build a pdf documenting the project, ensure that `ott` and
TeX Live (`pdflatex`) are installed, and do:
```shell
make docs/report/main.pdf
```
Note that the source file to edit for this pdf is `docs/report/main.mng`.

## Documentation

- [latest technical report](https://kth-step.github.io/abs-metatheory/docs/report/main.pdf)
Expand Down
8 changes: 7 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@ build: |-
```
To build when dependencies are installed, do:
```shell
git clone https://github.com/kth-step/abs-metatheory.git
cd abs-metatheory
make # or make -j <number-of-cores-on-your-machine>
```
To build a pdf documenting the project, ensure that `ott` and
TeX Live (`pdflatex`) are installed, and do:
```shell
make docs/report/main.pdf
```
Note that the source file to edit for this pdf is `docs/report/main.mng`.
documentation: |-
## Documentation
Expand Down

0 comments on commit 7e9c87a

Please sign in to comment.