Skip to content

Commit 108f634

Browse files
committed
add sponsored display
1 parent 190d655 commit 108f634

4 files changed

Lines changed: 23 additions & 0 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ how to use the *sphinx* documentation generator for Python.
1818
api
1919
sp
2020
sb
21+
sd
2122
disclaimer
2223

2324
Indices and tables

docs/sd.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Sponsored Display
2+
=================
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
7+
sd/campaigns
8+
sd/ad_groups

docs/sd/ad_groups.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Ad Groups
2+
=========
3+
4+
.. autoclass:: ad_api.api.sd.AdGroups
5+
:members:
6+
7+
Campaigns explanation goes here.

docs/sd/campaigns.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Campaigns
2+
=========
3+
4+
.. autoclass:: ad_api.api.sd.Campaigns
5+
:members:
6+
7+
Campaigns explanation goes here.

0 commit comments

Comments
 (0)