From a7afa9bde69771abbd28046cb476461d296c2c17 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 16 Apr 2015 01:56:05 -0700 Subject: [PATCH] adding typeutils docs --- docs/index.rst | 1 + docs/typeutils.rst | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/typeutils.rst diff --git a/docs/index.rst b/docs/index.rst index fe97971..e0c3fd4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -102,4 +102,5 @@ Section listing tableutils tbutils timeutils + typeutils tzutils diff --git a/docs/typeutils.rst b/docs/typeutils.rst new file mode 100644 index 0000000..ee51360 --- /dev/null +++ b/docs/typeutils.rst @@ -0,0 +1,5 @@ +``typeutils`` - Type handling +============================= + +.. automodule:: boltons.typeutils + :members: