Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8bf0848 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Dec 9, 2024
1 parent a69b2bc commit e79f123
Show file tree
Hide file tree
Showing 62 changed files with 17 additions and 2 deletions.
Binary file modified master/.doctrees/api.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changelog.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.10.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.11.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.11.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.11.2.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.12.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.13.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.13.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.14.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.14.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.14.2.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.15.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.16.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.17.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.18.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.18.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.19.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.20.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.21.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.21.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.21.2.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.22.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.23.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.23.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.23.2.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.23.3.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.24.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.25.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.25.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.25.2.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.26.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.27.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.7.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.8.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.9.1.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/changes_0.9.2.doctree
Binary file not shown.
Binary file modified master/.doctrees/changes/unreleased.doctree
Binary file not shown.
Binary file modified master/.doctrees/developer_guide.doctree
Binary file not shown.
Binary file modified master/.doctrees/environment.pickle
Binary file not shown.
Binary file modified master/.doctrees/faq.doctree
Binary file not shown.
Binary file modified master/.doctrees/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/best_practices.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/dbapi.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/dependencies.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/design.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/encryption.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/examples.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/http_transport.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/http_transport_parallel.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/known_issues.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/local_config.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/parallelism.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/performance.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/protocol_version.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/snapshot_transactions.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/sql_formatting.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/udf_script_output.doctree
Binary file not shown.
7 changes: 7 additions & 0 deletions master/_sources/changes/unreleased.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
## 🔩 Internal

* Add support for publishing documentation to gh pages
* Add `.git-blame-ignore-revs` file to workspace

Note: please make sure to adjust yor git config accordingly (if not done yet)

```shell
git config blame.ignoreRevsFile .git-blame-ignore-revs
```

## 📚 Documentation

Expand Down
10 changes: 9 additions & 1 deletion master/changes/unreleased.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,16 @@ <h2>⚒️ Refactorings<a class="headerlink" href="#refactorings" title="Link to
</section>
<section id="internal">
<h2>🔩 Internal<a class="headerlink" href="#internal" title="Link to this heading"></a></h2>
<ul class="simple">
<ul>
<li><p>Add support for publishing documentation to gh pages</p></li>
<li><p>Add <code class="docutils literal notranslate"><span class="pre">.git-blame-ignore-revs</span></code> file to workspace</p>
<p>Note: please make sure to adjust yor git config accordingly (if not done yet)</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span><span data-line="1"> ```shell
</span><span data-line="2"> git config blame.ignoreRevsFile .git-blame-ignore-revs
</span><span data-line="3"> ```
</span></pre></div>
</div>
</li>
</ul>
</section>
<section id="documentation">
Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

0 comments on commit e79f123

Please sign in to comment.