Skip to content

Commit 725646c

Browse files
SG-34983 Documentation title changed from API3 to API (#339)
* documentation changed from Flow Production Tracking Python API3 to Flow Production Tracking Python API
1 parent 2641f7b commit 725646c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/cookbook/usage_tips.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
API Usage Tips
33
##############
44

5-
Below is a list of helpful tips when using the Flow Production Tracking API. We have tried to make the API very
5+
Below is a list of helpful tips when using the Flow Production Tracking API3. We have tried to make the API very
66
simple to use with predictable results while remaining a powerful tool to integrate with your
77
pipeline. However, there's always a couple of things that crop up that our users might not be
88
aware of. Those are the types of things you'll find below. We'll be adding to this document over

docs/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
####################################
2-
Flow Production Tracking Python API3
3-
####################################
1+
###########################################
2+
Flow Production Tracking Python API library
3+
###########################################
44
Release |version|. (:ref:`Installation <installation>`)
55

66
.. image:: https://img.shields.io/badge/shotgun-api-blue.svg
77

88

99

10-
Flow Production Tracking provides a simple Python-based API for accessing Flow Production Tracking and integrating with other tools.
11-
The Flow Production Tracking API allows users to integrate their tools with Flow Production Tracking very easily. Using this simple
12-
but powerful python module , you can quickly get your scripts integrated with Flow Production Tracking's CRUD-based
10+
Flow Production Tracking (FPTR) provides a simple Python-based API for accessing FPTR and integrating with other tools.
11+
The Flow Production Tracking API3, also known as "Python API", allows users to integrate their tools with Flow Production Tracking very easily. Using this simple
12+
but powerful python module, you can quickly get your scripts integrated with Flow Production Tracking's CRUD-based
1313
API.
1414

1515
Because the needs of every studio can prove to be very different, we don't include a lot of
1616
"automation" or "smarts" in our API. We have kept it pretty low-level and leave most of those
1717
decisions to you. The API is powerful enough you can write your own "smarts" in a wrapper on top
18-
of the Flow Production Tracking API.
18+
of the of the FPTR API3.
1919

2020
.. _pythonoverviewvideo:
2121

0 commit comments

Comments
 (0)