Skip to content

Commit 8b8fdef

Browse files
SG-27368 Fix more RSTs files for Sphinx (#381)
* Fix more RSTs files for Sphinx * Update ref * Remove duplicate label
1 parent 5b3cf59 commit 8b8fdef

File tree

8 files changed

+14
-15
lines changed

8 files changed

+14
-15
lines changed

docs/cookbook/examples/basic_create_shot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ this dictionary represents. It does not correspond to any field in Flow Producti
5151
Flow Production Tracking will *always* return the ``id`` and ``type`` keys in the dictionary when there are results
5252
representing an entity.
5353

54-
The Complete Example
55-
--------------------
54+
The Complete Example for creating a Shot
55+
----------------------------------------
5656
::
5757

5858
#!/usr/bin/env python

docs/cookbook/examples/basic_delete_shot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ If the Shot was deleted successfully ``result`` will contain::
1313

1414
True
1515

16-
The Complete Example
17-
--------------------
16+
The Complete Example for deleting a Shot
17+
----------------------------------------
1818
::
1919

2020
#!/usr/bin/env python

docs/cookbook/examples/basic_find_shot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ easier to read. So we'll add that to the import section of our script.::
3737
import shotgun_api3
3838
from pprint import pprint # useful for debugging
3939

40-
The Complete Example
41-
--------------------
40+
The Complete Example for finding a Shot
41+
---------------------------------------
4242
::
4343

4444
#!/usr/bin/env python

docs/cookbook/examples/basic_update_shot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ It does not correspond to any field in Flow Production Tracking.
4040
Flow Production Tracking will *always* return the ``id`` and ``type`` keys in the dictionary when there are results
4141
representing an entity.
4242

43-
The Complete Example
44-
--------------------
43+
The Complete Example for updating a Shot
44+
----------------------------------------
4545
::
4646

4747
#!/usr/bin/env python

docs/cookbook/examples/svn_integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Explanation of selected lines:
130130

131131
- line ``14``: This should be the URL to your instance of Flow Production Tracking.
132132
- lines ``15-16``: Make sure you get these values from the "Scripts" page in the Admin section of
133-
the Flow Production Tracking web application. If you're not sure how to do this, check out :doc:`authentication`.
133+
the Flow Production Tracking web application. If you're not sure how to do this, check out :ref:`authentication`.
134134
- line ``17``: This is the address of Trac, our web-based interface that we use with Subversion.
135135
You may use a different interface, or none at all, so feel free to adjust this line or ignore it
136136
as your case may be.

docs/cookbook/tasks/split_tasks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ How Do Splits Influence Dates And Dates Influence Splits
6262
- In the case of a shorter duration splits, starting with the latest ones, will be either
6363
removed or shortened until the new duration is met.
6464

65-
Examples
66-
========
65+
Examples for splitting Tasks
66+
============================
6767
Throughout the following examples, each successive one will build on the previous.
6868

6969
start_date, due_date and duration being ignored

docs/cookbook/tasks/updating_tasks.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ General Rules
3232
first, then ``due_date`` (otherwise setting ``duration`` will change ``due_date`` after it is
3333
set).
3434

35-
********
36-
Examples
37-
********
35+
***************************
36+
Examples for updating Tasks
37+
***************************
3838

3939
The following examples show what the resulting Task object will look like after being run on the
4040
initial Task object listed under the header of each section.

docs/reference.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ The documentation for all of the methods you'll need in your scripts lives in he
4242
Shotgun.close
4343
Shotgun.authenticate_human_user
4444
Shotgun.get_session_token
45-
Shotgun.set_up_auth_cookie
4645
Shotgun.add_user_agent
4746
Shotgun.reset_user_agent
4847
Shotgun.set_session_uuid

0 commit comments

Comments
 (0)