Skip to content

Commit 22cbe5a

Browse files
committed
fixed python sdk docs
1 parent e8d94bd commit 22cbe5a

11 files changed

Lines changed: 7 additions & 908 deletions

docs/docs.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,6 @@
330330
"python-sdk/api-reference/tests",
331331
"python-sdk/api-reference/test-executions"
332332
]
333-
},
334-
{
335-
"group": "Guides",
336-
"pages": [
337-
"python-sdk/guides/authentication",
338-
"python-sdk/guides/test-decorators",
339-
"python-sdk/guides/sending-data",
340-
"python-sdk/guides/best-practices"
341-
]
342333
}
343334
]
344335
},

docs/python-sdk/api-reference/table-assets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ Table assets are updated on each ingest, so include all current metadata in ever
7777

7878
- [Tests](/python-sdk/api-reference/tests) - Define tests for your table assets
7979
- [Test Executions](/python-sdk/api-reference/test-executions) - Report test results
80-
- [Sending Data Guide](/python-sdk/guides/sending-data) - Learn how to send table assets
80+
- [API Reference](/python-sdk/api-reference/overview) - Overview of the SDK API
8181

docs/python-sdk/api-reference/test-decorators.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@ All decorators support these common parameters:
234234
## Related Documentation
235235

236236
- [Quickstart](/python-sdk/quickstart) - Get started with test decorators
237-
- [Sending Data](/python-sdk/guides/sending-data) - Learn how to send test results
238-
- [Best Practices](/python-sdk/guides/best-practices) - Best practices for using the SDK
237+
- [API Reference](/python-sdk/api-reference/overview) - Overview of the SDK API
238+
- [Tests](/python-sdk/api-reference/tests) - Understand test definitions
239239

docs/python-sdk/api-reference/test-executions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ Test executions are upserted, so you can send the same execution multiple times
152152

153153
- [Tests](/python-sdk/api-reference/tests) - Define tests to execute
154154
- [Table Assets](/python-sdk/api-reference/table-assets) - Create table assets
155-
- [Sending Data Guide](/python-sdk/guides/sending-data) - Learn how to send test executions
155+
- [API Reference](/python-sdk/api-reference/overview) - Overview of the SDK API
156156

docs/python-sdk/api-reference/tests.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ Tests are replaced on each ingest, so include all current test definitions in ev
109109

110110
- [Table Assets](/python-sdk/api-reference/table-assets) - Create table assets to test
111111
- [Test Executions](/python-sdk/api-reference/test-executions) - Report test execution results
112-
- [Sending Data Guide](/python-sdk/guides/sending-data) - Learn how to send tests
112+
- [API Reference](/python-sdk/api-reference/overview) - Overview of the SDK API
113113

docs/python-sdk/guides/authentication.mdx

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)