Skip to content

Commit

Permalink
fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanburgosautoglb committed Feb 8, 2024
1 parent 6ae0e2f commit 5212f8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ v3.0.33 (2017 July 18)
- Raise an exception when uploading an empty file using :meth:`upload`, :meth:`upload_thumbnail`
or :meth:`upload_filmstrip_thumbnail` before calling out to the server.
- Multiple enhancements and bugfixes to Mockgun
- Added ``nav_search_string()`` and ``nav_search_entity()`` methods as experimental, internal methods for querying PTR hierarchy.
- Added ``nav_search_string()`` and ``nav_search_entity()`` methods as experimental, internal methods for querying SG hierarchy.
- Introduces a :meth:`following` query method, that accepts a user entity and optionally an entity type and/or project.

v3.0.32 (2016 Sep 22)
=====================

- Optimized import speed of the API on Python 2.7.
- Integrated the latest fixes to the ``mimetypes`` module.
- Added ``nav_expand()`` method as an experimental, internal method for querying PTR hierarchy.
- Added ``nav_expand()`` method as an experimental, internal method for querying SG hierarchy.
- Ported all documentation to sphinx. See http://developer.shotgridsoftware.com/python-api.
- Moved Changelog to dedicated HISTORY file.

Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ need to do.
.. rubric:: Smart Cut Fields

Smart Cut Fields are deprecated in favor of the
`new cut support added in Flow Production Tracking v7.0 <https://knowledge.autodesk.com/support/shotgrid/learn-explore/caas/CloudHelp/cloudhelp/ENU/SG-Editorial/files/SG-Editorial-ed-cut-schema-html-html.html>`_.
`new cut support added in ShotGrid v7.0 <https://knowledge.autodesk.com/support/shotgrid/learn-explore/caas/CloudHelp/cloudhelp/ENU/SG-Editorial/files/SG-Editorial-ed-cut-schema-html-html.html>`_.
This documentation remains only to support studios who may not have upgraded to the new cut support
features.

Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook/smart_cut_fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Smart Cut Fields
################

.. warning::
Smart Cut Fields should be considered deprecated. Flow Production Tracking v7.0, introduced a new version of
Smart Cut Fields should be considered deprecated. ShotGrid v7.0, introduced a new version of
cut support. `Read the Cut Support Documentation here <https://knowledge.autodesk.com/support/shotgrid/learn-explore/caas/CloudHelp/cloudhelp/ENU/SG-Editorial/files/SG-Editorial-ed-cut-schema-html-html.html>`_.

If you want to work with 'smart' cut fields through the API, your script should use a corresponding
Expand Down

0 comments on commit 5212f8a

Please sign in to comment.