jlp/doc/issues
Jonathan Bernard d31d17d1e2 Refactored the overall process, fixed #0005: link behaviour.
* Refactored the overall process flow. Instead of ``JLPMain`` handling the
  process, it now reads the command line options and defers to ``Processor`` to
  handle the actual process. The ``Processor`` instance is responsible for
  processing one batch of input files and holds all the state that is common to
  this process.
* ``JLPBaseGenerator`` and generators based on it are now only responsible for
  handling one file, generating output from a source AST. As a consequence
  state that is common to the overall process is no longer stored in the
  generator but is stored on the ``Processor`` instance, which is exposed to the
  generators.
* Generators can now be instantiated directly (instead of having just a public
  static method) and are no longer one-time use. Now the life of a generator is
  expected to be the same as the life of the ``Processor``.
* Fixed inter-doc link behaviour.
* Created some data classes to replace the ad-hoc maps used to store state in
  the generator (now in the ``Processor``)
2011-09-09 14:28:48 -05:00
..
0000ts3.rst Updating project issues. 2011-09-07 10:49:28 -05:00
0001tn3.rst Worked on literate output using Markdown as the text markup language. 2011-09-06 16:13:21 -05:00
0002tn3.rst Updating project issues. 2011-09-07 10:49:28 -05:00
0003tn3.rst Updating project issues. 2011-09-07 10:49:28 -05:00
0004tn7.rst Issue tracking. 2011-09-08 12:19:53 -05:00
0005ts3.rst Refactored the overall process, fixed #0005: link behaviour. 2011-09-09 14:28:48 -05:00