Skip to content

Commit

Permalink
Renamed item headings in autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Jun 26, 2021
1 parent 76ee648 commit 56a6645
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

setup(
name = 'card_deck',
version = '1.2.1',
version = '1.2.2',
license='MIT',
description = 'An object model of a pack of cards',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'Edmund Goodman',
author_email = 'egoodman3141@gmail.com',
url = 'https://github.com/EdmundGoodman/card_deck',
download_url = 'https://github.com/EdmundGoodman/card_deck/archive/refs/tags/v1.2.1.tar.gz',
download_url = 'https://github.com/EdmundGoodman/card_deck/archive/refs/tags/v1.2.2.tar.gz',
packages=find_packages(),
keywords = ['game', 'card', 'model'],
classifiers=[
Expand Down
20 changes: 10 additions & 10 deletions source/autodoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Interface
.. automodule:: model


Faces
-----
Faces enum
----------

.. autoclass:: Faces
:members:
Expand All @@ -19,8 +19,8 @@ Faces



Suits
-----
Suits enum
----------

.. autoclass:: Suits
:members:
Expand All @@ -30,8 +30,8 @@ Suits



Card
----
Card object
-----------

.. autoclass:: Card
:members:
Expand All @@ -41,8 +41,8 @@ Card



Pile
----
Pile object
-----------

.. autoclass:: Pile
:members:
Expand All @@ -52,8 +52,8 @@ Pile



Deck
----
Deck object
-----------

.. autoclass:: Deck
:members:
Expand Down

0 comments on commit 56a6645

Please sign in to comment.