# uscribe documentation under doc/

This directory holds the **uscribe User Guide**, built with uscribe
(Unicon’s prose/book documentation generator in `uni/uscribe/`).

```sh
# from the unicon tree
make -C uni/uscribe          # build the uscribe tool
make -C doc/uscribe          # this guide → out/index.html
                             # plus report fixtures under out/ex-*/
# book settings: book.conf (title, logo, name, …)
```

Reports (one paper vs a catalog of papers) are documented in
`reports.rst`, with fixtures `report-example.manifest` (one file)
and `reports-example.manifest` (two files).

Themes: `make basic`, `make classic`, or `make dark` in this directory.
Also `make latex` / `make pdf` when a TeX engine is installed
(`out/uscribe-userguide.pdf`).
