Skip to content

Commit

Permalink
Fix text issues. (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanburgosautoglb authored Mar 27, 2024
1 parent 527812c commit 4b8f427
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Shotgun()
.. autoclass:: Shotgun
:show-inheritance:

********************************
Flow Production Tracking Methods
********************************
***************
Shotgun Methods
***************

The majority of functionality is contained within the :class:`~shotgun_api3.Shotgun` class.
The documentation for all of the methods you'll need in your scripts lives in here.
Expand Down Expand Up @@ -91,7 +91,7 @@ The documentation for all of the methods you'll need in your scripts lives in he
Shotgun.followers
Shotgun.following

.. rubric:: Working with the Flow Production Tracking Schema and Preferences
.. rubric:: Working with the Shotgun Schema and Preferences

.. autosummary::
:nosignatures:
Expand Down Expand Up @@ -177,10 +177,10 @@ Methods that relate to the activity stream and following of entities in Flow Pro
.. automethod:: Shotgun.followers
.. automethod:: Shotgun.following

Working with the Flow Production Tracking Schema
================================================
Working with the Shotgun Schema
===============================

Methods allow you to introspect and modify the Flow Production Tracking schema.
Methods allow you to introspect and modify the Shotgun schema.

.. automethod:: Shotgun.schema_entity_read
.. automethod:: Shotgun.schema_field_read
Expand Down

0 comments on commit 4b8f427

Please sign in to comment.