Skip to content

Commit ac46ff1

Browse files
fixing the documentation link (#432)
1 parent d054f5d commit ac46ff1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

shotgun_api3/shotgun.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,11 +1885,15 @@ def work_schedule_update(
18851885
def export_page(self, page_id, format, layout_name=None):
18861886
"""
18871887
Export the specified page to the given format.
1888+
18881889
This method allows you to export a page to CSV.
1890+
18891891
Respective layout or page should be marked as API Exportable in the Flow Production Tracking UI.
1890-
For more information, see documentation_.
1891-
.. _documentation: https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Tutorials_tu_export_csv_html#enable-api-export-for-a-page
1892+
18921893
If ``layout_name`` is not passed in, the default layout name will be used.
1894+
1895+
For more information, see `documentation <https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Tutorials_tu_export_csv_html#enable-api-export-for-a-page>`_ .
1896+
18931897
>>> sg.export_page(12345, "csv", layout_name="My Layout")
18941898
"ID,Name,Status\\n1,Shot 001,ip\\n2, Shot 002,rev\\n"
18951899
>>> sg.export_page(12345, "csv")

0 commit comments

Comments
 (0)