Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.07 KB

Erudite

Documentation system for Cuis Smalltalk.

Overview

Erudite provides the following to document Smalltalk programs:

  • Markup for linking and evaluating Smalltalk code. Links to Smalltalk classes, methods, selectors, senders, implementators, etc.
  • Books. Books are basically a collection of Documents organized in sections.
  • Book reader and editor. Morphic applications for Book reading and editing.

Install

To install the core (markup and Erudite reader and editor):

Feature require: 'Erudite'

Extensions to Smalltalk tools (browser, workspace, etc) are provided in a separate package:

Feature require: 'EruditeToolsExtensions'

There's also a PetitParser tutorial book included. Install it doing:

Feature require: 'PetitParserTutorial'

Screenshots

Screenshot 1 EruditeUML EruditeMath