Skip to content
Stephen Cagle edited this page Feb 17, 2020 · 6 revisions

The documentation is written using Cryogen. I picked this library for two reasons.

  1. Because I was familiar with it.
  2. Because it has the ability to create Klipse snippets that let me write interactive code.

With that said, there are clearly a few issues with the code layout I have done here.

  1. The actual source (/src) and the documentation (/content) are all mixed in this one project. I think this is OK in general, but Cryogen has so many other dependent directories that it makes the core of the project look a little muddled. I would like to reduce it down to some small number of components like /api, /doc, /src/, /test.
  2. Working on the documentation is a rather laborious process.
  3. The testing feedback could be easier to setup/iterate upon.
Clone this wiki locally