Skip to content

Merge main into staging #616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ make get-source

After you pull in the changes, commit them to this repo as part of the release notes process.

<!-- September 16, 2024: Need to mention rendered Python `.html` docs and generated `.md` test descriptions -->
**Want to author new code samples?** Refer to our [Jupyter Notebook template Quickstart](https://github.com/validmind/validmind-library/tree/main/notebooks/templates)!

<!-- Testing conditional changes on site/notebooks/ -->
<!-- September 16, 2024: Need to mention rendered Python `.html` docs and generated `.md` test descriptions -->

## Build and serve the site with Docker

Expand Down
Binary file modified site/notebooks.zip
Binary file not shown.
6 changes: 4 additions & 2 deletions site/notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Sample notebooks are organized into the following folders:
* `notebooks/how_to` — Learn how to use specific ValidMind features, e.g. how to list all test suites
* `notebooks/tutorials` — Get step-by-step instructions and learn about ValidMind concepts in depth
* `notebooks/code_sharing` — Share your own notebooks or document code internally
* `notebooks/archive` — Deprecrated notebooks, that have either been retired or replaced with newer content


## Getting started

Expand All @@ -19,3 +17,7 @@ If this is your first time trying out ValidMind, you can make use of the followi

- [Get started](https://docs.validmind.ai/get-started/get-started.html) — The basics, including key concepts, and how our products work
- [Get started with the ValidMind Library](https://docs.validmind.ai/developer/get-started-validmind-library.html) — The path for developers, more code samples, and our developer reference

## Contributing code samples

Head over to [`notebooks/templates`](templates/) to find templates to help you create your own custom ValidMind code samples.
Loading