Last change
on this file since 31588 was
31588,
checked in by evhan, 6 years ago
|
wiki/schematic: Minor docs/deps update
|
File size:
1007 bytes
|
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/r7rs|r7rs]] |
---|
14 | |
---|
15 | The {{schematic-docco}} utility also requires the following |
---|
16 | extensions: |
---|
17 | |
---|
18 | * [[/egg/fmt|fmt]] (for ANSI output) |
---|
19 | * [[/egg/sxml-transforms|sxml-transforms]] (for HTML output) |
---|
20 | * [[/egg/colorize|colorize]] (for syntax highlighting) |
---|
21 | |
---|
22 | === Documentation |
---|
23 | |
---|
24 | {{schematic}} is a set of simple tools to help with writing and |
---|
25 | documenting Scheme code. Four programs are provided: |
---|
26 | |
---|
27 | * {{schematic-docco}} - [[http://jashkenas.github.com/docco/|Docco]]-style documentation generator. |
---|
28 | * {{schematic-format}} - Source formatter. |
---|
29 | * {{schematic-markdown}} - Markdown generator. |
---|
30 | * {{schematic-wiki}} - svnwiki fragment generator. |
---|
31 | |
---|
32 | Usage details for these programs can be found in their respective man |
---|
33 | pages after installation. |
---|
34 | |
---|
35 | The source for this extension is available at |
---|
36 | [[https://bitbucket.org/evhan/schematic|Bitbucket]]. |
---|
37 | |
---|
38 | === Author |
---|
39 | |
---|
40 | [[/users/evan-hanson|Evan Hanson]] |
---|
41 | |
---|
42 | === License |
---|
43 | |
---|
44 | 3-Clause BSD. |
---|
Note: See
TracBrowser
for help on using the repository browser.