Skip to content

Commit 2e28e5b

Browse files
nrichersmehdi0501
andauthored
First draft for sandbox instructions (#173)
* First draft for sandbox instructions * Update site/guide/get-started-sandbox.qmd Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com> * Update site/guide/get-started-sandbox.qmd Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com> * Update site/guide/get-started-sandbox.qmd Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com> * Update site/guide/get-started-sandbox.qmd Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com> * Update site/guide/get-started-sandbox.qmd Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com> * Update site/guide/get-started-sandbox.qmd Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com> * Update site/guide/get-started-sandbox.qmd Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com> * Minor edits * Update rendered site --------- Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com>
1 parent 8033694 commit 2e28e5b

File tree

6 files changed

+1795
-993
lines changed

6 files changed

+1795
-993
lines changed

site/_site/guide/get-started-sandbox.html

Lines changed: 660 additions & 0 deletions
Large diffs are not rendered by default.

site/_site/guide/overview-product-tour.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2024-04-24">
9+
<meta name="dcterms.date" content="2024-04-25">
1010

1111
<title>ValidMind - Product tour</title>
1212
<style>
@@ -225,7 +225,7 @@ <h1 class="title">Product tour</h1>
225225
<div>
226226
<div class="quarto-title-meta-heading">Published</div>
227227
<div class="quarto-title-meta-contents">
228-
<p class="date">April 24, 2024</p>
228+
<p class="date">April 25, 2024</p>
229229
</div>
230230
</div>
231231

site/_site/listings.json

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -9,67 +9,6 @@
99
"/guide/submit-for-approval.html"
1010
]
1111
},
12-
{
13-
"listing": "/guide/samples-jupyter-notebooks.html",
14-
"items": [
15-
"/notebooks/code_samples/LLM_and_NLP/llm_summarization_demo.html",
16-
"/notebooks/code_samples/customization/customizing_metrics_with_output_templates.html",
17-
"/notebooks/code_samples/regression/quickstart_regression_full_suite.html",
18-
"/notebooks/code_samples/time_series/tutorial_time_series_forecasting.html",
19-
"/notebooks/code_samples/custom_tests/implement_custom_tests.html",
20-
"/notebooks/code_samples/LLM_and_NLP/prompt_validation_demo.html",
21-
"/notebooks/code_samples/LLM_and_NLP/hugging_face_integration_demo.html",
22-
"/notebooks/code_samples/LLM_and_NLP/foundation_models_integration_demo.html",
23-
"/notebooks/code_samples/LLM_and_NLP/hugging_face_summarization_demo.html",
24-
"/notebooks/code_samples/LLM_and_NLP/foundation_models_summarization_demo.html"
25-
]
26-
},
27-
{
28-
"listing": "/guide/guides.html",
29-
"items": [
30-
"/guide/onboarding-users.html",
31-
"/guide/configure-aws-privatelink.html",
32-
"/guide/edit-model-inventory-fields.html",
33-
"/guide/register-models-in-model-inventory.html",
34-
"/guide/working-with-documentation-templates.html",
35-
"/guide/working-with-model-documentation.html",
36-
"/guide/export-documentation.html",
37-
"/guide/get-started-developer-framework.html",
38-
"/guide/samples-jupyter-notebooks.html",
39-
"/guide/preparing-validation-reports.html",
40-
"/guide/work-with-model-findings.html",
41-
"/guide/view-reports.html"
42-
]
43-
},
44-
{
45-
"listing": "/guide/working-with-model-documentation.html",
46-
"items": [
47-
"/guide/view-documentation-guidelines.html",
48-
"/guide/work-with-content-blocks.html",
49-
"/guide/collaborate-with-others.html",
50-
"/guide/view-documentation-activity.html",
51-
"/guide/submit-for-approval.html"
52-
]
53-
},
54-
{
55-
"listing": "/guide/testing-overview.html",
56-
"items": [
57-
"/notebooks/how_to/run_a_test.html",
58-
"/notebooks/how_to/configure_test_parameters.html",
59-
"/notebooks/code_samples/custom_tests/implement_custom_tests.html",
60-
"/notebooks/how_to/explore_tests.html",
61-
"/notebooks/how_to/explore_test_suites.html",
62-
"/guide/test-sandbox.html",
63-
"/notebooks/code_samples/custom_tests/integrate-external_test_providers.html",
64-
"/notebooks/how_to/configure_dataset_features.html",
65-
"/notebooks/how_to/run_documentation_sections.html",
66-
"/notebooks/how_to/run_documentation_tests_with_config.html",
67-
"/notebooks/how_to/run_tests_that_require_multiple_datasets.html",
68-
"/notebooks/how_to/run_unit_metrics.html",
69-
"/notebooks/how_to/document_multiple_results_for_the_same_test.html",
70-
"/notebooks/how_to/load_datasets_predictions.html"
71-
]
72-
},
7312
{
7413
"listing": "/guide/test-descriptions.html",
7514
"items": [
@@ -227,6 +166,67 @@
227166
"/tests/prompt_validation/Specificity.html"
228167
]
229168
},
169+
{
170+
"listing": "/guide/testing-overview.html",
171+
"items": [
172+
"/notebooks/how_to/run_a_test.html",
173+
"/notebooks/how_to/configure_test_parameters.html",
174+
"/notebooks/code_samples/custom_tests/implement_custom_tests.html",
175+
"/notebooks/how_to/explore_tests.html",
176+
"/notebooks/how_to/explore_test_suites.html",
177+
"/guide/test-sandbox.html",
178+
"/notebooks/code_samples/custom_tests/integrate-external_test_providers.html",
179+
"/notebooks/how_to/configure_dataset_features.html",
180+
"/notebooks/how_to/run_documentation_sections.html",
181+
"/notebooks/how_to/run_documentation_tests_with_config.html",
182+
"/notebooks/how_to/run_tests_that_require_multiple_datasets.html",
183+
"/notebooks/how_to/run_unit_metrics.html",
184+
"/notebooks/how_to/document_multiple_results_for_the_same_test.html",
185+
"/notebooks/how_to/load_datasets_predictions.html"
186+
]
187+
},
188+
{
189+
"listing": "/guide/working-with-model-documentation.html",
190+
"items": [
191+
"/guide/view-documentation-guidelines.html",
192+
"/guide/work-with-content-blocks.html",
193+
"/guide/collaborate-with-others.html",
194+
"/guide/view-documentation-activity.html",
195+
"/guide/submit-for-approval.html"
196+
]
197+
},
198+
{
199+
"listing": "/guide/guides.html",
200+
"items": [
201+
"/guide/onboarding-users.html",
202+
"/guide/configure-aws-privatelink.html",
203+
"/guide/edit-model-inventory-fields.html",
204+
"/guide/register-models-in-model-inventory.html",
205+
"/guide/working-with-documentation-templates.html",
206+
"/guide/working-with-model-documentation.html",
207+
"/guide/export-documentation.html",
208+
"/guide/get-started-developer-framework.html",
209+
"/guide/samples-jupyter-notebooks.html",
210+
"/guide/preparing-validation-reports.html",
211+
"/guide/work-with-model-findings.html",
212+
"/guide/view-reports.html"
213+
]
214+
},
215+
{
216+
"listing": "/guide/samples-jupyter-notebooks.html",
217+
"items": [
218+
"/notebooks/code_samples/LLM_and_NLP/llm_summarization_demo.html",
219+
"/notebooks/code_samples/customization/customizing_metrics_with_output_templates.html",
220+
"/notebooks/code_samples/regression/quickstart_regression_full_suite.html",
221+
"/notebooks/code_samples/time_series/tutorial_time_series_forecasting.html",
222+
"/notebooks/code_samples/custom_tests/implement_custom_tests.html",
223+
"/notebooks/code_samples/LLM_and_NLP/prompt_validation_demo.html",
224+
"/notebooks/code_samples/LLM_and_NLP/hugging_face_integration_demo.html",
225+
"/notebooks/code_samples/LLM_and_NLP/foundation_models_integration_demo.html",
226+
"/notebooks/code_samples/LLM_and_NLP/hugging_face_summarization_demo.html",
227+
"/notebooks/code_samples/LLM_and_NLP/foundation_models_summarization_demo.html"
228+
]
229+
},
230230
{
231231
"listing": "/guide/working-with-documentation-templates.html",
232232
"items": [

0 commit comments

Comments
 (0)