Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Oct 6, 2022
1 parent 7c30266 commit 853f97b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/mokkari.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ mokkari.publisher module
:undoc-members:
:show-inheritance:

mokkari.rating module
---------------------

.. automodule:: mokkari.rating
:members:
:undoc-members:
:show-inheritance:

mokkari.reprint module
----------------------

Expand Down
5 changes: 5 additions & 0 deletions mokkari/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class Issue:
cover_date (date): The cover date of the issue.
store_date (date, optional): The date the issue went for sale.
price (decimal): The price of the issue.
rating (Rating): The issue rating.
sku (str): Stock keeping unit for the issue.
upc (str): UPC barcode for the issue.
page_count (int): Number of pages for the issue.
Expand Down Expand Up @@ -217,6 +218,10 @@ class IssueSchema(Schema):
.. versionchanged:: 2.3.0
- Removed ``volume`` field. The series object will have that information.
.. versionchanged:: 2.3.2
- Added ``rating`` field.
"""

id = fields.Int()
Expand Down

0 comments on commit 853f97b

Please sign in to comment.