Skip to content

Commit 136ddcb

Browse files
committed
v0.1.6
1 parent 52a3b6e commit 136ddcb

File tree

7 files changed

+36
-5
lines changed

7 files changed

+36
-5
lines changed

docs/attribution.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Amazon Attribution open beta API
2+
================================
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
7+
attribution/advertisers
8+
attribution/publishers
9+
attribution/attribution_tags
10+
attribution/reports

docs/attribution/advertisers.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Advertisers
2+
===========
3+
4+
.. autoclass:: ad_api.api.attribution.Advertisers
5+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Attribution tags
2+
================
3+
4+
.. autoclass:: ad_api.api.attribution.Tags
5+

docs/attribution/publishers.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Publishers
2+
==========
3+
4+
.. autoclass:: ad_api.api.attribution.Publishers
5+

docs/attribution/reports.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Reports
2+
=======
3+
4+
.. autoclass:: ad_api.api.attribution.Reports
5+

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656

5757
# General information about the project.
5858
project = u'Python Amazon Advertising API'
59-
copyright = u'2021, DAC'
59+
copyright = u'2022, DAC'
6060
author = u'DAC'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'0.1.5'
67+
version = u'0.1.6'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'0.1.5'
69+
release = u'0.1.6'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ This project helps you using python 3.8 to use the *Python Amazon Advertising AP
1515
installation
1616
credentials
1717
api
18+
attribution
1819
sp_v2
1920
sp_v3
2021
sb
2122
sd
2223
disclaimer
2324

2425

25-
.. versionadded:: 0.1.5
26-
The *Sponsored Products 3.0* api.
26+
.. versionadded:: 0.1.6
27+
The *Amazon Attribution open beta* api.
2728

2829
.. literalinclude:: example.py

0 commit comments

Comments
 (0)