Skip to content

Commit fa5ba66

Browse files
committed
docset for Zeal
1 parent 61a37bb commit fa5ba66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2906
-27021
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: a159b62dea762596bc329a35908fba98
3+
config: 5171b9f5f574b04c51bff387904cd0ce
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/firebird-driver.docset/Contents/Resources/Documents/_modules/ctypes.html

Lines changed: 0 additions & 824 deletions
This file was deleted.

docs/firebird-driver.docset/Contents/Resources/Documents/_modules/datetime.html

Lines changed: 63 additions & 65 deletions
Large diffs are not rendered by default.

docs/firebird-driver.docset/Contents/Resources/Documents/_modules/firebird/base/types.html

Lines changed: 40 additions & 84 deletions
Large diffs are not rendered by default.

docs/firebird-driver.docset/Contents/Resources/Documents/_modules/firebird/driver/config.html

Lines changed: 22 additions & 19 deletions
Large diffs are not rendered by default.

docs/firebird-driver.docset/Contents/Resources/Documents/_modules/firebird/driver/core.html

Lines changed: 382 additions & 347 deletions
Large diffs are not rendered by default.

docs/firebird-driver.docset/Contents/Resources/Documents/_modules/firebird/driver/fbapi.html

Lines changed: 140 additions & 33 deletions
Large diffs are not rendered by default.

docs/firebird-driver.docset/Contents/Resources/Documents/_modules/firebird/driver/hooks.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>firebird.driver.hooks &#8212; firebird-driver 1.5.2 documentation</title>
7+
<title>firebird.driver.hooks &#8212; firebird-driver 1.9.0 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../../../_static/bootstrap-sphinx.css" />
1010
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
11-
<script src="../../../_static/jquery.js"></script>
12-
<script src="../../../_static/underscore.js"></script>
13-
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1411
<script src="../../../_static/doctools.js"></script>
1512
<script src="../../../_static/sphinx_highlight.js"></script>
1613
<link rel="index" title="Index" href="../../../genindex.html" />
@@ -38,7 +35,7 @@
3835

3936
<a class="brand" href="../../../index.html">
4037
firebird-driver</a>
41-
<span class="navbar-text pull-left"><b>1.5.2</b></span>
38+
<span class="navbar-text pull-left"><b>1.9.0</b></span>
4239

4340
<div class="nav-collapse">
4441
<ul class="nav">
@@ -168,6 +165,10 @@
168165
</ul>
169166
</li>
170167
<li class="toctree-l1"><a class="reference internal" href="../../../changelog.html">Changelog</a><ul>
168+
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-9-0">Version 1.9.0</a></li>
169+
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-8-0">Version 1.8.0</a></li>
170+
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-7-0">Version 1.7.0</a></li>
171+
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-6-0">Version 1.6.0</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-5-2">Version 1.5.2</a></li>
172173
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-5-1">Version 1.5.1</a></li>
173174
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-5-0">Version 1.5.0</a><ul>
@@ -281,12 +282,12 @@ <h1>Source code for firebird.driver.hooks</h1><div class="highlight"><pre>
281282
<span class="kn">from</span> <span class="nn">firebird.base.hooks</span> <span class="kn">import</span> <span class="n">register_class</span><span class="p">,</span> <span class="n">get_callbacks</span><span class="p">,</span> <span class="n">add_hook</span><span class="p">,</span> <span class="n">hook_manager</span>
282283

283284
<div class="viewcode-block" id="APIHook"><a class="viewcode-back" href="../../../ref-hooks.html#firebird.driver.hooks.APIHook">[docs]</a><span class="k">class</span> <span class="nc">APIHook</span><span class="p">(</span><span class="n">Enum</span><span class="p">):</span>
284-
<span class="sd">&quot;&quot;&quot;Firebird API hooks.</span>
285+
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Firebird API hooks.</span>
285286
<span class="sd"> &quot;&quot;&quot;</span>
286287
<span class="n">LOADED</span> <span class="o">=</span> <span class="n">auto</span><span class="p">()</span></div>
287288

288289
<div class="viewcode-block" id="ConnectionHook"><a class="viewcode-back" href="../../../ref-hooks.html#firebird.driver.hooks.ConnectionHook">[docs]</a><span class="k">class</span> <span class="nc">ConnectionHook</span><span class="p">(</span><span class="n">Enum</span><span class="p">):</span>
289-
<span class="sd">&quot;&quot;&quot;Connection hooks.</span>
290+
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Connection hooks.</span>
290291
<span class="sd"> &quot;&quot;&quot;</span>
291292
<span class="n">ATTACH_REQUEST</span> <span class="o">=</span> <span class="n">auto</span><span class="p">()</span>
292293
<span class="n">ATTACHED</span> <span class="o">=</span> <span class="n">auto</span><span class="p">()</span>
@@ -295,7 +296,7 @@ <h1>Source code for firebird.driver.hooks</h1><div class="highlight"><pre>
295296
<span class="n">DROPPED</span> <span class="o">=</span> <span class="n">auto</span><span class="p">()</span></div>
296297

297298
<div class="viewcode-block" id="ServerHook"><a class="viewcode-back" href="../../../ref-hooks.html#firebird.driver.hooks.ServerHook">[docs]</a><span class="k">class</span> <span class="nc">ServerHook</span><span class="p">(</span><span class="n">Enum</span><span class="p">):</span>
298-
<span class="sd">&quot;&quot;&quot;Server hooks.</span>
299+
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Server hooks.</span>
299300
<span class="sd"> &quot;&quot;&quot;</span>
300301
<span class="n">ATTACHED</span> <span class="o">=</span> <span class="n">auto</span><span class="p">()</span></div>
301302
</pre></div>
@@ -311,8 +312,8 @@ <h1>Source code for firebird.driver.hooks</h1><div class="highlight"><pre>
311312

312313
</p>
313314
<p>
314-
&copy; Copyright 2020-2022, The Firebird Project.<br/>
315-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.2.3.<br/>
315+
&copy; Copyright 2020-2023, The Firebird Project.<br/>
316+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.0.1.<br/>
316317
</p>
317318
</div>
318319
</footer>

0 commit comments

Comments
 (0)