Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 11, 2017
1 parent d90fff3 commit 224a807
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,21 @@ Features

Supported types are as follows:

- bool
- datetime
- dict
- int
- `bool <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#bool-type-class>`__
- `datetime <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#datetime-type-class>`__
- `dict <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#dictionary-type-class>`__
- `int <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#integer-type-class>`__
- float
- Real number
- Infinite
- Not a number
- None
- str
- null string
- `Real number <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#real-number-type-class>`__
- `Infinite <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#infinity-type-class>`__
- `Not a number <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#nan-type-class>`__
- `None <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#none-type-class>`__
- `str <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#string-type-class>`__
- `Null string <http://pytypeutil.rtfd.io/en/latest/pages/reference/type.html#null-string-type-class>`__

Type check/validate/convert results will be decided according to ``strict_level``
which can be passed to constructors. API reference can be found at the document.

which can be passed to constructors. API reference can be found at the
`document <http://pytypeutil.rtfd.io/>`__.

Installation
============
Expand Down

0 comments on commit 224a807

Please sign in to comment.