1
0
forked from brl/citadel
citadel/docs
2020-12-07 17:24:22 -05:00
..
duck Citadel documentation system 2020-12-07 17:24:22 -05:00
.gitignore Citadel documentation system 2020-12-07 17:24:22 -05:00
Makefile Citadel documentation system 2020-12-07 17:24:22 -05:00
README.md Citadel documentation system 2020-12-07 17:24:22 -05:00

Writing documentation

http://projectmallard.org/ducktype/1.0/index.html

Building documentation

Building the documentation requires the 'ducktype' utility. The makefile will use this command to generate a directory of .page files from the .duck files in the /duck directory.

$ sudo apt install ducktype
$ make

Reading documentation

After generating the documentation it can be previewed by running yelp on the /pages directory:

$ yelp pages

Installing documentation

After making changes to the documentation, run 'make install' to update the set of .page files in the citadel-documentation recipe.

$ make install