Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 17, 2017
1 parent b5630be commit 0854a9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The correspondence between Python types and ``typepy`` classes are as follows:
.. table:: Supported Types

==================== =======================================================================================================
Python Type typepy Class
Python Type typepy: Type Class
==================== =======================================================================================================
``bool`` `Bool <http://typepy.rtfd.io/en/latest/pages/reference/type.html#bool-type>`__
``datetime`` `DateTime <http://typepy.rtfd.io/en/latest/pages/reference/type.html#datetime-type>`__
Expand Down Expand Up @@ -122,12 +122,12 @@ force_convert
>>> Integer(1.1).force_convert()
1
For more information
====================
Type check/validate/convert results will be changed according to
``strict_level`` value which can be passed to constructors as an argument.
More information can be found in the
For more information
--------------------------------------------
Type check/validate/convert results differed according to
``strict_level`` value which can pass to typepy classes constructors as an argument.
More information can be found in the
`API reference <http://typepy.rtfd.io/en/latest/pages/reference/index.html>`__.

Installation
Expand Down
9 changes: 0 additions & 9 deletions docs/make_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ def write_examples(maker):

maker.write_file(intro_root.joinpath("usage.txt"))

maker.write_chapter("For more information")
maker.write_line_list([
"Type check/validate/convert results will be changed according to",
"``strict_level`` value which can be passed to constructors as an argument.",
"More information can be found in the ",
"`API reference <http://{:s}.rtfd.io/en/latest/pages/reference/index.html>`__.".format(
PROJECT_NAME),
])


def main():
maker = readmemaker.ReadmeMaker(PROJECT_NAME, OUTPUT_DIR)
Expand Down

0 comments on commit 0854a9f

Please sign in to comment.