X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fsource%2Fuser-api.rst;h=4be56d9795cfb4727acabd0cdaee4bc3aea82b8e;hb=2017da920c39b54bd23d0ff6498145da352cfbe2;hp=22488f31c5c93fcf822f2c9a9f256333277f9fd4;hpb=843d46c5be5605d071f17481c48ed0cb7f5acbaf;p=dunshire.git diff --git a/doc/source/user-api.rst b/doc/source/user-api.rst index 22488f3..4be56d9 100644 --- a/doc/source/user-api.rst +++ b/doc/source/user-api.rst @@ -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: