Skip to content

Commit

Permalink
Auto-updated documentation based on tag v0.20.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgun-Rundeck committed Sep 6, 2023
1 parent ab1fe8b commit 59a3347
Show file tree
Hide file tree
Showing 89 changed files with 172 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c3189b2c616455471a70b5f9f0637057
config: 1d9888750a14fa4e8e4cda6f2bf35e64
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/authentication.doctree
Binary file not shown.
Binary file modified .doctrees/core.doctree
Binary file not shown.
Binary file modified .doctrees/descriptor.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/environment_variables.doctree
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/initializing.doctree
Binary file not shown.
Binary file modified .doctrees/overview.doctree
Binary file not shown.
Binary file modified .doctrees/platform.doctree
Binary file not shown.
Binary file modified .doctrees/utils.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions _modules/before_register_publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>before_register_publish &mdash; tk-core v0.20.22 documentation</title>
<title>before_register_publish &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>bootstrap &mdash; tk-core v0.20.22 documentation</title>
<title>bootstrap &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/bundle_init.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>bundle_init &mdash; tk-core v0.20.22 documentation</title>
<title>bundle_init &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
8 changes: 4 additions & 4 deletions _modules/cache_location.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>cache_location &mdash; tk-core v0.20.22 documentation</title>
<title>cache_location &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down Expand Up @@ -253,7 +253,7 @@ <h1>Source code for cache_location</h1><div class="highlight"><pre>
<span class="sd"> :rtype: str</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="c1"># backwards compatibility with custom hooks created before 0.18</span>
<span class="k">if</span> <span class="nb">hasattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;path_cache&quot;</span><span class="p">)</span> <span class="ow">and</span> <span class="n">callable</span><span class="p">(</span><span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;path_cache&quot;</span><span class="p">)):</span>
<span class="k">if</span> <span class="nb">hasattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;path_cache&quot;</span><span class="p">)</span> <span class="ow">and</span> <span class="nb">callable</span><span class="p">(</span><span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;path_cache&quot;</span><span class="p">)):</span>
<span class="c1"># there is a custom version of the legacy hook path_cache</span>
<span class="n">log</span><span class="o">.</span><span class="n">warning</span><span class="p">(</span>
<span class="s2">&quot;Detected old core cache hook implementation. &quot;</span>
Expand Down Expand Up @@ -354,7 +354,7 @@ <h1>Source code for cache_location</h1><div class="highlight"><pre>
<span class="sd"> :rtype: str</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="c1"># backwards compatibility with custom hooks created before 0.18</span>
<span class="k">if</span> <span class="nb">hasattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;bundle_cache&quot;</span><span class="p">)</span> <span class="ow">and</span> <span class="n">callable</span><span class="p">(</span><span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;bundle_cache&quot;</span><span class="p">)):</span>
<span class="k">if</span> <span class="nb">hasattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;bundle_cache&quot;</span><span class="p">)</span> <span class="ow">and</span> <span class="nb">callable</span><span class="p">(</span><span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;bundle_cache&quot;</span><span class="p">)):</span>
<span class="c1"># there is a custom version of the legacy hook path_cache</span>
<span class="n">log</span><span class="o">.</span><span class="n">warning</span><span class="p">(</span>
<span class="s2">&quot;Detected old core cache hook implementation. &quot;</span>
Expand Down
4 changes: 2 additions & 2 deletions _modules/context_change.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>context_change &mdash; tk-core v0.20.22 documentation</title>
<title>context_change &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/engine_init.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>engine_init &mdash; tk-core v0.20.22 documentation</title>
<title>engine_init &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/ensure_folder_exists.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>ensure_folder_exists &mdash; tk-core v0.20.22 documentation</title>
<title>ensure_folder_exists &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/example_template_hook.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>example_template_hook &mdash; tk-core v0.20.22 documentation</title>
<title>example_template_hook &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/get_current_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>get_current_login &mdash; tk-core v0.20.22 documentation</title>
<title>get_current_login &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Overview: module code &mdash; tk-core v0.20.22 documentation</title>
<title>Overview: module code &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/log_metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>log_metrics &mdash; tk-core v0.20.22 documentation</title>
<title>log_metrics &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/pick_environment.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pick_environment &mdash; tk-core v0.20.22 documentation</title>
<title>pick_environment &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/pipeline_configuration_init.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pipeline_configuration_init &mdash; tk-core v0.20.22 documentation</title>
<title>pipeline_configuration_init &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/process_folder_creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>process_folder_creation &mdash; tk-core v0.20.22 documentation</title>
<title>process_folder_creation &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/process_folder_name.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>process_folder_name &mdash; tk-core v0.20.22 documentation</title>
<title>process_folder_name &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/resolve_publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>resolve_publish &mdash; tk-core v0.20.22 documentation</title>
<title>resolve_publish &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/tank/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>tank.api &mdash; tk-core v0.20.22 documentation</title>
<title>tank.api &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/tank/authentication/defaults_manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>tank.authentication.defaults_manager &mdash; tk-core v0.20.22 documentation</title>
<title>tank.authentication.defaults_manager &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/tank/authentication/errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>tank.authentication.errors &mdash; tk-core v0.20.22 documentation</title>
<title>tank.authentication.errors &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
4 changes: 2 additions & 2 deletions _modules/tank/authentication/shotgun_authenticator.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>tank.authentication.shotgun_authenticator &mdash; tk-core v0.20.22 documentation</title>
<title>tank.authentication.shotgun_authenticator &mdash; tk-core v0.20.24 documentation</title>



Expand Down Expand Up @@ -123,7 +123,7 @@
text-decoration: underline; }
</style>

<b>tk-core</b> v0.20.22.<br>
<b>tk-core</b> v0.20.24.<br>

This documentation is part of the ShotGrid Pipeline Toolkit.

Expand Down
Loading

0 comments on commit 59a3347

Please sign in to comment.