From 224a807e6066d568430cebf9c83be69b17b90eee Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sat, 11 Feb 2017 15:56:23 +0900 Subject: [PATCH] Update README --- README.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 06137bf..0bf41fb 100644 --- a/README.rst +++ b/README.rst @@ -104,21 +104,21 @@ Features Supported types are as follows: -- bool -- datetime -- dict -- int +- `bool `__ +- `datetime `__ +- `dict `__ +- `int `__ - float - - Real number - - Infinite - - Not a number -- None -- str - - null string + - `Real number `__ + - `Infinite `__ + - `Not a number `__ +- `None `__ +- `str `__ + - `Null string `__ 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 `__. Installation ============