diff -r 1fe264666619 -r ad182c8e14f7 doc/book/en/D040-api-reference.en.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/book/en/D040-api-reference.en.txt Wed Apr 22 21:59:58 2009 -0700 @@ -0,0 +1,33 @@ +.. -*- coding: utf-8 -*- + +API Reference +============= + +Schema API +---------- + +Base Types +~~~~~~~~~~ + +Base types are defined as a set in yams.BASE_TYPES that includes: +`String`, `Int`, `Float`, `Boolean`, `Date`, `Time`, `Datetime`, +`Interval`, `Password`, `Bytes`. + +See `yams' API `_ + +Constraints +~~~~~~~~~~~ + +Constraints are defined in yams.constraints and include: +`UniqueConstraint`, `SizeConstraint`, `RegexpConstraint`, +`BoundConstraint`, `IntervalBoundConstraint`, +`StaticVocabularyConstraint`, `MultipleStaticVocabularyConstraint`. + +See `yams' API `_ + +Views API +--------- + +See `yams' API `_ +[WRITE ME] +