Tips

Make sure Python is installed, put jemdoc in your path somewhere, type in your file, and run

jemdoc index.jemdoc

This will use a default configuration for the html elements, and create an index.html.

Even simpler, you can omit the extension, and jemdoc will still process the index.jemdoc file, as in

jemdoc index

CSS

You will need to provide a CSS file on your server. By default it should be called jemdoc.css. Here is an example jemdoc.css file: download it and place it in the same directory as your html files. (Or customize it, or start from scratch!)