Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text issues. #334

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading