Skip to content

Commit

Permalink
Merge pull request #33 from zytedata/relnotes-0.6.1
Browse files Browse the repository at this point in the history
Release notes for 0.6.1
  • Loading branch information
wRAR authored Feb 2, 2024
2 parents 14a6ffa + 0f74ee8 commit 817633b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.6.1 (YYYY-MM-DD)
------------------

* Improved the :attr:`zyte_spider_templates.spiders.base.BaseSpiderParams.url`
description.

0.6.0 (2024-01-31)
------------------

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ zyte-spider-templates documentation
:caption: All the rest
:hidden:

reference/index
changes
35 changes: 35 additions & 0 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
=========
Reference
=========

Base classes
============

.. autopydantic_model:: zyte_spider_templates.spiders.base.BaseSpiderParams
:inherited-members: BaseModel

.. autoclass:: zyte_spider_templates.spiders.base.BaseSpider

.. autoenum:: zyte_spider_templates.spiders.base.Geolocation
:noindex:

E-commerce
==========

.. autopydantic_model:: zyte_spider_templates.spiders.ecommerce.EcommerceSpiderParams
:noindex:
:inherited-members: BaseModel

.. autoenum:: zyte_spider_templates.spiders.ecommerce.EcommerceCrawlStrategy
:noindex:

.. autoclass:: zyte_spider_templates.spiders.ecommerce.ExtractFrom
:noindex:

.. autoclass:: zyte_spider_templates.spiders.ecommerce.EcommerceSpider
:noindex:

Pages
=====

.. autoclass:: zyte_spider_templates.pages.HeuristicsProductNavigationPage

0 comments on commit 817633b

Please sign in to comment.