From f682ba88a302522c597731b6866b492436ddb4ea Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Fri, 9 Dec 2011 20:56:01 -0500 Subject: Tell Sphinx to document `number_of_colors`. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 8cad9ca..eef5031 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,4 +17,4 @@ Then Read This If You Want ========================== .. autoclass:: blessings.Terminal - :members: __init__, __getattr__, location, height, width, color, on_color + :members: __init__, __getattr__, location, height, width, color, on_color, number_of_colors -- cgit v1.2.1