diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-05-29 14:41:03 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-05-29 14:41:03 -0700 |
commit | f0d659bcbdc89785657af105c5197f672ebaccca (patch) | |
tree | db68429db65c4ca38457c7c4b8d8687c16d580da /docs/sphinx/source/pmt/integer.rst | |
parent | d1b65f4125aee94442c68d53f503bb29cdc10330 (diff) |
sphinx: Completed pmt docs.
Diffstat (limited to 'docs/sphinx/source/pmt/integer.rst')
-rw-r--r-- | docs/sphinx/source/pmt/integer.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/sphinx/source/pmt/integer.rst b/docs/sphinx/source/pmt/integer.rst new file mode 100644 index 0000000000..58e16e5aa7 --- /dev/null +++ b/docs/sphinx/source/pmt/integer.rst @@ -0,0 +1,13 @@ +pmt: Integers +============= + +.. autofunction:: pmt.is_integer +.. autofunction:: pmt.to_long +.. autofunction:: pmt.from_long + + +pmt: uint64_t +============= +.. autofunction:: pmt.is_uint64 +.. autofunction:: pmt.to_uint64 +.. autofunction:: pmt.from_uint64 |