Skip to content

Commit

Permalink
Libdoc: Add actual docs for standard conversions (#4160)
Browse files Browse the repository at this point in the history
Only int and bool had docs earlier, others had TODO. Also enhance this
docs in the User Guide a bit.
  • Loading branch information
pekkaklarck committed Feb 9, 2022
1 parent 55876a9 commit b8cb000
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 67 deletions.
2 changes: 1 addition & 1 deletion atest/robot/libdoc/datatypes_py-xml.robot
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Custom
Standard
DataType Standard Should Be 0
... boolean
... Strings ``TRUE``, ``YES``, ``ON`` and ``1`` are converted to ``True``,
... Strings ``TRUE``, ``YES``, ``ON`` and ``1`` are converted to Boolean ``True``,

Usages
Usages Should Be 1 Standard boolean
Expand Down

0 comments on commit b8cb000

Please sign in to comment.