help.handbook: remove 'type index'
parent
18be7e1f37
commit
5346fb9f23
|
@ -4,5 +4,4 @@ IN: help.handbook.tests
|
|||
[ ] [ "article-index" print-topic ] unit-test
|
||||
[ ] [ "primitive-index" print-topic ] unit-test
|
||||
[ ] [ "error-index" print-topic ] unit-test
|
||||
[ ] [ "type-index" print-topic ] unit-test
|
||||
[ ] [ "class-index" print-topic ] unit-test
|
||||
|
|
|
@ -239,9 +239,6 @@ ARTICLE: "primitive-index" "Primitive index"
|
|||
ARTICLE: "error-index" "Error index"
|
||||
{ $index [ all-errors ] } ;
|
||||
|
||||
ARTICLE: "type-index" "Type index"
|
||||
{ $index [ builtins get sift ] } ;
|
||||
|
||||
ARTICLE: "class-index" "Class index"
|
||||
{ $heading "Built-in classes" }
|
||||
{ $index [ classes [ builtin-class? ] filter ] }
|
||||
|
@ -387,7 +384,6 @@ ARTICLE: "handbook" "Factor handbook"
|
|||
"article-index"
|
||||
"primitive-index"
|
||||
"error-index"
|
||||
"type-index"
|
||||
"class-index"
|
||||
}
|
||||
{ $heading "Explore the code base" }
|
||||
|
|
Loading…
Reference in New Issue