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/misc.rst | |
parent | d1b65f4125aee94442c68d53f503bb29cdc10330 (diff) |
sphinx: Completed pmt docs.
Diffstat (limited to 'docs/sphinx/source/pmt/misc.rst')
-rw-r--r-- | docs/sphinx/source/pmt/misc.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/sphinx/source/pmt/misc.rst b/docs/sphinx/source/pmt/misc.rst new file mode 100644 index 0000000000..c671540fe2 --- /dev/null +++ b/docs/sphinx/source/pmt/misc.rst @@ -0,0 +1,22 @@ +pmt: Misc +========= + +.. autofunction:: pmt.is_null +.. autofunction:: pmt.cvar + +pmt: Generic Casts +================== + +.. autofunction:: pmt.to_pmt +.. autofunction:: pmt.to_python +.. autofunction:: pmt.pmt_to_python.pmt_to_python + +pmt: Constants +============== + +.. autofunction:: pmt.PMT_EOF +.. autofunction:: pmt.PMT_EOF +.. autofunction:: pmt.PMT_F +.. autofunction:: pmt.PMT_NIL +.. autofunction:: pmt.PMT_T + |