Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Mar 21, 2018
1 parent 6976775 commit 27b6dbe
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions docs/pages/reference/matrix_infinity_type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:py:meth:`~.type.Infinity.validate` NOP [#f1]_ NOP [#f1]_ E [#f2]_
:py:meth:`~.type.Infinity.convert` ``Decimal("inf")`` ``Decimal("inf")`` E [#f3]_
:py:meth:`~.type.Infinity.try_convert` ``Decimal("inf")`` ``Decimal("inf")`` ``None``
:py:meth:`~.type.Infinity.force_convert` ``Decimal("inf")`` ``Decimal("inf")`` 0.1
:py:meth:`~.type.Infinity.force_convert` ``Decimal("inf")`` ``Decimal("inf")`` 0.1
======================================== ================== ================== =========


Expand All @@ -20,7 +20,7 @@
:py:meth:`~.type.Infinity.validate` NOP [#f1]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.Infinity.convert` ``Decimal("inf")`` E [#f3]_ E [#f3]_
:py:meth:`~.type.Infinity.try_convert` ``Decimal("inf")`` ``None`` ``None``
:py:meth:`~.type.Infinity.force_convert` ``Decimal("inf")`` ``Decimal("inf")`` 0.1
:py:meth:`~.type.Infinity.force_convert` ``Decimal("inf")`` ``Decimal("inf")`` 0.1
======================================== ================== ================== =========


18 changes: 9 additions & 9 deletions docs/pages/reference/matrix_integer_type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
======================================= ========== ========== ========== ========== ========== ========== ==========
:py:meth:`~.type.Integer.is_type` ``True`` ``True`` ``True`` ``True`` ``True`` ``True`` ``True``
:py:meth:`~.type.Integer.validate` NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ NOP [#f1]_
:py:meth:`~.type.Integer.convert` 1 1 1 1 1 1 1
:py:meth:`~.type.Integer.try_convert` 1 1 1 1 1 1 1
:py:meth:`~.type.Integer.force_convert` 1 1 1 1 1 1 1
:py:meth:`~.type.Integer.convert` 1 1 1 1 1 1 1
:py:meth:`~.type.Integer.try_convert` 1 1 1 1 1 1 1
:py:meth:`~.type.Integer.force_convert` 1 1 1 1 1 1 1
======================================= ========== ========== ========== ========== ========== ========== ==========


Expand All @@ -18,9 +18,9 @@
======================================= ========== ========== ========= ========== ========== ========= =========
:py:meth:`~.type.Integer.is_type` ``True`` ``True`` ``False`` ``True`` ``True`` ``False`` ``False``
:py:meth:`~.type.Integer.validate` NOP [#f1]_ NOP [#f1]_ E [#f2]_ NOP [#f1]_ NOP [#f1]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.Integer.convert` 1 1 E [#f3]_ 1 1 E [#f3]_ E [#f3]_
:py:meth:`~.type.Integer.try_convert` 1 1 ``None`` 1 1 ``None`` ``None``
:py:meth:`~.type.Integer.force_convert` 1 1 1 1 1 1 1
:py:meth:`~.type.Integer.convert` 1 1 E [#f3]_ 1 1 E [#f3]_ E [#f3]_
:py:meth:`~.type.Integer.try_convert` 1 1 ``None`` 1 1 ``None`` ``None``
:py:meth:`~.type.Integer.force_convert` 1 1 1 1 1 1 1
======================================= ========== ========== ========= ========== ========== ========= =========


Expand All @@ -31,9 +31,9 @@
======================================= ========== ========= ========= ========= ========= ========= =========
:py:meth:`~.type.Integer.is_type` ``True`` ``False`` ``False`` ``False`` ``False`` ``False`` ``False``
:py:meth:`~.type.Integer.validate` NOP [#f1]_ E [#f2]_ E [#f2]_ E [#f2]_ E [#f2]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.Integer.convert` 1 E [#f3]_ E [#f3]_ E [#f3]_ E [#f3]_ E [#f3]_ E [#f3]_
:py:meth:`~.type.Integer.try_convert` 1 ``None`` ``None`` ``None`` ``None`` ``None`` ``None``
:py:meth:`~.type.Integer.force_convert` 1 1 1 1 1 1 1
:py:meth:`~.type.Integer.convert` 1 E [#f3]_ E [#f3]_ E [#f3]_ E [#f3]_ E [#f3]_ E [#f3]_
:py:meth:`~.type.Integer.try_convert` 1 ``None`` ``None`` ``None`` ``None`` ``None`` ``None``
:py:meth:`~.type.Integer.force_convert` 1 1 1 1 1 1 1
======================================= ========== ========= ========= ========= ========= ========= =========


18 changes: 9 additions & 9 deletions docs/pages/reference/matrix_ipaddress_type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

.. table:: :py:class:`typepy.type.IpAddress`: :py:attr:`~typepy.type.IpAddress.strict_level` = 1

========================================= =========================== =========================== ========== =================== =========
Method ``ip_address('127.0.0.1')`` ``'127.0.0.1'`` ``'::1'`` ``'192.168.0.256'`` ``None``
========================================= =========================== =========================== ========== =================== =========
:py:meth:`~.type.IpAddress.is_type` ``True`` ``True`` ``True`` ``False`` ``False``
:py:meth:`~.type.IpAddress.validate` NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.IpAddress.convert` ``ip_address("127.0.0.1")`` ``ip_address("127.0.0.1")`` ``"::1"`` E [#f3]_ E [#f3]_
:py:meth:`~.type.IpAddress.try_convert` ``ip_address("127.0.0.1")`` ``ip_address("127.0.0.1")`` ``"::1"`` ``None`` ``None``
:py:meth:`~.type.IpAddress.force_convert` ``ip_address("127.0.0.1")`` ``ip_address("127.0.0.1")`` ``"::1"`` E [#f3]_ E [#f3]_
========================================= =========================== =========================== ========== =================== =========
========================================= =========================== =========================== ========= =================== =========
Method ``ip_address('127.0.0.1')`` ``'127.0.0.1'`` ``'::1'`` ``'192.168.0.256'`` ``None``
========================================= =========================== =========================== ========= =================== =========
:py:meth:`~.type.IpAddress.is_type` ``True`` ``False`` ``False`` ``False`` ``False``
:py:meth:`~.type.IpAddress.validate` NOP [#f1]_ E [#f2]_ E [#f2]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.IpAddress.convert` ``ip_address("127.0.0.1")`` E [#f3]_ E [#f3]_ E [#f3]_ E [#f3]_
:py:meth:`~.type.IpAddress.try_convert` ``ip_address("127.0.0.1")`` ``None`` ``None`` ``None`` ``None``
:py:meth:`~.type.IpAddress.force_convert` ``ip_address("127.0.0.1")`` ``ip_address("127.0.0.1")`` ``"::1"`` E [#f3]_ E [#f3]_
========================================= =========================== =========================== ========= =================== =========


4 changes: 2 additions & 2 deletions docs/pages/reference/matrix_nan_type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:py:meth:`~.type.Nan.validate` NOP [#f1]_ NOP [#f1]_ E [#f2]_
:py:meth:`~.type.Nan.convert` ``Decimal("nan")`` ``Decimal("nan")`` E [#f3]_
:py:meth:`~.type.Nan.try_convert` ``Decimal("nan")`` ``Decimal("nan")`` ``None``
:py:meth:`~.type.Nan.force_convert` ``Decimal("nan")`` ``Decimal("nan")`` 0.1
:py:meth:`~.type.Nan.force_convert` ``Decimal("nan")`` ``Decimal("nan")`` 0.1
=================================== ================== ================== =========


Expand All @@ -20,7 +20,7 @@
:py:meth:`~.type.Nan.validate` NOP [#f1]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.Nan.convert` ``Decimal("nan")`` E [#f3]_ E [#f3]_
:py:meth:`~.type.Nan.try_convert` ``Decimal("nan")`` ``None`` ``None``
:py:meth:`~.type.Nan.force_convert` ``Decimal("nan")`` ``Decimal("nan")`` 0.1
:py:meth:`~.type.Nan.force_convert` ``Decimal("nan")`` ``Decimal("nan")`` 0.1
=================================== ================== ================== =========


14 changes: 7 additions & 7 deletions docs/pages/reference/matrix_realnumber_type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
========================================== ========== ========== ========== ========== ========== ========== =========
:py:meth:`~.type.RealNumber.is_type` ``True`` ``True`` ``True`` ``True`` ``True`` ``True`` ``False``
:py:meth:`~.type.RealNumber.validate` NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ E [#f2]_
:py:meth:`~.type.RealNumber.convert` 1 1 1.1 1 1 1.1 E [#f3]_
:py:meth:`~.type.RealNumber.try_convert` 1 1 1.1 1 1 1.1 ``None``
:py:meth:`~.type.RealNumber.force_convert` 1 1 1.1 1 1 1.1 1
:py:meth:`~.type.RealNumber.convert` 1 1 1.1 1 1 1.1 E [#f3]_
:py:meth:`~.type.RealNumber.try_convert` 1 1 1.1 1 1 1.1 ``None``
:py:meth:`~.type.RealNumber.force_convert` 1 1 1.1 1 1 1.1 1
========================================== ========== ========== ========== ========== ========== ========== =========


Expand All @@ -18,9 +18,9 @@
========================================== ========= ========= ========== ========= ========= ========== =========
:py:meth:`~.type.RealNumber.is_type` ``False`` ``False`` ``True`` ``False`` ``False`` ``True`` ``False``
:py:meth:`~.type.RealNumber.validate` E [#f2]_ E [#f2]_ NOP [#f1]_ E [#f2]_ E [#f2]_ NOP [#f1]_ E [#f2]_
:py:meth:`~.type.RealNumber.convert` E [#f3]_ E [#f3]_ 1.1 E [#f3]_ E [#f3]_ 1.1 E [#f3]_
:py:meth:`~.type.RealNumber.try_convert` ``None`` ``None`` 1.1 ``None`` ``None`` 1.1 ``None``
:py:meth:`~.type.RealNumber.force_convert` 1 1 1.1 1 1 1.1 1
:py:meth:`~.type.RealNumber.convert` E [#f3]_ E [#f3]_ 1.1 E [#f3]_ E [#f3]_ 1.1 E [#f3]_
:py:meth:`~.type.RealNumber.try_convert` ``None`` ``None`` 1.1 ``None`` ``None`` 1.1 ``None``
:py:meth:`~.type.RealNumber.force_convert` 1 1 1.1 1 1 1.1 1
========================================== ========= ========= ========== ========= ========= ========== =========


Expand All @@ -33,7 +33,7 @@
:py:meth:`~.type.RealNumber.validate` E [#f2]_ E [#f2]_ NOP [#f1]_ E [#f2]_ E [#f2]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.RealNumber.convert` E [#f3]_ E [#f3]_ 1.1 E [#f3]_ E [#f3]_ E [#f3]_ E [#f3]_
:py:meth:`~.type.RealNumber.try_convert` ``None`` ``None`` 1.1 ``None`` ``None`` ``None`` ``None``
:py:meth:`~.type.RealNumber.force_convert` 1 1 1.1 1 1 1.1 1
:py:meth:`~.type.RealNumber.force_convert` 1 1 1.1 1 1 1.1 1
========================================== ========= ========= ========== ========= ========= ========= =========


0 comments on commit 27b6dbe

Please sign in to comment.