help.handbook: remove 'type index'

db4
Slava Pestov 2009-10-20 07:07:03 -05:00
parent 18be7e1f37
commit 5346fb9f23
2 changed files with 0 additions and 5 deletions

View File

@ -4,5 +4,4 @@ IN: help.handbook.tests
[ ] [ "article-index" print-topic ] unit-test [ ] [ "article-index" print-topic ] unit-test
[ ] [ "primitive-index" print-topic ] unit-test [ ] [ "primitive-index" print-topic ] unit-test
[ ] [ "error-index" print-topic ] unit-test [ ] [ "error-index" print-topic ] unit-test
[ ] [ "type-index" print-topic ] unit-test
[ ] [ "class-index" print-topic ] unit-test [ ] [ "class-index" print-topic ] unit-test

View File

@ -239,9 +239,6 @@ ARTICLE: "primitive-index" "Primitive index"
ARTICLE: "error-index" "Error index" ARTICLE: "error-index" "Error index"
{ $index [ all-errors ] } ; { $index [ all-errors ] } ;
ARTICLE: "type-index" "Type index"
{ $index [ builtins get sift ] } ;
ARTICLE: "class-index" "Class index" ARTICLE: "class-index" "Class index"
{ $heading "Built-in classes" } { $heading "Built-in classes" }
{ $index [ classes [ builtin-class? ] filter ] } { $index [ classes [ builtin-class? ] filter ] }
@ -387,7 +384,6 @@ ARTICLE: "handbook" "Factor handbook"
"article-index" "article-index"
"primitive-index" "primitive-index"
"error-index" "error-index"
"type-index"
"class-index" "class-index"
} }
{ $heading "Explore the code base" } { $heading "Explore the code base" }