2009-03-24 10:11:45 -04:00
|
|
|
USING: help help.topics help.markup help.syntax io strings ;
|
2009-03-24 05:11:08 -04:00
|
|
|
IN: help.vocabs
|
2008-03-12 20:55:06 -04:00
|
|
|
|
2008-11-22 04:38:19 -05:00
|
|
|
ARTICLE: "vocab-tags" "Vocabulary tags"
|
|
|
|
{ $all-tags } ;
|
|
|
|
|
|
|
|
ARTICLE: "vocab-authors" "Vocabulary authors"
|
|
|
|
{ $all-authors } ;
|
|
|
|
|
2008-03-12 20:55:06 -04:00
|
|
|
ARTICLE: "vocab-index" "Vocabulary index"
|
2008-11-22 04:38:19 -05:00
|
|
|
{ $subsection "vocab-tags" }
|
|
|
|
{ $subsection "vocab-authors" }
|
2009-01-07 16:21:51 -05:00
|
|
|
{ $vocab "" } ;
|
2008-11-29 01:20:39 -05:00
|
|
|
|
|
|
|
HELP: words.
|
|
|
|
{ $values { "vocab" "a vocabulary name" } }
|
|
|
|
{ $description "Printings a listing of all the words in a vocabulary, categorized by type." } ;
|
2009-03-24 10:11:45 -04:00
|
|
|
|
|
|
|
HELP: about
|
|
|
|
{ $values { "vocab" "a vocabulary specifier" } }
|
|
|
|
{ $description
|
|
|
|
"Displays the main help article for the vocabulary. The main help article is set with the " { $link POSTPONE: ABOUT: } " parsing word."
|
|
|
|
} ;
|
|
|
|
|
|
|
|
ARTICLE: "browsing-help" "Browsing documentation"
|
|
|
|
"Help topics are instances of a mixin:"
|
|
|
|
{ $subsection topic }
|
|
|
|
"Most commonly, topics are article name strings, or words. You can display a specific help topic:"
|
|
|
|
{ $subsection help }
|
|
|
|
"You can also display the help for a vocabulary:"
|
|
|
|
{ $subsection about }
|
|
|
|
"To list a vocabulary's words only:"
|
|
|
|
{ $subsection words. }
|
|
|
|
{ $examples
|
|
|
|
{ $code "\"evaluator\" help" }
|
|
|
|
{ $code "\\ + help" }
|
|
|
|
{ $code "\"io.files\" about" }
|
|
|
|
} ;
|