Skip to content

Commit a46d00e

Browse files
committed
add examples landing page for python
1 parent 260cc18 commit a46d00e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

python/docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Examples
1+
# Examples Directory
22

33
This section contains interactive Jupyter notebook examples demonstrating how to use the Sift Python client library.
44

python/mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ nav:
5656
- Sift Py API
5757
- Sift Client API (New)
5858
- Examples:
59-
- examples/basic.ipynb
60-
- examples/ingestion.ipynb
59+
- examples/index.md
60+
- Basic Usage: examples/basic.ipynb
61+
- Data Ingestion: examples/ingestion.ipynb
6162
# - Guides:
6263
# - Logging
6364
# - Error Handling

0 commit comments

Comments
 (0)