Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Jan 10, 2023
1 parent ff6b54d commit 12ce018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ offer history using the ``keepa.AsyncKeepa`` class:

.. code:: python
Query for all of Jim Butcher's books using the asynchronous
``keepa.AsyncKeepa`` class.
>>> import asyncio
>>> import keepa
>>> product_parms = {'author': 'jim butcher'}
Expand All @@ -109,8 +106,10 @@ offer history using the ``keepa.AsyncKeepa`` class:
'0133235750',
'B01MXXLJPZ']
Query for product with ASIN ``'B0088PUEPK'`` using the asynchronous
keepa interface.
Query for product with ASIN ``'B0088PUEPK'`` using the asynchronous
keepa interface.

.. code:: python
>>> import asyncio
>>> import keepa
Expand Down
4 changes: 0 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@
"github_url": "https://github.com/akaszynski/keepa",
"collapse_navigation": True,
"use_edit_page_button": True,
"logo": {
"image_light": "_static/keepa-logo.png",
"image_dark": "_static/keepa-logo.png",
},
}


Expand Down

0 comments on commit 12ce018

Please sign in to comment.