Skip to content

Commit 8c280f5

Browse files
authored
[Python] Update Sphinx docs on gh-pages (#3793)
## Changes Update Sphinx docs on gh-pages with the latest version, including documentation for volumes and schemas. Redirect from `/experimental/python` into `/python` to prepare for GA.
1 parent 73154f2 commit 8c280f5

Some content is hidden

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

42 files changed

+2609
-394
lines changed

experimental/python/index.html

Lines changed: 11 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -1,140 +1,11 @@
1-
<!DOCTYPE html>
2-
3-
<html lang="en" data-content_root="./">
4-
<head>
5-
<meta charset="utf-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
7-
8-
<title>databricks-bundles (Beta) &#8212; databricks-bundles beta documentation</title>
9-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" />
10-
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=c058f7c8" />
11-
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=5fa5b382" />
12-
<script src="_static/documentation_options.js?v=f0d2c090"></script>
13-
<script src="_static/doctools.js?v=9a2dae69"></script>
14-
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
15-
<link rel="index" title="Index" href="genindex.html" />
16-
<link rel="search" title="Search" href="search.html" />
17-
<link rel="next" title="Core" href="databricks.bundles.core.html" />
18-
19-
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
20-
21-
22-
23-
24-
25-
</head><body>
26-
<div class="document">
27-
28-
<div class="sphinxsidebar" role="navigation" aria-label="Main">
29-
<div class="sphinxsidebarwrapper">
30-
<p class="logo">
31-
<a href="#">
32-
<img class="logo" src="_static/databricks-logo.svg" alt="Logo" />
33-
34-
</a>
35-
</p>
36-
37-
38-
39-
<p class="blurb">databricks-bundles: Python support for Databricks Asset Bundles</p>
40-
41-
42-
43-
44-
<p>
45-
<iframe src="https://ghbtns.com/github-btn.html?user=databricks&repo=databricks-bundles&type=watch&count=true&size=large&v=2"
46-
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
47-
</p>
48-
49-
50-
51-
52-
53-
54-
<search id="searchbox" style="display: none" role="search">
55-
<div class="searchformwrapper">
56-
<form class="search" action="search.html" method="get">
57-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
58-
<input type="submit" value="Go" />
59-
</form>
60-
</div>
61-
</search>
62-
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
63-
<ul>
64-
<li class="toctree-l1"><a class="reference internal" href="databricks.bundles.core.html">Core</a></li>
65-
<li class="toctree-l1"><a class="reference internal" href="databricks.bundles.jobs.html">Jobs</a></li>
66-
<li class="toctree-l1"><a class="reference internal" href="databricks.bundles.pipelines.html">Pipelines</a></li>
67-
</ul>
68-
69-
<div class="relations">
70-
<h3>Related Topics</h3>
71-
<ul>
72-
<li><a href="#">Documentation overview</a><ul>
73-
<li>Next: <a href="databricks.bundles.core.html" title="next chapter">Core</a></li>
74-
</ul></li>
75-
</ul>
76-
</div>
77-
78-
79-
80-
81-
82-
83-
84-
85-
</div>
86-
</div>
87-
<div class="documentwrapper">
88-
<div class="bodywrapper">
89-
90-
91-
<div class="body" role="main">
92-
93-
<section id="databricks-bundles-beta">
94-
<h1>databricks-bundles (Beta)<a class="headerlink" href="#databricks-bundles-beta" title="Link to this heading"></a></h1>
95-
<p><cite>databricks-bundles</cite> package implements Python support for Databricks Asset Bundles.</p>
96-
<p>For getting started see <a class="reference external" href="https://docs.databricks.com/aws/en/dev-tools/bundles/python">Configuration in Python</a>.</p>
97-
<div class="toctree-wrapper compound">
98-
<ul>
99-
<li class="toctree-l1"><a class="reference internal" href="databricks.bundles.core.html">Core</a><ul>
100-
<li class="toctree-l2"><a class="reference internal" href="databricks.bundles.core.html#classes">Classes</a></li>
101-
<li class="toctree-l2"><a class="reference internal" href="databricks.bundles.core.html#methods">Methods</a></li>
102-
<li class="toctree-l2"><a class="reference internal" href="databricks.bundles.core.html#decorators">Decorators</a></li>
103-
</ul>
104-
</li>
105-
<li class="toctree-l1"><a class="reference internal" href="databricks.bundles.jobs.html">Jobs</a><ul>
106-
<li class="toctree-l2"><a class="reference internal" href="databricks.bundles.jobs.html#module-databricks.bundles.jobs">Classes</a></li>
107-
</ul>
108-
</li>
109-
<li class="toctree-l1"><a class="reference internal" href="databricks.bundles.pipelines.html">Pipelines</a><ul>
110-
<li class="toctree-l2"><a class="reference internal" href="databricks.bundles.pipelines.html#module-databricks.bundles.pipelines">Classes</a></li>
111-
</ul>
112-
</li>
113-
</ul>
114-
</div>
115-
</section>
116-
117-
118-
</div>
119-
120-
</div>
121-
</div>
122-
<div class="clearer"></div>
123-
</div>
124-
<div class="footer">
125-
&#169;2024, Databricks.
126-
127-
|
128-
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.0.2</a>
129-
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
130-
131-
|
132-
<a href="_sources/index.rst.txt"
133-
rel="nofollow">Page source</a>
134-
</div>
135-
136-
137-
138-
139-
</body>
140-
</html>
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Redirecting…</title>
6+
<meta http-equiv="refresh" content="3; url=https://databricks.github.io/cli/python" />
7+
</head>
8+
<body>
9+
<p>You’ll be redirected to <a href="https://databricks.github.io/cli/python">databricks.github.io/cli/python</a> in 3 seconds…</p>
10+
</body>
11+
</html>

experimental/python/objects.inv

-7.49 KB
Binary file not shown.

experimental/python/searchindex.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 1a0716aa319e9ce282a9d03b104aa0a5
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
263 KB
Binary file not shown.
1.43 MB
Binary file not shown.
701 KB
Binary file not shown.
61.3 KB
Binary file not shown.
56.1 KB
Binary file not shown.
2.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)