From c17ff28cb1220a91d94fc0dc4b85ccee561fb68f 2016-08-08 15:17:14 From: Min RK Date: 2016-08-08 15:17:14 Subject: [PATCH] undocument terminal.ptutils --- diff --git a/docs/autogen_api.py b/docs/autogen_api.py index f1064a0..46a806c 100755 --- a/docs/autogen_api.py +++ b/docs/autogen_api.py @@ -56,6 +56,8 @@ if __name__ == '__main__': r'\.qt', # this is deprecated. r'\.utils\.warn', + # Private APIs (there should be a lot more here) + r'\.terminal\.ptutils', ] # main API is in the inputhook module, which is documented.