Line | |
---|
1 | [[tags: egg]] |
---|
2 | |
---|
3 | == schematic |
---|
4 | |
---|
5 | [[toc:]] |
---|
6 | |
---|
7 | === Description |
---|
8 | |
---|
9 | Documentation tools for Scheme. |
---|
10 | |
---|
11 | === Requirements |
---|
12 | |
---|
13 | * [[/egg/fmt|fmt]] (for ANSI output) |
---|
14 | * [[/egg/sxml-transforms|sxml-transforms]] (for HTML output) |
---|
15 | * [[/egg/colorize|colorize]] (for syntax highlighting) |
---|
16 | |
---|
17 | === Documentation |
---|
18 | |
---|
19 | {{schematic}} is a set of simple tools to help with writing and documenting Scheme code. Three programs are provided: |
---|
20 | |
---|
21 | * {{schematic-docco}} - [[http://jashkenas.github.com/docco/|Docco]]-style documentation generator. |
---|
22 | * {{schematic-format}} - Source formatter. |
---|
23 | * {{schematic-markdown}} - Markdown generator. |
---|
24 | |
---|
25 | Usage details for these programs can be found in their respective man pages. |
---|
26 | |
---|
27 | The source for this extension is available at [[https://bitbucket.org/evhan/schematic|Bitbucket]]. |
---|
28 | |
---|
29 | === Author |
---|
30 | |
---|
31 | [[Evan Hanson]] |
---|
32 | |
---|
33 | === License |
---|
34 | |
---|
35 | 3-Clause BSD. |
---|
Note: See
TracBrowser
for help on using the repository browser.