Skip to content

Commit 68ed53b

Browse files
committed
reorganize human-written files
1 parent 57fae12 commit 68ed53b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.genignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# https://www.speakeasyapi.dev/docs/customize-sdks/monkey-patching
22

33
# ignore human-written files and directories
4-
# tests
5-
tests/test_utils_retries.py
6-
# directories
74
src/unstructured_client/_unstructured
85
_jupyter
6+
_sample_docs
7+
_test_unstructured_client
98

109
# ignore Makefile
1110
Makefile

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ __pycache__/
44
.pytest_cache/
55
.python-version
66
.DS_Store
7+
8+
# human-added igore files
9+
.ipynb_checkpoints/

_jupyter/README_example.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"from unstructured_client.models.errors import SDKError\n",
4646
"\n",
4747
"s = UnstructuredClient(api_key_auth=get_api_key())\n",
48-
"\n",
49-
"filename = \"sample-docs/layout-parser-paper-fast.pdf\"\n",
48+
"filename = \"../_sample_docs/layout-parser-paper-fast.pdf\"\n",
5049
"\n",
5150
"with open(filename, \"rb\") as f:\n",
5251
" # Note that this currently only supports a single filea\n",

0 commit comments

Comments
 (0)