Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuf committed Jan 24, 2022
1 parent 52a3b6e commit 136ddcb
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 5 deletions.
10 changes: 10 additions & 0 deletions docs/attribution.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Amazon Attribution open beta API
================================

.. toctree::
:maxdepth: 1

attribution/advertisers
attribution/publishers
attribution/attribution_tags
attribution/reports
5 changes: 5 additions & 0 deletions docs/attribution/advertisers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Advertisers
===========

.. autoclass:: ad_api.api.attribution.Advertisers

5 changes: 5 additions & 0 deletions docs/attribution/attribution_tags.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Attribution tags
================

.. autoclass:: ad_api.api.attribution.Tags

5 changes: 5 additions & 0 deletions docs/attribution/publishers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Publishers
==========

.. autoclass:: ad_api.api.attribution.Publishers

5 changes: 5 additions & 0 deletions docs/attribution/reports.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Reports
=======

.. autoclass:: ad_api.api.attribution.Reports

6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@

# General information about the project.
project = u'Python Amazon Advertising API'
copyright = u'2021, DAC'
copyright = u'2022, DAC'
author = u'DAC'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'0.1.5'
version = u'0.1.6'
# The full version, including alpha/beta/rc tags.
release = u'0.1.5'
release = u'0.1.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ This project helps you using python 3.8 to use the *Python Amazon Advertising AP
installation
credentials
api
attribution
sp_v2
sp_v3
sb
sd
disclaimer


.. versionadded:: 0.1.5
The *Sponsored Products 3.0* api.
.. versionadded:: 0.1.6
The *Amazon Attribution open beta* api.

.. literalinclude:: example.py

0 comments on commit 136ddcb

Please sign in to comment.