diff --git a/docs/index.rst b/docs/index.rst index fa1c6ac..59c5eca 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,6 +18,7 @@ how to use the *sphinx* documentation generator for Python. api sp sb + sd disclaimer Indices and tables diff --git a/docs/sd.rst b/docs/sd.rst new file mode 100644 index 0000000..6abb8a9 --- /dev/null +++ b/docs/sd.rst @@ -0,0 +1,8 @@ +Sponsored Display +================= + +.. toctree:: + :maxdepth: 1 + + sd/campaigns + sd/ad_groups \ No newline at end of file diff --git a/docs/sd/ad_groups.rst b/docs/sd/ad_groups.rst new file mode 100644 index 0000000..56b892a --- /dev/null +++ b/docs/sd/ad_groups.rst @@ -0,0 +1,7 @@ +Ad Groups +========= + +.. autoclass:: ad_api.api.sd.AdGroups + :members: + +Campaigns explanation goes here. diff --git a/docs/sd/campaigns.rst b/docs/sd/campaigns.rst new file mode 100644 index 0000000..df2ed58 --- /dev/null +++ b/docs/sd/campaigns.rst @@ -0,0 +1,7 @@ +Campaigns +========= + +.. autoclass:: ad_api.api.sd.Campaigns + :members: + +Campaigns explanation goes here.