An extensible POSIX-compatible implementation of the ed(1) text editor
git clone https://git.8pit.net/edward.git
1# API Documentation 2 3This generates the API documentation for the edward library interface. 4 5## Dependencies 6 7In order to generate the documentation the following packages need to be installed: 8 9* [GNU make][gnu make]10* [Discount][discount web]11* [scmdoc][scmdoc github]1213## Usage1415After installing the aforementioned dependency, run the following command:1617 $ make -C doc1819This will generate several HTML files which provide an API documentation for R7RS libraries provided by edward.20An index page which links to these files is also generated.21Open `doc/index.html` in your favorite web browser to view this index page.2223[gnu make]: https://www.gnu.org/software/make24[discount web]: http://www.pell.portland.or.us/~orc/Code/discount/25[scmdoc github]: https://github.com/nmeum/scmdoc