=== Top of the Swiki === Attachments ===

Squeak Cookbook Style

An example of a cookbook with a good structure is the
Perl Cookbook. Another example is the the VisualWorks Cookbook mentioned in Thoughts on Documentation as exemplary.
In the Perl Cookbook, recipes are structured like this:

Each section has an introduction where some general concepts are explained. It closes with one or two complete useful example programs.
How is it in the VisualWorks Cookbook?
The VisualWorks Cookbook uses

Topics


The Cookbook should cover

Structure of the Cookbook


It makes sense to stick to a fixed set of HTML tags:

This structure makes it possible to process the cookbook automatically if that should become necessary, e.g. for creating a table of contents, or for moving large recipes to separate pages.
see also Practical Wizardry