]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - doc/source/user-api.rst
Remove :undoc-members: flags from the User API.
[dunshire.git] / doc / source / user-api.rst
index 22488f31c5c93fcf822f2c9a9f256333277f9fd4..4be56d9795cfb4727acabd0cdaee4bc3aea82b8e 100644 (file)
@@ -1,9 +1,9 @@
 User API Documentation
 ---------------------------
 
-You should only need to work with two modules, ``dunshire.cones`` and
-``dunshire.games``. For convenience, you can import everything from
-the ``dunshire`` package, and it will re-export what you need. For
+You should only need to work with two modules, :mod:`dunshire.cones` and
+:mod:`dunshire.games`. For convenience, you can import everything from
+the :mod:`dunshire` package, and it will re-export what you need. For
 example,
 
 .. testcode::
@@ -21,7 +21,6 @@ dunshire.cones module
 
 .. automodule:: dunshire.cones
     :members:
-    :undoc-members:
     :show-inheritance:
 
 dunshire.games module
@@ -29,5 +28,4 @@ dunshire.games module
 
 .. automodule:: dunshire.games
     :members:
-    :undoc-members:
     :show-inheritance: