From: Michael Orlitzky Date: Wed, 16 Nov 2016 01:12:33 +0000 (-0500) Subject: Remove redundant modules from the developer documentation. X-Git-Tag: 0.1.0~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=8e261aea0119c04752bbb5925b4f4513f928271b Remove redundant modules from the developer documentation. --- diff --git a/doc/source/developer-api.rst b/doc/source/developer-api.rst index 39d2611..fca32d8 100644 --- a/doc/source/developer-api.rst +++ b/doc/source/developer-api.rst @@ -1,14 +1,10 @@ Developer API Documentation --------------------------- -dunshire.cones module -^^^^^^^^^^^^^^^^^^^^^ +This section contains API documentation that is of interest to +developers, but not so much to end users. It documents our internal +modules, exceptions, the test suite, and supporting code. -.. automodule:: dunshire.cones - :noindex: - :members: - :undoc-members: - :show-inheritance: dunshire.errors module ^^^^^^^^^^^^^^^^^^^^^^ @@ -18,15 +14,6 @@ dunshire.errors module :undoc-members: :show-inheritance: -dunshire.games module -^^^^^^^^^^^^^^^^^^^^^ - -.. automodule:: dunshire.games - :noindex: - :members: - :undoc-members: - :show-inheritance: - dunshire.matrices module ^^^^^^^^^^^^^^^^^^^^^^^^