Skip to content

Commit

Permalink
SG-34983 Documentation title changed from API3 to API (#339)
Browse files Browse the repository at this point in the history
* documentation changed from Flow Production Tracking Python API3 to Flow Production Tracking Python API
  • Loading branch information
eduardoChaucaGallegos authored Apr 30, 2024
1 parent 2641f7b commit 725646c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/cookbook/usage_tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
API Usage Tips
##############

Below is a list of helpful tips when using the Flow Production Tracking API. We have tried to make the API very
Below is a list of helpful tips when using the Flow Production Tracking API3. We have tried to make the API very
simple to use with predictable results while remaining a powerful tool to integrate with your
pipeline. However, there's always a couple of things that crop up that our users might not be
aware of. Those are the types of things you'll find below. We'll be adding to this document over
Expand Down
14 changes: 7 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
####################################
Flow Production Tracking Python API3
####################################
###########################################
Flow Production Tracking Python API library
###########################################
Release |version|. (:ref:`Installation <installation>`)

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



Flow Production Tracking provides a simple Python-based API for accessing Flow Production Tracking and integrating with other tools.
The Flow Production Tracking API allows users to integrate their tools with Flow Production Tracking very easily. Using this simple
but powerful python module , you can quickly get your scripts integrated with Flow Production Tracking's CRUD-based
Flow Production Tracking (FPTR) provides a simple Python-based API for accessing FPTR and integrating with other tools.
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
but powerful python module, you can quickly get your scripts integrated with Flow Production Tracking's CRUD-based
API.

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

.. _pythonoverviewvideo:

Expand Down

0 comments on commit 725646c

Please sign in to comment.