Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 326 Bytes

README.rst

File metadata and controls

24 lines (14 loc) · 326 Bytes

documentation

Building

First, generate documentation for Ergonomica commands by running

./gen_commands.ergo

or in Ergonomica

ergo --file gen_commands.ergo

Then, to compile the ReStructuredText to html, run

make clean && make html