From ed99997728f5f582f79e56e10c7307329c3fbc44 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 9 Apr 2017 23:18:31 -0400 Subject: [PATCH] docs: Add uncovered function --- docs/conf.py | 3 +++ docs/websocket.rst | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 18a75ff5f..5bc6635b5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,6 +70,9 @@ coverage_ignore_functions = [ # parse_qs_bytes should probably be documented but it's complicated by # having different implementations between py2 and py3. "parse_qs_bytes", + + # tornado.gen + "Multi", ] html_favicon = 'favicon.ico' diff --git a/docs/websocket.rst b/docs/websocket.rst index b3596d4cf..96255589b 100644 --- a/docs/websocket.rst +++ b/docs/websocket.rst @@ -16,6 +16,7 @@ .. automethod:: WebSocketHandler.on_message .. automethod:: WebSocketHandler.on_close .. automethod:: WebSocketHandler.select_subprotocol + .. automethod:: WebSocketHandler.on_ping Output ------ -- 2.47.2