forked from georgia-tech-db/evadb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: merge staging into master (georgia-tech-db#1032)
Co-authored-by: Joy Arulraj <[email protected]> Co-authored-by: Andy Xu <[email protected]> Co-authored-by: Jiashen Cao <[email protected]> Co-authored-by: rohith mulumudy <[email protected]> Co-authored-by: Chitti Ankith <[email protected]> Co-authored-by: Ankith Reddy Chitti <[email protected]>
- Loading branch information
Showing
40 changed files
with
1,347 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,10 +96,15 @@ | |
# directories to ignore when looking for source files. | ||
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "README.md", "images/reference/README.md"] | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
|
||
======= | ||
>>>>>>> 8c5b63dc (release: merge staging into master (#1032)) | ||
======= | ||
>>>>>>> c63abee7 (release: merge staging into master (#1032)) | ||
|
||
======= | ||
>>>>>>> 8c5b63dc (release: merge staging into master (#1032)) | ||
|
||
# The name of the Pygments (syntax highlighting) style to use. | ||
pygments_style = "github-dark" | ||
|
@@ -178,6 +183,25 @@ | |
nitpick_ignore_regex = [('py:class', r'.*')] | ||
<<<<<<< HEAD | ||
======= | ||
<<<<<<< HEAD | ||
======= | ||
|
||
|
||
for i in os.listdir("../tutorials"): | ||
if i in [ | ||
"13-privategpt.ipynb", | ||
"08-chatgpt.ipynb", | ||
"12-query-pdf.ipynb", | ||
"02-object-detection.ipynb", | ||
"03-emotion-analysis.ipynb", | ||
"07-object-segmentation-huggingface.ipynb", | ||
"chatgpt.png", | ||
]: | ||
shutil.copy(f"../tutorials/{i}", "./source/usecases/") | ||
|
||
nb_execution_mode = "off" | ||
>>>>>>> 8c5b63dc (release: merge staging into master (#1032)) | ||
>>>>>>> c63abee7 (release: merge staging into master (#1032)) | ||
|
||
<<<<<<< HEAD | ||
|
||
|
@@ -209,11 +233,17 @@ def setup(app): | |
app.add_js_file("js/top-navigation.js", defer="defer") | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
======= | ||
>>>>>>> c63abee7 (release: merge staging into master (#1032)) | ||
app.add_js_file("https://cdn.jsdelivr.net/npm/@docsearch/[email protected]/dist/umd/index.js",defer="defer") | ||
app.add_js_file("js/algolia.js",defer="defer") | ||
======= | ||
>>>>>>> 8c5b63dc (release: merge staging into master (#1032)) | ||
<<<<<<< HEAD | ||
======= | ||
app.add_js_file("https://cdn.jsdelivr.net/npm/@docsearch/[email protected]/dist/umd/index.js",defer="defer") | ||
app.add_js_file("js/algolia.js",defer="defer") | ||
>>>>>>> 40a10ce1 (Bump v0.3.4+ dev) | ||
======= | ||
>>>>>>> c63abee7 (release: merge staging into master (#1032)) |
Oops, something went wrong.